Skip to content

Remove dead Thesis/Staked Electrum URLs#3888

Merged
lrsaturnino merged 2 commits intomainfrom
fix/remove-thesis-electrum-urls
Mar 11, 2026
Merged

Remove dead Thesis/Staked Electrum URLs#3888
lrsaturnino merged 2 commits intomainfrom
fix/remove-thesis-electrum-urls

Conversation

@lrsaturnino
Copy link
Copy Markdown
Member

Issue

The mainnet Electrum configuration embeds three defunct servers (electrumx-server.tbtc.network, bitcoin.threshold.p2p.org, electrumx.prod-utility-eks-us-west-2.staked.cloud) and the testnet config points to a dead Thesis server (electrumx-server.test.tbtc.network). These endpoints are unreachable following the Thesis infrastructure sunset.

Solution

  • Mainnet: Remove the 3 dead URLs, keeping only the active BOAR server (wss://electrum.boar.network:2083)
  • Testnet: Replace the dead Thesis URL with the BOAR testnet server (wss://electrum.testnet.boar.network:443/...)
  • Update test fixtures in electrum_test.go to match the new URL configuration

Replace defunct Thesis and Staked Electrum servers with BOAR endpoints:
- Mainnet: remove 3 dead URLs, keep single BOAR server
- Testnet: swap dead Thesis URL for BOAR testnet server
- Update test fixtures to match new URL configuration
@lrsaturnino lrsaturnino marked this pull request as ready for review March 11, 2026 05:32
Swap the defunct electrumx-server.test.tbtc.network endpoint with the
BOAR testnet server in electrum_integration_test.go to fix CI timeouts.
@lrsaturnino lrsaturnino enabled auto-merge March 11, 2026 06:19
@lrsaturnino lrsaturnino merged commit 66b187e into main Mar 11, 2026
28 of 29 checks passed
@lrsaturnino lrsaturnino deleted the fix/remove-thesis-electrum-urls branch March 11, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants