fix: bind bitcoin to default ports

This commit is contained in:
Neal 2021-09-01 13:15:50 -04:00 committed by Josh Harvey
parent 321fc642a4
commit 9ec3282ea2
2 changed files with 4 additions and 3 deletions

View file

@ -26,5 +26,7 @@ keypool=10000
prune=4000 prune=4000
daemon=0 daemon=0
addresstype=p2sh-segwit addresstype=p2sh-segwit
walletrbf=1` walletrbf=1
bind=0.0.0.0:8332
rpcport=8333`
} }

View file

@ -26,6 +26,5 @@ keypool=10000
prune=4000 prune=4000
daemon=0 daemon=0
bind=0.0.0.0:8334 bind=0.0.0.0:8334
rpcport=8335 rpcport=8335`
`
} }