bitcoind testnet conf
This commit is contained in:
parent
f235c3b5bf
commit
cbf288bd4e
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