Skip to content

Commit

Permalink
Update checkpoint blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
a-petrini committed Apr 11, 2024
1 parent 279d8ad commit 04c4287
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,12 @@ class CMainParams : public CChainParams {
( 1410300, uint256S("0x000000000025414cc58c41f92172421a1521b949a6c1bd42908c11ce424b9209"))
( 1450700, uint256S("0x00000000010fee71b2d54776c151199806e10125143f0ccf58b93e4240d42129"))
( 1491300, uint256S("0x0000000000c9ad17d7a620c85232d65947b47bfc8978da96d24064d22044b1aa"))
( 1511300, uint256S("0x00000000023fd9742aa11f6b62a3c8f2ae4884130de24d691b0566e9d62c517d")),
1708582508, // * UNIX timestamp of last checkpoint block
38100923, // * total number of transactions between genesis and last checkpoint
( 1511300, uint256S("0x00000000023fd9742aa11f6b62a3c8f2ae4884130de24d691b0566e9d62c517d"))
( 1536300, uint256S("0x000000000280a09437552d0fda2bc6473988e3254222f326c32875c8e43c5d2f")),
1712356672, // * UNIX timestamp of last checkpoint block
38156702, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
14521 // * estimated number of transactions per day after checkpoint
14306 // * estimated number of transactions per day after checkpoint
// total number of tx / (checkpoint block height / (24 * 24))
};

Expand Down Expand Up @@ -278,11 +279,12 @@ class CTestNetParams : public CMainParams {
( 1324900, uint256S("0x000505e8a3427bd01cb980d8b8c78125be7cc5e045a1fd4fa534c2ea5c5d3144"))
( 1364500, uint256S("0x0001cbed909e6f3acae5ee97bb7e25b952969db96819dbd98c03889753815efc"))
( 1405200, uint256S("0x00021862f286f715f7a0488873156ef355372f73b414fd95322c085da6d45360"))
( 1425300, uint256S("0x0005830d3cc95017da5f5ab2ce9846925f3c34ca7c60ea886cc09a6b97858c8d")),
1708595951, // * UNIX timestamp of last checkpoint block
2359635, // * total number of transactions between genesis and last checkpoint
( 1425300, uint256S("0x0005830d3cc95017da5f5ab2ce9846925f3c34ca7c60ea886cc09a6b97858c8d"))
( 1453200, uint256S("0x000311dd646c1e74902f56be31c241e37f9e452c774ea8a88729e9b25f4fe16c")),
1712799964, // * UNIX timestamp of last checkpoint block
2392864, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
954 // * estimated number of transactions per day after checkpoint
948 // * estimated number of transactions per day after checkpoint
// total number of tx / (checkpoint block height / (24 * 24))
};

Expand Down

0 comments on commit 04c4287

Please sign in to comment.