Auto merge of #2128 - bitcartel:checkpoint_testnet_38000, r=daira

Add checkpoint at block 38000 (testnet)

Closes #2127
This commit is contained in:
zkbot 2017-02-28 00:12:04 +00:00
commit 98ddf87d18
1 changed files with 6 additions and 4 deletions

View File

@ -259,10 +259,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, (38000, uint256S("0x001e9a2d2e2892b88e9998cf7b079b41d59dd085423a921fe8386cecc42287b8")),
0, 1486897419, // * UNIX timestamp of last checkpoint block
0 47163, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
715 // total number of tx / (checkpoint block height / (24 * 24))
}; };
// Founders reward script expects a vector of 2-of-3 multisig addresses // Founders reward script expects a vector of 2-of-3 multisig addresses