Remove dead ElectrumX servers ulrichard.ch and nmc2.lelux.fi

ulrichard.ch:50006 — connects but never responds (timeout)
nmc2.lelux.fi:50006 — DNS resolution fails (ENOTFOUND)
This commit is contained in:
M
2026-03-04 06:34:39 +11:00
parent c649f2163b
commit cb1031705b
@@ -113,8 +113,6 @@ class ElectrumxClient(
val DEFAULT_SERVERS =
listOf(
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),
)