fix: bind bitcoin to default ports
This commit is contained in:
parent
321fc642a4
commit
9ec3282ea2
2 changed files with 4 additions and 3 deletions
|
|
@ -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`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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`
|
||||||
`
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue