From 06e78495d588c5f7d8cc56b6eb379fc9c46880c5 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Thu, 3 Apr 2014 22:03:45 -1000 Subject: [PATCH] Litecoin: Checkpoint at block 541794 --- src/checkpoints.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 2f5fc7ff5..51bf77270 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -49,13 +49,14 @@ namespace Checkpoints (383640, uint256("0x2b6809f094a9215bafc65eb3f110a35127a34be94b7d0590a096c3f126c6f364")) (409004, uint256("0x487518d663d9f1fa08611d9395ad74d982b667fbdc0e77e9cf39b4f1355908a3")) (456000, uint256("0xbf34f71cc6366cd487930d06be22f897e34ca6a40501ac7d401be32456372004")) + (541794, uint256("0x1cbccbe6920e7c258bbce1f26211084efb19764aa3224bec3f4320d77d6a2fd2")) ; static const CCheckpointData data = { &mapCheckpoints, - 1383887110, // * UNIX timestamp of last checkpoint block - 2179203, // * total number of transactions between genesis and last checkpoint + 1396366781, // * UNIX timestamp of last checkpoint block + 3854671, // * total number of transactions between genesis and last checkpoint // (the tx=... number in the SetBestChain debug.log lines) - 8000.0 // * estimated number of transactions per day after checkpoint + 12000.0 // * estimated number of transactions per day after checkpoint }; static MapCheckpoints mapCheckpointsTestnet =