Skip to content

Commit

Permalink
second commit......
Browse files Browse the repository at this point in the history
  • Loading branch information
umarucoin committed Oct 4, 2017
1 parent cdfe68f commit 4f61dda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/chainparams.cpp
Expand Up @@ -180,9 +180,10 @@ class CMainParams : public CChainParams {
( 407452, uint256S("0x000000000003c6a87e73623b9d70af7cd908ae22fee466063e4ffc20be1d2dbc"))
( 523412, uint256S("0x000000000000e54f036576a10597e0e42cc22a5159ce572f999c33975e121d4d"))*/
( 1500, uint256S("0x0000033199b3d0546287867bbdc1216f5cfa0aac7eb3c87f47dc8f82d4c935c4"))//( 523930, uint256S("0x0000000000000bccdb11c2b1cfb0ecab452abf267d89b7f46eaf2d54ce6e652c")),
( 7709, uint256S("0x00000000004acbba46a84c9c228dc1eced776d93353f71ba02d921b75bbba765")),
1506453449,//1505552276,//1471809614, // * UNIX timestamp of last checkpoint block
8100,//1998064, // * total number of transactions between genesis and last checkpoint
( 7709, uint256S("0x00000000004acbba46a84c9c228dc1eced776d93353f71ba02d921b75bbba765"))
( 12822, uint256S("0x00000000015a5091742306ff8c8c2014022c3d4c889ca6d3593c812aed5b0499")),
1507035080,//1505552276,//1471809614, // * UNIX timestamp of last checkpoint block
13275,//1998064, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
720//2800 // * estimated number of transactions per day after checkpoint
};
Expand Down
2 changes: 1 addition & 1 deletion src/pow.cpp
Expand Up @@ -81,7 +81,7 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const Conse
}

unsigned int static DarkGravityWave(const CBlockIndex* pindexLast, const Consensus::Params& params) {
/* current difficulty formula, stap - DarkGravity v3, written by Evan Duffield - evan@stap.org */
/* current difficulty formula, stap - DarkGravity v3, written by Evan Duffield - evan@dash.org */
const CBlockIndex *BlockLastSolved = pindexLast;
const CBlockIndex *BlockReading = pindexLast;
int64_t nActualTimespan = 0;
Expand Down

0 comments on commit 4f61dda

Please sign in to comment.