Skip to content
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

Add PeerMgr support for BTC testnet4 #255

Merged
merged 3 commits into from
Aug 8, 2024
Merged

Add PeerMgr support for BTC testnet4 #255

merged 3 commits into from
Aug 8, 2024

Conversation

cculianu
Copy link
Owner

@cculianu cculianu commented Aug 8, 2024

Closes #249

This series of commits:

  • Documents the fact that Fulcrum supports BTC testnet4 in the code
  • Adds peering support for BTC testnet4 by adding required file for peering: resources/btc/servers_testnet4.json, which contains as the only server (for now): blackie.c3-soft.com
  • We also bump Fulcrum to 1.11.1 to signify the first version that supports peering for BTC testnet4.

Currently only contains 1 entry, blackie.c3-soft.com (which is not yet
up), but this 1 entry will serve as the seed to find all the other
servers, as they may appear.

Note that Core only just recently merged testnet4 chain to master so
there is no real rush to get other servers up right now, but we will be
ready for it on the Fulcrum side as more servers appear.

Core added testnet4 here: bitcoin/bitcoin#29775
@cculianu cculianu added the BTC Related to Bitcoin BTC & Bitcoin Core label Aug 8, 2024
@cculianu cculianu merged commit 53f67f7 into master Aug 8, 2024
@cculianu cculianu deleted the wip_t4btc branch August 8, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BTC Related to Bitcoin BTC & Bitcoin Core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BTC testnet4 support
1 participant