Skip to content

Commit

Permalink
new hardened checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Jul 26, 2019
1 parent 2322a63 commit 70e8634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chainparams.cpp
Expand Up @@ -151,6 +151,7 @@ class CMainParams : public CChainParams {
{336000, uint256S("0x4d261cef6e61a5ed8325e560f1d6e36f4698853a4c7134677f47a1d1d842bdf6")},
{371850, uint256S("0x6b18adcb0a6e080dae85b74eee2b83fabb157bbea64fab0ed2192b2f6d5b89f3")},
{407813, uint256S("0x00000000000000012730b0f48bed8afbeb08164c9d63597afb082e82ea05cec9")},
{443561, uint256S("0xf81cea8e4e40b2cfcc13a8bd82436399c35a55df951b95e7128601c1838029ed")},
}
};

Expand Down Expand Up @@ -246,6 +247,7 @@ class CTestNetParams : public CChainParams {
{336000, uint256S("0xf07adf61615c529f7c282b858d13d3e037b197324cb12e0669c461947494c4e3")},
{372751, uint256S("0x000000000000148db599b217c117b5104f5043c55f6ca2a8a065d9fab9f9bba1")},
{382019, uint256S("0x3ab75769d7957d9bf0857b5019d0a0e41044fa9ecf30b2f9c32aa457b0864ce5")},
{412691, uint256S("0x0e20318be88f07f521453435b37cfc516c3de07264a78ed7170985a1126126ab")},
}
};

Expand Down
2 changes: 2 additions & 0 deletions src/kernel.cpp
Expand Up @@ -50,6 +50,7 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
(336000, 0x6c3c8048u )
(371850, 0x9b850bdfu )
(407813, 0x46fe50b5u )
(443561, 0x114a6e38u )
;

static std::map<int, unsigned int> mapStakeModifierTestnetCheckpoints =
Expand All @@ -62,6 +63,7 @@ static std::map<int, unsigned int> mapStakeModifierTestnetCheckpoints =
(336000, 0x8330dc09u )
(372751, 0xafb94e2fu )
(382019, 0x7f5cf5ebu )
(412691, 0x93138e67u )
;

// Whether the given coinstake is subject to new v0.3 protocol
Expand Down

0 comments on commit 70e8634

Please sign in to comment.