jl777 / coins

coin parameters and all files needed for GUI support
39 stars 200 forks source link

Add NIX electrum servers #351

Open mattt21 opened 5 years ago

cipig commented 5 years ago

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 commented 5 years ago

is this ready to be merged?

mattt21 commented 5 years ago

@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 commented 5 years ago

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

mattt21 commented 5 years ago

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