From e84083666b6925c1d8a2db2d0307b440e84b435b Mon Sep 17 00:00:00 2001 From: ghost43 Date: Sat, 6 Jul 2019 14:04:51 +0200 Subject: [PATCH] BTC mainnet: update peers (#861) --- electrumx/lib/coins.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/electrumx/lib/coins.py b/electrumx/lib/coins.py index 81562c8..791bfd0 100644 --- a/electrumx/lib/coins.py +++ b/electrumx/lib/coins.py @@ -435,15 +435,21 @@ class BitcoinSegwit(BitcoinMixin, Coin): CRASH_CLIENT_VER = (3, 2, 3) BLACKLIST_URL = 'https://electrum.org/blacklist.json' PEERS = [ - 'btc.smsys.me s995', 'E-X.not.fyi s t', 'electrum.vom-stausee.de s t', 'electrum.hsmiths.com s t', 'helicarrier.bauerj.eu s t', 'hsmiths4fyqlw5xw.onion s t', 'ozahtqwp25chjdjd.onion s t', - 'node.arihanc.com s t', - 'arihancckjge66iv.onion s t', + 'electrum.hodlister.co s', + 'electrum3.hodlister.co s', + 'btc.usebsv.com s50006', + 'fortress.qtornado.com s443 t', + 'ecdsa.net s110 t', + 'e2.keff.org s t', + 'currentlane.lovebitco.in s t', + 'electrum.jochen-hoenicke.de s50005 t50003', + 'vps5.hsmiths.com s', ] @classmethod