-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: support testnet4 #1036
Comments
That seems way too complicated, I think it would be best to wait for rust-bitcoin to add testnet4 support in some way, I see they are also improving the way networks are handled, see rust-bitcoin/rust-bitcoin#2749 |
It's indeed complicated, but from my point of view, it's less complicated than refactoring rust-bitcoin and gives the working solution right now. I do not propose it as a PR though, I just wanted to leave the link here if someone needs it. |
Thanks for opening this issue! |
rust-bitcoin/rust-bitcoin#2749 is being backported to 0.32.x by rust-bitcoin/rust-bitcoin#3453. |
Note that because the backport may not be a breaking change, it will be slightly different (adds a |
The backport got ACKed, so expect 0.32.4 soon-ish. It will be backwards compatible unlike the new network API on master. |
Bitcoin Core PR: bitcoin/bitcoin#29775
Maybe an update from the bitcoin crate is needed, but it could be that simply changing some constants (port, data dir, ...) can get it to work too
The text was updated successfully, but these errors were encountered: