forked from rust-bitcoin/corepc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable running multiple Core v28 nodes
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
- Loading branch information
Showing
1 changed file
with
4 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters