Add checkpoint at block 2500.

This commit is contained in:
Sean Bowe 2016-11-01 09:16:51 -06:00
parent 1feaefac51
commit 73363c3d9a
1 changed files with 6 additions and 5 deletions

View File

@ -125,11 +125,12 @@ public:
checkpointData = (Checkpoints::CCheckpointData) { checkpointData = (Checkpoints::CCheckpointData) {
boost::assign::map_list_of boost::assign::map_list_of
( 0, consensus.hashGenesisBlock), (0, consensus.hashGenesisBlock)
genesis.nTime, // * UNIX timestamp of last checkpoint block (2500, uint256S("0x00000006dc968f600be11a86cbfbf7feb61c7577f45caced2e82b6d261d19744")),
0, // * total number of transactions between genesis and last checkpoint 1477973071, // * UNIX timestamp of last checkpoint block
// (the tx=... number in the SetBestChain debug.log lines) 22063, // * total number of transactions between genesis and last checkpoint
0 // * estimated number of transactions per day after checkpoint // (the tx=... number in the SetBestChain debug.log lines)
5083 // * estimated number of transactions per day after checkpoint
}; };
// Founders reward script expects a vector of 2-of-3 multisig addresses // Founders reward script expects a vector of 2-of-3 multisig addresses