From 9eaa88a298b06ad18cb736eb5acff0c58c31ff55 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 4 Jun 2014 18:03:41 -0300 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f2420cd..3821ad7f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ BITCOIND_PORT # RPC bitcoind Port BITCOIND_P2P_PORT # P2P bitcoind Port BITCOIND_USER # RPC username BITCOIND_PASS # RPC password -BITCOIND_DATADIR # bitcoind datadir for livenet, or datadir/testnet3 for testnet +BITCOIND_DATADIR # bitcoind datadir. 'testnet3' will be appended automatically if testnet is used. NEED to finish with '/'. e.g: `/vol/data/` INSIGHT_NETWORK [= 'livenet' | 'testnet'] INSIGHT_DB # Path where to store insight's internal DB. (defaults to $HOME/.insight) INSIGHT_SAFE_CONFIRMATIONS=6 # Nr. of confirmation needed to start caching transaction information