Skip to content

Commit

Permalink
secure the fork with checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ShorelineCrypto committed Feb 20, 2019
1 parent 08c9cce commit bef3b4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ namespace Checkpoints
boost::assign::map_list_of
( 0, uint256("0x14683bb988bcb69c74276df315c8de108d990fcff07483d5f2a044a3b4a592d8"))
( 32, uint256("0x0b92cf051ad399aef6967135185f335385dd2d00702e9d8e740662328d856aaf"))
( 278008, uint256("0xd998f377deb4f6bf1fdd7e627e40c9c6c7e2a62562935892ddd6def99ac751d9"))
;
static const CCheckpointData data = {
&mapCheckpoints,
1536296868, // * UNIX timestamp of last checkpoint block
32, // * total number of transactions between genesis and last checkpoint
1550640255, // * UNIX timestamp of last checkpoint block
278008, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
50.0 // * estimated number of transactions per day after checkpoint
100.0 // * estimated number of transactions per day after checkpoint
};

static MapCheckpoints mapCheckpointsTestnet =
Expand Down

0 comments on commit bef3b4a

Please sign in to comment.