-
Notifications
You must be signed in to change notification settings - Fork 216
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
Delist coins with failing electrum #1995
Conversation
Please delist USDI. The project seems to be dead. |
Artbyte electrumx servers (2 of 4) flagged should now be back online. Please do not remove. They were temporarily down.
|
Thanks for info, I've added these two back in. If it helps, I have a script here which can be modified to use half a dozen hardcoded electrums for monitoring purposes. I'll add telegram alert integration later, and maybe we can setup a channel for electrum maintainers to subscribe to. https://gist.github.com/smk762/56112c9acabf3333ca4af0b9efe81661 |
"protocol": "SSL" | ||
}, | ||
{ | ||
"url": "spv17.lbry.com:50001" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
electrums from lbry.com don't work properly... please remove
@@ -2555,12 +2632,6 @@ | |||
"protocol": "SSL", | |||
"disable_cert_verification": true, | |||
"ws_url": "electrum2.egulden.org:50004" | |||
}, | |||
{ | |||
"url": "electrum5.egulden.org:11017", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{
"url": "electrum3.egulden.org:50002",
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "electrum3.egulden.org:50004"
}
works and not in list, so maybe replace electrum5.egulden.org with this entry
Closing - once #2000 is merged and we source from directly the coins repo, this PR will be obsolete. |
ref: KomodoPlatform/coins#498 (comment)
This has been announced in discord and those involved have been pinged.
Will keep this as draft for the next week or two for them to respond, and merge just before next release.