Bitcore (insight + insight-api)
Guide to set up the Explorer and API. This requires a bitcoind node with the bitcore patches already compiled.
Last updated
Guide to set up the Explorer and API. This requires a bitcoind node with the bitcore patches already compiled.
Last updated
In order to display the blockchain data, bitcore is going to be used. The bitcore process will start the bitcoind node and will serve the insight and insight-api.
Node Version Manager to install the NodeJs version 4. .
Any bitcoind node with the bitcore patches to request the blockchain data. .
In your terminal set the NodeJs version to v4.
Install bitcore:
Create your node folder.
-d: Your bitcoin data folder. (The configuration file must be also located inside that folder with the name bitcoin.conf)
mynode: This will be the folder name, it can be change.
Add the Explorer and API to the bitcore service.
Inside your node folder there is a file named: bitcore-node.json
Set the network to testnet, and the location of your compiled bitcoind.
Inside your node folder:
The Explorer will be hosted in localhost:3001/insight/
The API will be hosted in localhost:3001/insight-api/
Bitcore official guide: