Skip to content

Commit 125fba1

Browse files
committed
Add a new checkpoint at block 295,000
Block 295,000 seems to meet the criteria of a reasonable timestamp and no strange transactions. 295,000 is the current block height in the bootstrap.dat torrent provided by jgarzik.
1 parent 9a6497e commit 125fba1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/checkpoints.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ namespace Checkpoints {
5151
(225430, uint256("0x00000000000001c108384350f74090433e7fcf79a606b8e797f065b130575932"))
5252
(250000, uint256("0x000000000000003887df1f29024b06fc2200b55f8af8f35453d7be294df2d214"))
5353
(279000, uint256("0x0000000000000001ae8c72a0b0c301f67e3afca10e819efa9041e458e9bd7e40"))
54+
(295000, uint256("0x00000000000000004d9b4ef50f0f9d686fd69db2e03af35a100370c64632a983"))
5455
;
5556
static const CCheckpointData data = {
5657
&mapCheckpoints,
57-
1389047471, // * UNIX timestamp of last checkpoint block
58-
30549816, // * total number of transactions between genesis and last checkpoint
58+
1397080064, // * UNIX timestamp of last checkpoint block
59+
36544669, // * total number of transactions between genesis and last checkpoint
5960
// (the tx=... number in the SetBestChain debug.log lines)
6061
60000.0 // * estimated number of transactions per day after checkpoint
6162
};

0 commit comments

Comments
 (0)