Browse Source

Litecoin: Checkpoint at block 456000

0.8
Warren Togami 11 years ago
parent
commit
75c6b1ad12
  1. 7
      src/checkpoints.cpp

7
src/checkpoints.cpp

@ -48,13 +48,14 @@ namespace Checkpoints @@ -48,13 +48,14 @@ namespace Checkpoints
(240000, uint256("0x7140d1c4b4c2157ca217ee7636f24c9c73db39c4590c4e6eab2e3ea1555088aa"))
(383640, uint256("0x2b6809f094a9215bafc65eb3f110a35127a34be94b7d0590a096c3f126c6f364"))
(409004, uint256("0x487518d663d9f1fa08611d9395ad74d982b667fbdc0e77e9cf39b4f1355908a3"))
(456000, uint256("0xbf34f71cc6366cd487930d06be22f897e34ca6a40501ac7d401be32456372004"))
;
static const CCheckpointData data = {
&mapCheckpoints,
1376885874, // * UNIX timestamp of last checkpoint block
1859062, // * total number of transactions between genesis and last checkpoint
1383887110, // * UNIX timestamp of last checkpoint block
2179203, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
7000.0 // * estimated number of transactions per day after checkpoint
8000.0 // * estimated number of transactions per day after checkpoint
};
static MapCheckpoints mapCheckpointsTestnet =

Loading…
Cancel
Save