From 381593fba32a9e58756260680e78260e9e7a932e Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 8 Apr 2018 00:01:17 +0900 Subject: [PATCH] Update BCH servers --- lib/coins.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/coins.py b/lib/coins.py index 8724167..1612a49 100644 --- a/lib/coins.py +++ b/lib/coins.py @@ -407,7 +407,6 @@ class BitcoinCash(BitcoinMixin, Coin): TX_COUNT_HEIGHT = 479636 TX_PER_BLOCK = 50 PEERS = [ - 'electrum-abc.criptolayer.net s50012', 'electroncash.cascharia.com s50002', 'bch.arihanc.com t52001 s52002', 'bccarihace4jdcnt.onion t52001 s52002', @@ -415,7 +414,9 @@ class BitcoinCash(BitcoinMixin, Coin): 'abc.vom-stausee.de t52001 s52002', 'abc1.hsmiths.com t60001 s60002', 'electroncash.checksum0.com s t', - ] + 'electron.jns.im s t', + 'electrumx-cash.1209k.com s t', + ] class BitcoinSegwit(BitcoinMixin, Coin):