spesmilo / electrumx

Alternative implementation of spesmilo/electrum-server
MIT License
429 stars 343 forks source link

Add some working peers for coin Namecoin #258

Closed gits7r closed 1 month ago

gits7r commented 4 months ago

No peers were still working so updating with fresh ones. For security and anti sybil reasons not all old peers were removed, just some working ones added.

SomberNight commented 1 month ago

I had a look now and most of the servers do not respond. In particular all of the newly added ones are offline atm.

From this list, including the old and new entries, only two work (both are already in the list):

openssl s_client -connect 46.229.238.187:57002
openssl s_client -connect nmc2.bitcoins.sk:57002

Looking at https://1209k.com/bitcoin-eye/ele.php?chain=nmc, maybe we could add namecoin.stackwallet.com:57002.

gits7r commented 1 month ago

They are fixed now. A permissions problem with the letsencrypt certificate was not allowing the daemon to restart. you can re-check now. sorry.

SomberNight commented 1 month ago

Thx.

Note: the electrum client cannot connect to the .onion servers as they have CA-signed SSL certs but for the clearnet hostname. Only CA-signed certs for the correct hostname, or self-signed certs are accepted. (related: https://github.com/spesmilo/electrum/commit/02a9ab80be819468352f773bd7120421868d38f0)