add ZelCash coin (#631)
This commit is contained in:
parent
f9e66b721f
commit
d460bc3bcb
@ -1113,6 +1113,23 @@ class Hush(EquihashMixin, Coin):
|
|||||||
REORG_LIMIT = 800
|
REORG_LIMIT = 800
|
||||||
|
|
||||||
|
|
||||||
|
class ZelCash(EquihashMixin, Coin):
|
||||||
|
NAME = "ZelCash"
|
||||||
|
SHORTNAME = "ZEL"
|
||||||
|
NET = "mainnet"
|
||||||
|
P2PKH_VERBYTE = bytes.fromhex("1CB8")
|
||||||
|
P2SH_VERBYTES = [bytes.fromhex("1CBD")]
|
||||||
|
WIF_BYTE = bytes.fromhex("80")
|
||||||
|
GENESIS_HASH = ('00052461a5006c2e3b74ce48992a0869'
|
||||||
|
'5607912d5604c3eb8da25749b0900444')
|
||||||
|
DESERIALIZER = lib_tx.DeserializerZcash
|
||||||
|
TX_COUNT = 450539
|
||||||
|
TX_COUNT_HEIGHT = 167114
|
||||||
|
TX_PER_BLOCK = 3
|
||||||
|
RPC_PORT = 16124
|
||||||
|
REORG_LIMIT = 800
|
||||||
|
|
||||||
|
|
||||||
class Zclassic(EquihashMixin, Coin):
|
class Zclassic(EquihashMixin, Coin):
|
||||||
NAME = "Zclassic"
|
NAME = "Zclassic"
|
||||||
SHORTNAME = "ZCL"
|
SHORTNAME = "ZCL"
|
||||||
|
|||||||
15
tests/blocks/zelcash_mainnet_100000.json
Normal file
15
tests/blocks/zelcash_mainnet_100000.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user