update peers for BitcoinSegwitTestnet and BitcoinCashTestnet (#283)
This commit is contained in:
parent
05d6351686
commit
aeccdc0cd9
14
lib/coins.py
14
lib/coins.py
@ -393,12 +393,7 @@ class BitcoinCashTestnet(BitcoinTestnetMixin, Coin):
|
|||||||
'''Bitcoin Testnet for Bitcoin Cash daemons.'''
|
'''Bitcoin Testnet for Bitcoin Cash daemons.'''
|
||||||
NAME = "BitcoinCash"
|
NAME = "BitcoinCash"
|
||||||
PEERS = [
|
PEERS = [
|
||||||
'electrum.akinbo.org s t',
|
'electrum-testnet-abc.criptolayer.net s50112',
|
||||||
'he36kyperp3kbuxu.onion s t',
|
|
||||||
'electrum-btc-testnet.petrkr.net s t',
|
|
||||||
'testnet.hsmiths.com t53011',
|
|
||||||
'hsmithsxurybd7uh.onion t53011 s53012',
|
|
||||||
'ELEX05.blackpole.online t52001 s52002',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@ -406,6 +401,13 @@ class BitcoinSegwitTestnet(BitcoinTestnetMixin, Coin):
|
|||||||
'''Bitcoin Testnet for Core bitcoind >= 0.13.1.'''
|
'''Bitcoin Testnet for Core bitcoind >= 0.13.1.'''
|
||||||
NAME = "BitcoinSegwit"
|
NAME = "BitcoinSegwit"
|
||||||
DESERIALIZER = DeserializerSegWit
|
DESERIALIZER = DeserializerSegWit
|
||||||
|
PEERS = [
|
||||||
|
'electrum.akinbo.org s t',
|
||||||
|
'he36kyperp3kbuxu.onion s t',
|
||||||
|
'testnet.hsmiths.com t53011 s53012',
|
||||||
|
'hsmithsxurybd7uh.onion t53011 s53012',
|
||||||
|
'testnetnode.arihanc.com s t',
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
class BitcoinSegwitRegtest(BitcoinSegwitTestnet):
|
class BitcoinSegwitRegtest(BitcoinSegwitTestnet):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user