Skip to content

Commit

Permalink
Update checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
SooriCoin committed Jan 18, 2018
1 parent 27bf3de commit 986bd2c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,13 @@ vSeeds.clear();

checkpointData = (CCheckpointData) {
boost::assign::map_list_of
( 0, uint256S("0x000009d004dfcf018188933b97abe8604cfad5b0d4ae57c8babfcdb6e395bed9")),
// 1507424630, // * UNIX timestamp of last checkpoint block
// 3701128, // * total number of transactions between genesis and last checkpoint
( 0, uint256S("0x000009d004dfcf018188933b97abe8604cfad5b0d4ae57c8babfcdb6e395bed9"))
( 4500, uint256S("0x000003647768d5893215a1be364180c20fd5db6094e0f81192eddd042ea679bf")),

1516285464, // * UNIX timestamp of last checkpoint block
4504, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
// 5000 // * estimated number of transactions per day after checkpoint
500 // * estimated number of transactions per day after checkpoint
};
}
};
Expand Down

0 comments on commit 986bd2c

Please sign in to comment.