From 5f3890879d0034a5fd473880477be8e0dabbe7b1 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 6 Mar 2018 20:57:37 +0800 Subject: [PATCH] Bitcoin Cash: remove dead server --- lib/coins.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/coins.py b/lib/coins.py index dee9f08..2cfaf8d 100644 --- a/lib/coins.py +++ b/lib/coins.py @@ -405,7 +405,6 @@ class BitcoinCash(BitcoinMixin, Coin): TX_COUNT_HEIGHT = 479636 TX_PER_BLOCK = 50 PEERS = [ - 'electroncash.bitcoinplug.com s t', # 1 strike 'electrum-abc.criptolayer.net s50012', 'electroncash.cascharia.com s50002', 'bch.arihanc.com t52001 s52002', @@ -1232,7 +1231,7 @@ class CanadaeCoin(AuxPowMixin, Coin): TX_PER_BLOCK = 1 RPC_PORT = 34330 REORG_LIMIT = 1000 - + class Denarius(Coin): NAME = "Denarius" SHORTNAME = "DNR" @@ -1252,7 +1251,7 @@ class Denarius(Coin): DAEMON = daemon.FakeEstimateFeeDaemon TX_COUNT_HEIGHT = 306187 TX_PER_BLOCK = 4000 - + @classmethod def header_hash(cls, header): '''Given a header return the hash.'''