Skip to content

Commit

Permalink
Update checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Feb 6, 2019
1 parent a8ba650 commit 7d324fa
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
( 552317, uint256("654cf4e6d0e9d8249075c674a54859849b2648cfe35ea71e25bd6394f24331b2") ) // 1522095098 1469475
( 761263, uint256("24213c82d6ea427f02951b3942ff6f80bcccee9bb83690d39a74595bd814653b") ) // 1534790949 2000624
( 761522, uint256("72053aaa24af1d6ea39c9bc72bfc18302c49e6f365a082979fcc48ec67a2b7d9") ) // 1534807651 2001224
( 762150, uint256("0cecda8b84c3c8395f9340678416d28799069ccf4ce1ad78cd27dd42ab3018f5") );// 1534845571 2002764
( 762150, uint256("0cecda8b84c3c8395f9340678416d28799069ccf4ce1ad78cd27dd42ab3018f5") ) // 1534845571 2002764
( 1002453, uint256("3c6642ed3f27d8af256bc193ada90e16c450b13b80519bf3ac870df6e4784398") );// 1549422334 2605892
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1534845571, // * UNIX timestamp of last checkpoint block
2002764, // * total number of transactions between genesis and last checkpoint
1549422334, // * UNIX timestamp of last checkpoint block
2605892, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
2000 // * estimated number of transactions per day after checkpoint
};
Expand All @@ -78,18 +79,18 @@ static Checkpoints::MapCheckpoints mapCheckpointsTestnet =
( 75, uint256("c54904618b734eeb3f098b442934586806f869e80656eacfba65ca91a091cf31") ) // ERROR: AcceptBlock : prev block 1881b795f7531232ba90ade14c16b7f0cf9392b6c9fe76a3d5bfeab9150b7dca is invalid, unable to add block c54904618b734eeb3f098b442934586806f869e80656eacfba65ca91a091cf31
( 300, uint256("000000125e3e3d005aa72281e02b4ebaabc2fa9aed817b9365a8d29bb7901c10") ) // Last POW Block
( 75000, uint256("20faec3994dac57fb88748e29139974522c91036e1bf8ff204c769a90fab5a12") ) // Fork June 2017
( 85000, uint256("43ee28cd1f804dafe05ef120569726e50e9e6f2b634746925742cbd9f738c201") ) // Fork June 2017
( 88800, uint256("2807b46cbfa28a2d4854215b40f4db64b62fc71a1d010844d67d7c03888ce692") ) // Fork June 2017
( 85000, uint256("43ee28cd1f804dafe05ef120569726e50e9e6f2b634746925742cbd9f738c201") ) //
( 88800, uint256("2807b46cbfa28a2d4854215b40f4db64b62fc71a1d010844d67d7c03888ce692") ) //
( 331099, uint256("1ba565ae5336eeb1cbdc4c8804f229f685391d6b9a8568f7baf5c70b80bed17e") ) // Fork March 2018
( 331100, uint256("b12c1f1b86a40b96a192b558e845a67a7085bcad3eae986524f19f6ee4131a80") ) // Fork March 2018
( 334500, uint256("c7dfe5fe124807fdc10ca60021f19ec87d00a107feea0dc5ceda5be26db4e5d4") ) // Fork March 2018
( 337000, uint256("cefc4c13a1b2fc3cda8b04244b35ce76b8e32fe22cc6bce44b1a9971dddd3074") ) // Fork March 2018
( 370000, uint256("c2761da33448b864d880503bfd9a94961c93ecc539360e466336d13b2569142f") );// Fork March 2018

( 331100, uint256("b12c1f1b86a40b96a192b558e845a67a7085bcad3eae986524f19f6ee4131a80") ) //
( 334500, uint256("c7dfe5fe124807fdc10ca60021f19ec87d00a107feea0dc5ceda5be26db4e5d4") ) //
( 337000, uint256("cefc4c13a1b2fc3cda8b04244b35ce76b8e32fe22cc6bce44b1a9971dddd3074") ) //
( 370000, uint256("c2761da33448b864d880503bfd9a94961c93ecc539360e466336d13b2569142f") ) // 1513532336 742197
( 538333, uint256("fb808ffe5db24ca230e11edcdfd3f533cc7ad489d07304a72e6598a9d48c1d2c") );// v3.0.5 with regtest 1549422568 1081182
static const Checkpoints::CCheckpointData dataTestnet = {
&mapCheckpointsTestnet,
1513532336,
742197,
1549422568,
1081182,
2000};

static Checkpoints::MapCheckpoints mapCheckpointsRegtest =
Expand Down

0 comments on commit 7d324fa

Please sign in to comment.