From cbf288bd4e9d72ccef8ee58eb79134dd3877622e Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 10 Jan 2014 16:53:27 -0300 Subject: [PATCH] bitcoind testnet conf --- etc/bitcoind/bitcoin-testnet.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/bitcoind/bitcoin-testnet.conf diff --git a/etc/bitcoind/bitcoin-testnet.conf b/etc/bitcoind/bitcoin-testnet.conf new file mode 100644 index 0000000..8c5a52c --- /dev/null +++ b/etc/bitcoind/bitcoin-testnet.conf @@ -0,0 +1,13 @@ +rpcuser=mystery +rpcpassword=real_mystery +server=1 +txindex=1 + +# Allow connections outsite localhost? +rpcallowip=192.168.1.* +rpcallowip='192.168.1.*' + +rpcport=18332 +testnet=3 + +