From d3267f47ef84a9d3f31f3e5929d8037c825c7f75 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 13 Nov 2017 00:10:07 -0300 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.