From 73363c3d9ab56b25b71c889d48dd7371df764ffa Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Tue, 1 Nov 2016 09:16:51 -0600 Subject: [PATCH] Add checkpoint at block 2500. --- src/chainparams.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 8691455e8..c3b9ae2de 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -125,11 +125,12 @@ public: checkpointData = (Checkpoints::CCheckpointData) { boost::assign::map_list_of - ( 0, consensus.hashGenesisBlock), - genesis.nTime, // * UNIX timestamp of last checkpoint block - 0, // * total number of transactions between genesis and last checkpoint - // (the tx=... number in the SetBestChain debug.log lines) - 0 // * estimated number of transactions per day after checkpoint + (0, consensus.hashGenesisBlock) + (2500, uint256S("0x00000006dc968f600be11a86cbfbf7feb61c7577f45caced2e82b6d261d19744")), + 1477973071, // * UNIX timestamp of last checkpoint block + 22063, // * total number of transactions between genesis and last 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