diff --git a/bitcoin/bitcoin.conf b/bitcoin/bitcoin.conf index e855b9b..52a2ec8 100644 --- a/bitcoin/bitcoin.conf +++ b/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