Merge pull request #1075 from naconner/bch-ports
fix: prevent bitcoind v22 from trodding on bch port
This commit is contained in:
commit
9b23a5eec6
2 changed files with 4 additions and 3 deletions
|
|
@ -48,5 +48,6 @@ addresstype=p2sh-segwit
|
|||
changetype=bech32
|
||||
walletrbf=1
|
||||
bind=0.0.0.0:8332
|
||||
rpcport=8333`
|
||||
rpcport=8333
|
||||
listenonion=0`
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,6 +45,6 @@ maxconnections=40
|
|||
keypool=10000
|
||||
prune=4000
|
||||
daemon=0
|
||||
bind=0.0.0.0:8334
|
||||
rpcport=8335`
|
||||
bind=0.0.0.0:8335
|
||||
rpcport=8336`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue