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 + +