Auto merge of #3982 - bitcartel:2.0.5_chainwork_update, r=Eirik0

Update chain work and checkpoint for 2.0.5 release

Update chain work and checkpoint using block 525000.
This commit is contained in:
Homu 2019-05-02 21:13:13 -07:00
commit 4d6d2f05e1
1 changed files with 6 additions and 5 deletions

View File

@ -111,7 +111,7 @@ public:
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!
@ -185,11 +185,12 @@ public:
(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))
};