Browse Source

Litecoin: Checkpoint at block 585010

0.8
Warren Togami 10 years ago
parent
commit
cc924b775c
  1. 7
      src/checkpoints.cpp

7
src/checkpoints.cpp

@ -50,13 +50,14 @@ namespace Checkpoints @@ -50,13 +50,14 @@ namespace Checkpoints
(409004, uint256("0x487518d663d9f1fa08611d9395ad74d982b667fbdc0e77e9cf39b4f1355908a3"))
(456000, uint256("0xbf34f71cc6366cd487930d06be22f897e34ca6a40501ac7d401be32456372004"))
(541794, uint256("0x1cbccbe6920e7c258bbce1f26211084efb19764aa3224bec3f4320d77d6a2fd2"))
(585010, uint256("0xea9ea06840de20a18a66acb07c9102ee6374ad2cbafc71794e576354fea5df2d"))
;
static const CCheckpointData data = {
&mapCheckpoints,
1396366781, // * UNIX timestamp of last checkpoint block
3854671, // * total number of transactions between genesis and last checkpoint
1402691751, // * UNIX timestamp of last checkpoint block
4404988, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
12000.0 // * estimated number of transactions per day after checkpoint
10000.0 // * estimated number of transactions per day after checkpoint
};
static MapCheckpoints mapCheckpointsTestnet =

Loading…
Cancel
Save