Browse Source

checkpoint

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
46660a989a
  1. 5
      src/checkpoints.cpp

5
src/checkpoints.cpp

@ -38,11 +38,12 @@ namespace Checkpoints @@ -38,11 +38,12 @@ namespace Checkpoints
static MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
( 121, uint256("0xcfdd9b4eb621c93163af7b730b3590b7a90c3d5e233569d76a1c0363527c92ae"))
( 13081, uint256("0x5125dc1f6a3b8f1c463baf3e078d8af9f1b35aa4b34fb441e3a7ee391f8727c6"))
;
static const CCheckpointData data = {
&mapCheckpoints,
1384400445, // * UNIX timestamp of last checkpoint block
130, // * total number of transactions between genesis and last checkpoint
1388417972, // * UNIX timestamp of last checkpoint block
13100, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
144.0 // * estimated number of transactions per day after checkpoint
};

Loading…
Cancel
Save