From 6f6c7306cebea7b1ab4bf630c07ddf6ed272f182 Mon Sep 17 00:00:00 2001 From: Billy Markus Date: Sat, 4 Jan 2014 23:00:23 -0800 Subject: [PATCH 1/2] checkpoint --- src/checkpoints.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 468310795..738d8a62e 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -24,10 +24,10 @@ namespace Checkpoints // + Contains no strange transactions // - // no checkpoint now, can be added in later releases static MapCheckpoints mapCheckpoints = boost::assign::map_list_of - ( 0, hashGenesisBlockOfficial ) + ( 0, hashGenesisBlockOfficial ), + ( 42400, uint256("0x557bb7c17ed9e6d4a6f9361cfddf7c1fc0bdc394af7019167442b41f507252b4")) ; From dab72582b657395a25e25f4ea367b8b8990db460 Mon Sep 17 00:00:00 2001 From: Billy Markus Date: Sat, 4 Jan 2014 23:26:46 -0800 Subject: [PATCH 2/2] checkpoints --- src/checkpoints.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 738d8a62e..128750d90 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -26,7 +26,8 @@ namespace Checkpoints static MapCheckpoints mapCheckpoints = boost::assign::map_list_of - ( 0, hashGenesisBlockOfficial ), + ( 0, hashGenesisBlockOfficial ) + ( 42279, uint256("0x8444c3ef39a46222e87584ef956ad2c9ef401578bd8b51e8e4b9a86ec3134d3a")) ( 42400, uint256("0x557bb7c17ed9e6d4a6f9361cfddf7c1fc0bdc394af7019167442b41f507252b4")) ;