Skip to content

Commit

Permalink
extra hardened checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Jan 9, 2019
1 parent 629e0c0 commit d9e479a
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/checkpoints.cpp
Expand Up @@ -45,30 +45,32 @@ namespace Checkpoints
(219999, uint256("0xab0dad4b10d2370f009ed6df6effca1ba42f01d5070d6b30afeedf6463fbe7a2"))
(336000, uint256("0x4d261cef6e61a5ed8325e560f1d6e36f4698853a4c7134677f47a1d1d842bdf6"))
(371850, uint256("0x6b18adcb0a6e080dae85b74eee2b83fabb157bbea64fab0ed2192b2f6d5b89f3"))
(407813, uint256("0x00000000000000012730b0f48bed8afbeb08164c9d63597afb082e82ea05cec9"))
;
static const CCheckpointData data = {
&mapCheckpoints,
1529622361, // * UNIX timestamp of last checkpoint block
1472819, // * total number of transactions between genesis and last checkpoint
1547015614, // * UNIX timestamp of last checkpoint block
1576839, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
300.0 // * estimated number of transactions per day after checkpoint
};

static MapCheckpoints mapCheckpointsTestnet =
boost::assign::map_list_of
( 0, hashGenesisBlockTestNet )
( 19080, uint256("b054d63d41852d71b611eaa8eca37d9fddca69b5013cf0966d453402ec8005ce"))
( 30583, uint256("5179c0c496b5d25ab81ffe14273ea6928c6ff81c0a0d6a83b5d7d41d64886300"))
( 99999, uint256("a7b03b14b8673683d972ab81775f3e85fea4fe689874b5956183466535dc651c"))
(219999, uint256("0691bb86c92762c5c4c5a3723585ebeb7ec59310bbb0bdb6666551ab24ad919e"))
(336000, uint256("f07adf61615c529f7c282b858d13d3e037b197324cb12e0669c461947494c4e3"))
(372751, uint256("7ed2bfbdcbcd8bcbb710e6cf288dd30920968ac10b64fd5d5bd3c9c2751ee185"))
(373484, uint256("033f459d48861b4ff8d38a02c5f43383de1190ceb0a516686105152796d3b3f6"))
( 19080, uint256("0xb054d63d41852d71b611eaa8eca37d9fddca69b5013cf0966d453402ec8005ce"))
( 30583, uint256("0x5179c0c496b5d25ab81ffe14273ea6928c6ff81c0a0d6a83b5d7d41d64886300"))
( 99999, uint256("0xa7b03b14b8673683d972ab81775f3e85fea4fe689874b5956183466535dc651c"))
(219999, uint256("0x0691bb86c92762c5c4c5a3723585ebeb7ec59310bbb0bdb6666551ab24ad919e"))
(336000, uint256("0xf07adf61615c529f7c282b858d13d3e037b197324cb12e0669c461947494c4e3"))
(372751, uint256("0x7ed2bfbdcbcd8bcbb710e6cf288dd30920968ac10b64fd5d5bd3c9c2751ee185"))
(373484, uint256("0x033f459d48861b4ff8d38a02c5f43383de1190ceb0a516686105152796d3b3f6"))
(380548, uint256("0x000000001960e3ca13ce615d76ac27ae72dac0328d227d4da83658c405fca56c"))
;
static const CCheckpointData dataTestnet = {
&mapCheckpointsTestnet,
1542612021,
729794,
1547012965,
743883,
300
};

Expand Down

0 comments on commit d9e479a

Please sign in to comment.