Merge pull request #22 from matiu/feature/add-testnet-config
bitcoind testnet conf
This commit is contained in:
commit
1aedfbed7a
13
etc/bitcoind/bitcoin-testnet.conf
Normal file
13
etc/bitcoind/bitcoin-testnet.conf
Normal file
@ -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
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user