From a78b2ff6c5c34cb33e1ce39245a5c18425f19626 Mon Sep 17 00:00:00 2001 From: BT Date: Fri, 19 Jun 2020 13:51:53 +0700 Subject: [PATCH] fix up commenting so that the following will work ```bash sed -i '/[test]/s/^#//g' bitcoin/bitcoin.conf sed -i '/testnet=1/s/^#//g' bitcoin/bitcoin.conf ``` --- bitcoin/bitcoin.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitcoin/bitcoin.conf b/bitcoin/bitcoin.conf index 52a2ec8..d3fa284 100644 --- a/bitcoin/bitcoin.conf +++ b/bitcoin/bitcoin.conf @@ -5,8 +5,8 @@ server=1 rest=1 -# uncomment this for testnet -# testnet=1 +#uncomment this for testnet +#testnet=1 # Low bandwidth/CPU optimizations blocksonly=1 @@ -16,7 +16,7 @@ maxmempool=512 maxuploadtarget=5000 # uncomment test if testnet=1 is activated -# [test] +#[test] port=8333 rpcport=8332