Skip to content

Commit

Permalink
Update checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
AegeusCoin committed Jul 22, 2018
1 parent 3406322 commit 4b6e4d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data

static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
(0, uint256("00000c4811a2aac2ff8eec8785fb2f14aba540213df59885681c95d18a482a84"))
(2, uint256("0000030f7e71b0892048c451573fcea99d2b5db0175db1324b0d2320d399e2cc")) // Premine
(510, uint256("b6823aa9a35db3c5f0b70cff171366a4e6f5c0955b8271b099172b38682866f0")) // Modifier update block
(205706, uint256("ee5b0a720762b540834f1c0c7dd8c700be3fbcaee49a1971118cfafe158e079f")) // Proper height and hash to avoid chain fork confusion
(226700, uint256("50dfb6a07586cecc20455d483c751f85d161c1d6ce64472cadfaf548c9a7cab6"));
(0, uint256("0x00000c4811a2aac2ff8eec8785fb2f14aba540213df59885681c95d18a482a84"))
(2, uint256("0x0000030f7e71b0892048c451573fcea99d2b5db0175db1324b0d2320d399e2cc")) // Premine
(510, uint256("0xb6823aa9a35db3c5f0b70cff171366a4e6f5c0955b8271b099172b38682866f0")) // Modifier update block
(205706, uint256("0xee5b0a720762b540834f1c0c7dd8c700be3fbcaee49a1971118cfafe158e079f")) // Proper height and hash to avoid chain fork confusion
(226700, uint256("0x50dfb6a07586cecc20455d483c751f85d161c1d6ce64472cadfaf548c9a7cab6"));
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1532204019, // * UNIX timestamp of last checkpoint block
1, // * total number of transactions between genesis and last checkpoint
481552, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
100 // * estimated number of transactions per day after checkpoint
};

static Checkpoints::MapCheckpoints mapCheckpointsTestnet =
boost::assign::map_list_of(0, uint256("00000ae4a05aa8ffcaa8b5fd246560dc45af54a8868dc6f2f4ffa3cb850f01ad"))
(1, uint256("000006267959b2d4330b5b92d73ab22facb4c03a4f9bff32acb03eaeff304a71"));
boost::assign::map_list_of(0, uint256("0x00000ae4a05aa8ffcaa8b5fd246560dc45af54a8868dc6f2f4ffa3cb850f01ad"))
(1, uint256("0x000006267959b2d4330b5b92d73ab22facb4c03a4f9bff32acb03eaeff304a71"));

static const Checkpoints::CCheckpointData dataTestnet = {
&mapCheckpointsTestnet,
Expand Down

0 comments on commit 4b6e4d8

Please sign in to comment.