Skip to content
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

Add NIX electrum servers #351

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add NIX electrum servers #351

wants to merge 3 commits into from

Conversation

mattt21
Copy link

@mattt21 mattt21 commented Jul 23, 2019

No description provided.

@cipig
Copy link
Contributor

cipig commented Jul 23, 2019

electrum.netabuse.net is not working:

(echo '{ "id": 1, "method": "server.version", "params": ["barterDEX", ["1.4", "2.0"]] }'; sleep 0.5) | ncat electrum.netabuse.net 50001
Ncat: Connection timed out.

whereas ldn.electrum.nixplatform.iodoes

(echo '{ "id": 1, "method": "server.version", "params": ["barterDEX", ["1.4", "2.0"]] }'; sleep 0.5) | ncat ldn.electrum.nixplatform.io 50001
{"jsonrpc": "2.0", "result": ["ElectrumX 1.8.12", "1.4"], "id": 1}

@jl777
Copy link
Owner

jl777 commented Jul 23, 2019

is this ready to be merged?

@mattt21
Copy link
Author

mattt21 commented Jul 23, 2019

@cipig electrum.netabuse.net is working, not sure why it is timing out for you though (it is being used perfectly fine with our electrum wallets).

@cipig
Copy link
Contributor

cipig commented Jul 23, 2019

try telnet electrum.netabuse.net 50001 and you will see that 178.33.57.122 is not repsonding

@mattt21
Copy link
Author

mattt21 commented Jul 23, 2019

You're right. Will get that checked out. For now, I have removed it from the list.

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.

3 participants