Skip to content

Commit

Permalink
Added checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tohsnoom committed Jul 16, 2020
1 parent bb390d3 commit b8b81c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
(1000000, uint256("a88a1ad20733dda703a73c12916c0b77e6242a71b7f88ad827aee8bd9264c652"))
(1062034, uint256("3f8c698163c1ba2e641da32fd7e19b394df36136411beb607db3cd6de8a76321"))
(1119060, uint256("58b0080c0c90a63c2add392f0c2847bed05354f023dd1a9f8d10c8c96ae4bdb5"))
(1426250, uint256("9bff7d1d1e68ebd1efc239569e7a92d1dc66c36c0ffc8d0afb2767cf2bb582f9"));
(1426250, uint256("9bff7d1d1e68ebd1efc239569e7a92d1dc66c36c0ffc8d0afb2767cf2bb582f9"))
(1474699, uint256("d62b044bc1189e94775942913dec19b9b0121b3f1e06a3c53e9ba8439a81ca04"));

static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1591977685, // * UNIX timestamp of last checkpoint block
3296473, // * total number of transactions between genesis and last checkpoint
1594922047, // * UNIX timestamp of last checkpoint block
3516297, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
1500 // * estimated number of transactions per day after checkpoint
};
Expand Down

0 comments on commit b8b81c9

Please sign in to comment.