added checkpoint for forked blockchain

This commit is contained in:
Evan Duffield 2014-05-25 14:08:31 -07:00
parent 3022c77309
commit d1aadc8b43
2 changed files with 3 additions and 2 deletions

View File

@ -44,10 +44,11 @@ namespace Checkpoints
( 45479, uint256("0x000000000063d411655d590590e16960f15ceea4257122ac430c6fbe39fbf02d"))
( 55895, uint256("0x0000000000ae4c53a43639a4ca027282f69da9c67ba951768a20415b6439a2d7"))
( 68899, uint256("0x0000000000194ab4d3d9eeb1f2f792f21bb39ff767cb547fe977640f969d77b7"))
( 74619, uint256("0x000000000011d28f38f05d01650a502cc3f4d0e793fbc26e2a2ca71f07dc3842"))
;
static const CCheckpointData data = {
&mapCheckpoints,
1400148293, // * UNIX timestamp of last checkpoint block
1401050902, // * UNIX timestamp of last checkpoint block
25000, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
800.0 // * estimated number of transactions per day after checkpoint

View File

@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 4
#define CLIENT_VERSION_BUILD 7
#define CLIENT_VERSION_BUILD 8
// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true