From b0bd0ec4cb762e90e0f5525d4a78040e13d5a94b Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Mon, 2 Mar 2015 12:08:00 +0000 Subject: [PATCH] Add checkpoints at block #160000 Block hash: 000000000001cb1133043d38d077c0e93f66c8b2566779f10f182137d1e34a68 Block time: 1425150237 Checksum: 789df0f0 --- src/checkpoints.cpp | 1 + src/kernel.cpp | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index b79db3f..a721cc4 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -28,6 +28,7 @@ namespace Checkpoints ( 13560, std::make_pair(uint256("0xa1591a0fcbf11f282d671581edb9f0aadcd06fee69761081e0a3245914c13729"), 1364674052) ) ( 143990, std::make_pair(uint256("0x00000000001ff5c3940a9f73ad4a990f64955179bde0f743c76dbf0031429efc"), 1418953493) ) ( 149000, std::make_pair(uint256("0x7a24acfcadcf43054e7f7d9f273522c0dfc5791ba4006e0273e7521a8d36c525"), 1420872125) ) + ( 160000, std::make_pair(uint256("0x000000000001cb1133043d38d077c0e93f66c8b2566779f10f182137d1e34a68"), 1425150237) ) ; // TestNet has no checkpoints diff --git a/src/kernel.cpp b/src/kernel.cpp index b1064fe..c9d3f49 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -31,6 +31,7 @@ static std::map mapStakeModifierCheckpoints = ( 12661, 0x5d84115du ) (143990, 0x9c592c78u ) (149000, 0x48f2bdc4u ) + (160000, 0x789df0f0u ) ; // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet) -- 1.7.1