Merge pull request #1075 from naconner/bch-ports

fix: prevent bitcoind v22 from trodding on bch port
This commit is contained in:
Rafael Taranto 2022-01-28 15:28:36 +00:00 committed by GitHub
commit 9b23a5eec6
2 changed files with 4 additions and 3 deletions

View file

@ -48,5 +48,6 @@ addresstype=p2sh-segwit
changetype=bech32 changetype=bech32
walletrbf=1 walletrbf=1
bind=0.0.0.0:8332 bind=0.0.0.0:8332
rpcport=8333` rpcport=8333
listenonion=0`
} }

View file

@ -45,6 +45,6 @@ maxconnections=40
keypool=10000 keypool=10000
prune=4000 prune=4000
daemon=0 daemon=0
bind=0.0.0.0:8334 bind=0.0.0.0:8335
rpcport=8335` rpcport=8336`
} }