Browse Source

Refresh hard-coded peer lists

master
Neil Booth 7 years ago
parent
commit
9d853cf190
  1. 7
      lib/coins.py

7
lib/coins.py

@ -341,7 +341,7 @@ class BitcoinCash(BitcoinMixin, Coin):
'electrum-abc.criptolayer.net s50012', 'electrum-abc.criptolayer.net s50012',
'electroncash.cascharia.com s50002', 'electroncash.cascharia.com s50002',
'bcc.arihanc.com t52001 s52002', 'bcc.arihanc.com t52001 s52002',
'mash.1209l.com s t', 'mash.1209k.com s t',
'bch.kokx.org s t', 'bch.kokx.org s t',
'abc.vom-stausee.de t52001 s52002', 'abc.vom-stausee.de t52001 s52002',
'abc1.hsmiths.com t60001 s60002', 'abc1.hsmiths.com t60001 s60002',
@ -353,16 +353,15 @@ class BitcoinSegwit(BitcoinMixin, Coin):
DESERIALIZER = DeserializerSegWit DESERIALIZER = DeserializerSegWit
PEERS = [ PEERS = [
'btc.smsys.me s995', 'btc.smsys.me s995',
'electrum.be s t',
'E-X.not.fyi s t', 'E-X.not.fyi s t',
'elec.luggs.co s443',
'electrum.vom-stausee.de s t', 'electrum.vom-stausee.de s t',
'electrum3.hachre.de p10000 s t', 'electrum3.hachre.de p10000 s t',
'electrum.hsmiths.com s t', 'electrum.hsmiths.com s t',
'erbium1.sytes.net s t', 'erbium1.sytes.net s t',
'fdkhv2bb7hqel2e7.onion s t',
'h.1209k.com s t',
'helicarrier.bauerj.eu s t', 'helicarrier.bauerj.eu s t',
'hsmiths4fyqlw5xw.onion s t', 'hsmiths4fyqlw5xw.onion s t',
'luggscoqbymhvnkp.onion t80',
'ozahtqwp25chjdjd.onion s t', 'ozahtqwp25chjdjd.onion s t',
'us11.einfachmalnettsein.de s t', 'us11.einfachmalnettsein.de s t',
'ELEX01.blackpole.online s t', 'ELEX01.blackpole.online s t',

Loading…
Cancel
Save