Bitcoin Cash: remove dead server
This commit is contained in:
parent
19e0f9bce2
commit
5f3890879d
@ -405,7 +405,6 @@ class BitcoinCash(BitcoinMixin, Coin):
|
|||||||
TX_COUNT_HEIGHT = 479636
|
TX_COUNT_HEIGHT = 479636
|
||||||
TX_PER_BLOCK = 50
|
TX_PER_BLOCK = 50
|
||||||
PEERS = [
|
PEERS = [
|
||||||
'electroncash.bitcoinplug.com s t', # 1 strike
|
|
||||||
'electrum-abc.criptolayer.net s50012',
|
'electrum-abc.criptolayer.net s50012',
|
||||||
'electroncash.cascharia.com s50002',
|
'electroncash.cascharia.com s50002',
|
||||||
'bch.arihanc.com t52001 s52002',
|
'bch.arihanc.com t52001 s52002',
|
||||||
@ -1232,7 +1231,7 @@ class CanadaeCoin(AuxPowMixin, Coin):
|
|||||||
TX_PER_BLOCK = 1
|
TX_PER_BLOCK = 1
|
||||||
RPC_PORT = 34330
|
RPC_PORT = 34330
|
||||||
REORG_LIMIT = 1000
|
REORG_LIMIT = 1000
|
||||||
|
|
||||||
class Denarius(Coin):
|
class Denarius(Coin):
|
||||||
NAME = "Denarius"
|
NAME = "Denarius"
|
||||||
SHORTNAME = "DNR"
|
SHORTNAME = "DNR"
|
||||||
@ -1252,7 +1251,7 @@ class Denarius(Coin):
|
|||||||
DAEMON = daemon.FakeEstimateFeeDaemon
|
DAEMON = daemon.FakeEstimateFeeDaemon
|
||||||
TX_COUNT_HEIGHT = 306187
|
TX_COUNT_HEIGHT = 306187
|
||||||
TX_PER_BLOCK = 4000
|
TX_PER_BLOCK = 4000
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def header_hash(cls, header):
|
def header_hash(cls, header):
|
||||||
'''Given a header return the hash.'''
|
'''Given a header return the hash.'''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user