Merge pull request #231 from ryanxcharles/feature/add-datadir-to-readme

add datadir to readme
This commit is contained in:
Matias Alejo Garcia 2014-02-10 23:25:26 -02:00
commit 66034a0a1f

View File

@ -181,6 +181,7 @@ If you want to use a external bitcoind server set the following environment vari
BITCOIND_P2P_PORT # P2P Bitcoind Port
BITCOIND_USER
BITCOIND_PASS
BITCOIND_DATADIR # bitcoind datadir for livenet, or datadir/testnet3 for testnet
INSIGHT_NETWORK [= 'livenet' | 'testnet']
```