update readme
This commit is contained in:
parent
5a61a2e34a
commit
d3267f47ef
10
README.md
10
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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user