From 5b6e311df77fd11c0dcd564e8d62c0e236165cb2 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 10 Feb 2014 18:16:01 -0300 Subject: [PATCH 1/2] tidy up bitcoin.conf --- etc/bitcoind/bitcoin.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/bitcoind/bitcoin.conf b/etc/bitcoind/bitcoin.conf index ef20965..36f85fb 100644 --- a/etc/bitcoind/bitcoin.conf +++ b/etc/bitcoind/bitcoin.conf @@ -4,5 +4,7 @@ server=1 txindex=1 # Allow connections outsite localhost? -rpcallowip=192.168.1.* -rpcallowip='192.168.1.*' +#rpcallowip=192.168.1.* +#rpcallowip='192.168.1.*' +#rpcallowip=127.0.0.1 +#rpcallowip=* From d4bd92a1624a9c88c72ba0d1b917ff83f3a31f89 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 10 Feb 2014 18:19:55 -0300 Subject: [PATCH 2/2] removing invalid option --- etc/bitcoind/bitcoin-testnet.conf | 1 - etc/bitcoind/bitcoin.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/etc/bitcoind/bitcoin-testnet.conf b/etc/bitcoind/bitcoin-testnet.conf index a9eb96d..0de5ed9 100644 --- a/etc/bitcoind/bitcoin-testnet.conf +++ b/etc/bitcoind/bitcoin-testnet.conf @@ -5,7 +5,6 @@ txindex=1 # Allow connections outsite localhost? #rpcallowip=192.168.1.* -#rpcallowip='192.168.1.*' #rpcallowip=127.0.0.1 #rpcallowip=* diff --git a/etc/bitcoind/bitcoin.conf b/etc/bitcoind/bitcoin.conf index 36f85fb..a939f5a 100644 --- a/etc/bitcoind/bitcoin.conf +++ b/etc/bitcoind/bitcoin.conf @@ -5,6 +5,5 @@ txindex=1 # Allow connections outsite localhost? #rpcallowip=192.168.1.* -#rpcallowip='192.168.1.*' #rpcallowip=127.0.0.1 #rpcallowip=*