fix: prevent bitcoind v22 from trodding on bch port

This commit is contained in:
Neal 2022-01-27 12:18:11 -05:00
parent 4450e19f1f
commit 2b9b28a926
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`
} }