Page MenuHomePhabricator

[electrum] update servers list
ClosedPublic

Authored by PiRK on Jul 21 2025, 07:50.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCa0603cd3e2f0: [electrum] update servers list
Summary

Remove a server that has been offline for several months.

Change the URL for fulcrum.pepipierre.cash (same server, new URL, old url is a redirection).

Add two new Chronik Electrum servers.

electrum.bitcoinabc.org remains unchanged, so all previous Electrum ABC releases should keep working without having to manually change the server.

Test Plan

check in the Network dialog in Electrum ABC that all these servers are listed and on the correct block height

The ones that serve TCP connections can also be queried in a terminal

echo '{"jsonrpc": "2.0", "method": "blockchain.headers.get_tip", "id": "test"}' | nc <URL> 50001

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Jul 21 2025, 07:50
This revision is now accepted and ready to land.Jul 21 2025, 08:04
This revision was automatically updated to reflect the committed changes.