Adding regtest parameters (#213)
This commit is contained in:
parent
620ee35af9
commit
97ec00338d
10
lib/coins.py
10
lib/coins.py
@ -386,6 +386,16 @@ class BitcoinTestnet(Bitcoin):
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
class BitcoinRegtest(BitcoinTestnet):
|
||||||
|
NET = "regtest"
|
||||||
|
GENESIS_HASH = ('0f9188f13cb7b2c71f2a335e3a4fc328'
|
||||||
|
'bf5beb436012afca590b1a11466e2206')
|
||||||
|
PEERS= []
|
||||||
|
TX_COUNT = 1
|
||||||
|
TX_COUNT_HEIGHT = 1
|
||||||
|
DESERIALIZER = DeserializerSegWit
|
||||||
|
|
||||||
|
|
||||||
class BitcoinTestnetSegWit(BitcoinTestnet):
|
class BitcoinTestnetSegWit(BitcoinTestnet):
|
||||||
'''Bitcoin Testnet for Core bitcoind >= 0.13.1.
|
'''Bitcoin Testnet for Core bitcoind >= 0.13.1.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user