Skip to content

Commit

Permalink
Auto merge of zcash#3982 - bitcartel:2.0.5_chainwork_update, r=Eirik0
Browse files Browse the repository at this point in the history
Update chain work and checkpoint for 2.0.5 release

Update chain work and checkpoint using block 525000.
  • Loading branch information
zkbot committed May 3, 2019
2 parents 8010bec + 68c17ff commit 4d6d2f0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class CMainParams : public CChainParams {
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;

// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000c12875ded911cf");
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000eeaf43c4e72d49");

/**
* The message start string should be awesome! ⓩ❤
Expand Down Expand Up @@ -185,11 +185,12 @@ class CMainParams : public CChainParams {
(270000, uint256S("0x00000000025c1cfa0258e33ab050aaa9338a3d4aaa3eb41defefc887779a9729"))
(304600, uint256S("0x00000000028324e022a45014c4a4dc51e95d41e6bceb6ad554c5b65d5cea3ea5"))
(410100, uint256S("0x0000000002c565958f783a24a4ac17cde898ff525e75ed9baf66861b0b9fcada"))
(497000, uint256S("0x0000000000abd333f0acca6ffdf78a167699686d6a7d25c33fca5f295061ffff")),
1552501838, // * UNIX timestamp of last checkpoint block
4463933, // * total number of transactions between genesis and last checkpoint
(497000, uint256S("0x0000000000abd333f0acca6ffdf78a167699686d6a7d25c33fca5f295061ffff"))
(525000, uint256S("0x0000000001a36c500378be8862d9bf1bea8f1616da6e155971b608139cc7e39b")),
1556722044, // * UNIX timestamp of last checkpoint block
4653556, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
5173 // * estimated number of transactions per day after checkpoint
5106 // * estimated number of transactions per day after checkpoint
// total number of tx / (checkpoint block height / (24 * 24))
};

Expand Down

0 comments on commit 4d6d2f0

Please sign in to comment.