From: svost Date: Wed, 2 Sep 2015 09:17:16 +0000 (+0300) Subject: Add checkpoint at block #200000 X-Git-Tag: nvc-v0.5.3~2^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=054d268dbcd71a393c77ee01b40063b968313578 Add checkpoint at block #200000 --- diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index a721cc4..e6b7ab4 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -29,6 +29,7 @@ namespace Checkpoints ( 143990, std::make_pair(uint256("0x00000000001ff5c3940a9f73ad4a990f64955179bde0f743c76dbf0031429efc"), 1418953493) ) ( 149000, std::make_pair(uint256("0x7a24acfcadcf43054e7f7d9f273522c0dfc5791ba4006e0273e7521a8d36c525"), 1420872125) ) ( 160000, std::make_pair(uint256("0x000000000001cb1133043d38d077c0e93f66c8b2566779f10f182137d1e34a68"), 1425150237) ) + ( 200000, std::make_pair(uint256("0x0000000000029f8bbf66e6ea6f3e5db55009404aae0fe395a53dd33142b2bff2"), 1441127233) ) ; // TestNet has no checkpoints diff --git a/src/kernel.cpp b/src/kernel.cpp index a7df10e..9c63eaf 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -32,6 +32,7 @@ static std::map mapStakeModifierCheckpoints = (143990, 0x9c592c78u ) (149000, 0x48f2bdc4u ) (160000, 0x789df0f0u ) + (200000, 0x01ec1503u ) ; // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)