Browse Source

Add uncommented testnet stuff

patch-1
BT 5 years ago
committed by GitHub
parent
commit
51344ff3eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      bitcoin/bitcoin.conf

4
bitcoin/bitcoin.conf

@ -5,6 +5,8 @@
server=1
rest=1
# uncomment this for testnet
# testnet=1
# Low bandwidth/CPU optimizations
blocksonly=1
@ -13,6 +15,8 @@ dbcache=1000
maxmempool=512
maxuploadtarget=5000
# uncomment test if testnet=1 is activated
# [test]
port=8333
rpcport=8332

Loading…
Cancel
Save