From abda6212570a3ec3eae7e333f0eb87c29eef618f Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 21 Aug 2014 10:22:00 -0400 Subject: [PATCH] update readme 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86fe0e5..5c5a9d0 100644 --- a/README.md +++ b/README.md @@ -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