Skip to content

Commit

Permalink
Updated latest checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy777s committed Aug 5, 2016
1 parent 0cd09e7 commit 05098f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,15 @@ class CMainParams : public CChainParams {

checkpointData = (CCheckpointData) {
boost::assign::map_list_of
( 0, uint256S("0x0000004638488c509bcac3bbef81e601c96783f208cb7ca75b54fea5acbaad46")),
0, // * 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)
60000.0 // * estimated number of transactions per day after checkpoint
( 0, uint256S("0x0000004638488c509bcac3bbef81e601c96783f208cb7ca75b54fea5acbaad46"))
( 10000, uint256S("000000000127c020e7aa70b19db0d58989927c3606fc84e888d1c90052fdb315"))
( 50000, uint256S("0000000005f8b1855d2502bf0885d1eb91ae9b699c05e07f53e3112bdf7f2c4d"))
( 98719, uint256S("000000004e6a5f1d35bdd28c02a1097b74f2e931f931c55b4fff738ac5cc6658")),
1470384926,
165972,
16384 // * estimated number of transactions per day after checkpoint
};

}
};
static CMainParams mainParams;
Expand Down
Empty file modified src/leveldb/build_detect_platform
100644 → 100755
Empty file.

0 comments on commit 05098f0

Please sign in to comment.