Specify DIP3 enforcement block height/hash for mainnet params
This commit is contained in:
parent
a370bbfe3d
commit
992922c495
@ -219,8 +219,8 @@ public:
|
||||
consensus.BIP65Height = 619382; // 00000000000076d8fcea02ec0963de4abfd01e771fec0863f960c2c64fe6f357
|
||||
consensus.BIP66Height = 245817; // 00000000000b1fa2dfa312863570e13fae9ca7b5566cb27e55422620b469aefa
|
||||
consensus.DIP0001Height = 782208;
|
||||
consensus.DIP0003EnforcementHeight = 1000000000; // TODO update after DIP3 is deployed
|
||||
consensus.DIP0003EnforcementHash = uint256(); // TODO update after DIP3 is deployed
|
||||
consensus.DIP0003EnforcementHeight = 1047200;
|
||||
consensus.DIP0003EnforcementHash = uint256S("000000000000002d1734087b4c5afc3133e4e1c3e1a89218f62bcd9bb3d17f81");
|
||||
consensus.powLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // ~uint256(0) >> 20
|
||||
consensus.nPowTargetTimespan = 24 * 60 * 60; // Dash: 1 day
|
||||
consensus.nPowTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes
|
||||
|
Loading…
Reference in New Issue
Block a user