diff --git a/README.md b/README.md index 49dd414..4d5208c 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,18 @@ This is a backend-only service. If you're looking for the web frontend applicati ## Getting Started ```bashl -npm install -g bitcore-node@latest -bitcore-node create mynode +npm install -g bitcore@latest +bitcore create mynode cd mynode -bitcore-node install insight-api -bitcore-node start +bitcore install insight-api +bitcore start ``` The API endpoints will be available by default at: `http://localhost:3001/insight-api/` ## Prerequisites -- [Bitcore Node 3.x](https://github.com/bitpay/bitcore-node) +- [Bitcore 5.x](https://github.com/bitpay/bitcore) **Note:** You can use an existing Bitcoin data directory, however `txindex`, `addressindex`, `timestampindex` and `spentindex` needs to be set to true in `bitcoin.conf`, as well as a few other additional fields.