Skip to content

Commit 8faf4bf

Browse files
committed
[Core] Update checkpoints for first v7 block
Add a new checkpoint for the first v7 block for both mainnet and testnet Github-Pull: #1273 Rebased-From: 793b0af
1 parent f6e8a14 commit 8faf4bf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/chainparams.cpp

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
7171
(1679090, uint256("f747ce055ba1b12e1f2e842bd480bc647210799359cb2e553ab292065e3419d6")) //!< First block with a "wrapped" serial spend
7272
(1686229, uint256("bb42bf1e886a7c23474634c90893dd3d68a6ccbfea4ac92a98da5cad0c6a6cb7")) //!< Last block in the "wrapped" serial attack range
7373
(1778954, uint256("0d3241268264a2908d6babf00d9cd1ffb83d93d7bb4e428820127fe227c2029c")) //!< Network split here
74-
(1788528, uint256("ea9243ff8fc079fdd7a04f11fac415de4d98e1bb0dc38db6f79f8f8bbfdbe496")); //!< Network split here
74+
(1788528, uint256("ea9243ff8fc079fdd7a04f11fac415de4d98e1bb0dc38db6f79f8f8bbfdbe496")) //!< Network split here
75+
(2153200, uint256("14e477e597d24549cac5e59d97d32155e6ec2861c1003b42d0566f9bf39b65d5")); //!< First v7 block
7576
static const Checkpoints::CCheckpointData data = {
7677
&mapCheckpoints,
77-
1556924938, // * UNIX timestamp of last checkpoint block
78-
4271692, // * total number of transactions between genesis and last checkpoint
78+
1578332625, // * UNIX timestamp of last checkpoint block
79+
5116987, // * total number of transactions between genesis and last checkpoint
7980
// (the tx=... number in the SetBestChain debug.log lines)
8081
2000 // * estimated number of transactions per day after checkpoint
8182
};
@@ -85,11 +86,12 @@ static Checkpoints::MapCheckpoints mapCheckpointsTestnet =
8586
(0, uint256("0x001"))
8687
(1016800, uint256("6ae7d52092fd918c8ac8d9b1334400387d3057997e6e927a88e57186dc395231"))
8788
(1106100, uint256("c54b3e7e8b710e4075da1806adf2d508ae722627d5bcc43f594cf64d5eef8b30")) //!< zc public spend activation height
88-
(1112700, uint256("2ad8d507dbe3d3841b9f8a29c3878d570228e9361c3e057362d7915777bbc849"));
89+
(1112700, uint256("2ad8d507dbe3d3841b9f8a29c3878d570228e9361c3e057362d7915777bbc849"))
90+
(1347000, uint256("30c173ffc09a13f288bf6e828216107037ce5b79536b1cebd750a014f4939882")); //!< First v7 block
8991
static const Checkpoints::CCheckpointData dataTestnet = {
9092
&mapCheckpointsTestnet,
91-
1560843157,
92-
2501682,
93+
1575145155,
94+
2971390,
9395
250};
9496

9597
static Checkpoints::MapCheckpoints mapCheckpointsRegtest =

0 commit comments

Comments
 (0)