Commit a19e9ea
committed
Merge rust-bitcoin#46: Enable running multiple Core v28 nodes
5dcfd5f Enable running multiple Core v28 nodes (Tobin C. Harding)
Pull request description:
Currently the `node` crate cannot run multiple instances of Bitcoin Core v28 because of changes to bind logic in that release.
The solution is to use `-bind` instead of `-port`.
For more information on the relevant changes in Core v28 see:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-28.0.md#p2p-and-network-changes
This patch was created with help of MaxFangX - mad props.
Fix: rust-bitcoin#41
ACKs for top commit:
apoelstra:
ACK 5dcfd5f; successfully ran local tests; thanks guys!
Tree-SHA512: d639c09add6d313975a8abc8caaeb5afb9fbfd0e09a39a854aab91aafd50f056ceb8318b5c3dd4ae22955c325c6b593eec9f6de8eec3b7e3e9039b754cfadb861 file changed
+4
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
311 | | - | |
| 310 | + | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | 677 | | |
694 | 678 | | |
695 | 679 | | |
| |||
0 commit comments