Skip to content

Commit

Permalink
Removed the link about upgrading from previous versions of bitcore node.
Browse files Browse the repository at this point in the history
Moved it to a section at the top.
  • Loading branch information
Chris Kleeschulte committed Aug 21, 2017
1 parent fc6ee8e commit 0ee70e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Bitcore Node

A Bitcoin blockchain indexing and query service. Intended to be used with as a Bitcoin full node or in conjunction with a Bitcoin full node.

## Upgrading from previous versions of Bitcore Node

There is no upgrade path from previous versions of Bitcore Node due to the removal of the included Bitcoin Core software. By installing this version, you must resynchronize the indexes from scratch.

## Install

```bash
Expand Down Expand Up @@ -38,7 +42,6 @@ There are several add-on services available to extend the functionality of Bitco

## Documentation

- [Upgrade Notes](docs/upgrade.md)
- [Services](docs/services.md)
- [Fee](docs/services/fee.md) - Creates a service to handle fee queries
- [Header](docs/services/header.md) - Creates a service to handle block headers
Expand Down
1 change: 1 addition & 0 deletions docs/services/address.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ none

## Other services this service Depends on

- db
- header
- transaction
- timestamp

0 comments on commit 0ee70e7

Please sign in to comment.