Skip to content

Commit

Permalink
checkpoint added 2-14-15
Browse files Browse the repository at this point in the history
checkpoint added 2-14-15
  • Loading branch information
cinnamoncoin committed Feb 14, 2015
1 parent 3c3264c commit c080500
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,17 @@ namespace Checkpoints
boost::assign::map_list_of
( 0, uint256("0x00000063044a9b6cad9015b289de8a86a654d5a916fcaaeeefb5b9408448df40"))
( 25550, uint256("0xe8b6e0cfda9a65717ac300d5e1222bbbe45439d13cb9b681c77b775f77d8ec09"))
( 107785, uint256("0x0c57a0c979d324a667563d417eabc0a72d3710a70b92fb5541f776f48e50766b"))
( 194686, uint256("0x591461dfbaedcb23a96d2b8ce5b202ebb501bae203817c060bc44dafd563cbba"))
( 107785, uint256("0x0c57a0c979d324a667563d417eabc0a72d3710a70b92fb5541f776f48e50766b"))
( 194686, uint256("0x591461dfbaedcb23a96d2b8ce5b202ebb501bae203817c060bc44dafd563cbba"))
( 268428, uint256("0x0000000000052546b3b71130b7795cfe200d9a3d2b61fcd3fcc3e3cb5b668789"))
( 371000, uint256("0x000000000000c18f5062e45073251ede9f9ebffbd4d1fdd09e3c33553b3b93da"))
;
static const CCheckpointData data = {
&mapCheckpoints,
1417511320, // * UNIX timestamp of last checkpoint block
451911, // * total number of transactions between genesis and last checkpoint
1423738540, // * UNIX timestamp of last checkpoint block
597838, // * 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
4500.0 // * estimated number of transactions per day after checkpoint
};

static MapCheckpoints mapCheckpointsTestnet =
Expand Down

0 comments on commit c080500

Please sign in to comment.