update EMC2 (#279)
EMC2 needs DeserializerSegWit to sync, also WIF_BYTE changed according to https://github.com/emc2foundation/einsteinium/blob/0.13_master_EMC2/src/chainparams.cpp#L132
This commit is contained in:
parent
a7b7aa7ebd
commit
67d4641072
@ -792,9 +792,10 @@ class Einsteinium(Coin):
|
||||
NET = "mainnet"
|
||||
P2PKH_VERBYTE = bytes.fromhex("21")
|
||||
P2SH_VERBYTES = [bytes.fromhex("05")]
|
||||
WIF_BYTE = bytes.fromhex("a1")
|
||||
WIF_BYTE = bytes.fromhex("b0")
|
||||
GENESIS_HASH = ('4e56204bb7b8ac06f860ff1c845f03f9'
|
||||
'84303b5b97eb7b42868f714611aed94b')
|
||||
DESERIALIZER = DeserializerSegWit
|
||||
TX_COUNT = 2087559
|
||||
TX_COUNT_HEIGHT = 1358517
|
||||
TX_PER_BLOCK = 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user