Skip to content

Commit

Permalink
better marketing strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M committed Aug 26, 2017
1 parent bad9898 commit c216be0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ class CMainParams : public CChainParams {
checkpointData = (Checkpoints::CCheckpointData) {
boost::assign::map_list_of
(0, consensus.hashGenesisBlock)
(11, uint256S("0x001546f276d22accadca421cc5fe0b403a07e74deb21282b7261a24f2e7258ac")),
1503132505, // * UNIX timestamp of last checkpoint block
12, // * total number of transactions between genesis and last checkpoint
(11, uint256S("0x003fa6a6bbcea855fb76e478fda40c28b454e74537fbeb889e50b41710d4d41e")),
1503777482, // * UNIX timestamp of last checkpoint block
11, // * 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
// total number of tx / (checkpoint block height / (24 * 24))
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1391,8 +1391,8 @@ bool ReadBlockFromDisk(CBlock& block, const CBlockIndex* pindex)

CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
CAmount nSubsidy = 12.5 * COIN;
if (nHeight==1) return COIN * 1000000;
CAmount nSubsidy = 125 * COIN;
if (nHeight==1) return COIN * 10000000;

int halvings = nHeight / consensusParams.nSubsidyHalvingInterval;

Expand Down

0 comments on commit c216be0

Please sign in to comment.