Browse Source

BTC mainnet: update peers (#861)

patch-2
ghost43 6 years ago
committed by Neil
parent
commit
e84083666b
  1. 12
      electrumx/lib/coins.py

12
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

Loading…
Cancel
Save