Commit cd4a541
committed
run-bitcoind: Fix startup of Core nodes
Core v28 introduced changes making node startup fail if bind fails. We
fixed this in `node` in #46 but in `run-bitcoind.sh` we still use
`-port`. This didn't cause any problems because we only pass the arg
to one of the two nodes so port 18445 was available. When we try to
add support for v29 things break.
Jamil was experiencing this problem (I think) while running v28 nodes
but I don't know why.
Use `-bind` instead of `-port`.1 parent 7b2b017 commit cd4a541
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments