update readme 8

This commit is contained in:
Manuel Araoz 2014-08-21 10:22:00 -04:00
parent 4017a3a6c0
commit abda621257
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ be downloaded at [Github Insight Repository](https://github.com/bitpay/insight).
* **bitcoind** - Download and Install [Bitcoin](http://bitcoin.org/en/download)
*insight API* needs a *trusted* bitcoind node to run. *insight API* will connect to the node
through the RPC API, Peer-to-peer protocol and will even read its raw .dat files for syncing.
through the RPC API, bitcoin peer-to-peer protocol, and will even read its raw block .dat files for syncing.
Configure bitcoind to listen to RPC calls and set `txindex` to true.
The easiest way to do this is by copying `./etc/bitcoind/bitcoin.conf` to your