Add nmc2.bitcoins.sk and 46.229.238.187 as backup ElectrumX servers

Both verified to resolve Namecoin names via scripthash lookups.
Port 57002, TLS with self-signed certs.
This commit is contained in:
M
2026-03-04 06:30:50 +11:00
parent 69e95159e9
commit c649f2163b
@@ -115,6 +115,8 @@ class ElectrumxClient(
ElectrumxServer("electrumx.testls.space", 50002, useSsl = true, trustAllCerts = true),
ElectrumxServer("ulrichard.ch", 50006, useSsl = true),
ElectrumxServer("nmc2.lelux.fi", 50006, useSsl = true),
ElectrumxServer("nmc2.bitcoins.sk", 57002, useSsl = true, trustAllCerts = true),
ElectrumxServer("46.229.238.187", 57002, useSsl = true, trustAllCerts = true),
)
/** Tor-preferred server list: onion primary, clearnet fallback. */
@@ -127,6 +129,7 @@ class ElectrumxClient(
trustAllCerts = true,
),
ElectrumxServer("electrumx.testls.space", 50002, useSsl = true, trustAllCerts = true),
ElectrumxServer("nmc2.bitcoins.sk", 57002, useSsl = true, trustAllCerts = true),
)
private const val PROTOCOL_VERSION = "1.4"