Skip to content

Commit

Permalink
Checkpoint block 160000
Browse files Browse the repository at this point in the history
  • Loading branch information
WaveringAna committed Aug 24, 2017
1 parent bbb2d14 commit 94768ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,12 @@ class CMainParams : public CChainParams {
checkpointData = (Checkpoints::CCheckpointData) {
boost::assign::map_list_of
( 0, consensus.hashGenesisBlock)
( 30000, uint256S("0x000000005c2ad200c3c7c8e627f67b306659efca1268c9bb014335fdadc0c392")),
1482914970, // * UNIX timestamp of last checkpoint block
82372, // * total number of transactions between genesis and last checkpoint
( 30000, uint256S("0x000000005c2ad200c3c7c8e627f67b306659efca1268c9bb014335fdadc0c392"))
( 160000, uint256S("0x000000065093005a1a46ee95d6d66c2b07008220ca64dd3b3a93bbd1945480c0")),
1502742046, // * UNIX timestamp of last checkpoint block
392489, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
1581 // * estimated number of transactions per day after checkpoint
1413 // * estimated number of transactions per day after checkpoint
// total number of tx / (checkpoint block height / (24 * 24))
};

Expand Down

0 comments on commit 94768ab

Please sign in to comment.