From 169edc2604f3fb3fade6c6eeb4d6fddd54455cf9 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 23 Jan 2014 13:11:58 -0300 Subject: [PATCH] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17f22ef..117cd23 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,14 @@ There is a bitcoind configuration sample at: etc/bitcoind/bitcoin.conf ``` -If you want to use a external bitcoind server set BITCOIND_HOST / BITCOIND_PORT enviroment variables. Make sure that bitcoind is configured to accept incomming connections using 'rpcallowip' decribed in https://en.bitcoin.it/wiki/Running_Bitcoin. +If you want to use a external bitcoind server set: + BITCOIND_HOST + BITCOIND_PORT + BITCOIND_USER + BITCOIND_PASS + INSIGHT_NETWORK [= 'livenet' | 'testnet'] + +enviroment variables. Make sure that bitcoind is configured to accept incomming connections using 'rpcallowip' decribed in https://en.bitcoin.it/wiki/Running_Bitcoin. Alternatively change config/env/$NODE_ENV.js ### Environment Variables Settings