From 455155894abce590d7beaa5af4419c59eb977228 Mon Sep 17 00:00:00 2001 From: globalsmartasset Date: Sat, 30 Dec 2023 18:43:11 +0000 Subject: [PATCH] Update checkpoints --- src/chainparams.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 1def3cf..493fcb6 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -72,13 +72,14 @@ static Checkpoints::MapCheckpoints mapCheckpoints = ( 1, uint256("0x00000c7b550327bd3f867464a2e3cbd2a76896a46db659d5cf0f08a6e8ae3be6")) (50, uint256("0x000000f094138bbe8ca5660c3ed7d01339401fdf797dd967d9fe8d1a70089de6")) (1924712, uint256("0xdf1b4fd71b1871d96dc49bf70c22519bebbb367fc787980e33b6b9bcf41801ae")) + (1930838, uint256("0x60c352e8380a5ed28ac56e31925a16ceaa3e88d42e2603452a14f700f0482b26")) ; static const Checkpoints::CCheckpointData data = { &mapCheckpoints, - 1700334045, // * UNIX timestamp of last checkpoint block - 3870224, // * total number of transactions between genesis and last checkpoint + 1700758605, // * UNIX timestamp of last checkpoint block + 3882490, // * total number of transactions between genesis and last checkpoint // (the tx=... number in the UpdateTip debug.log lines) 1440 // * estimated number of transactions per day after checkpoint };