Skip to content

Commit

Permalink
Merge pull request #32 from SavvyBlockProject/shortenpow
Browse files Browse the repository at this point in the history
Shortened PoW phase for testing before launch.
  • Loading branch information
trollboxteela committed Aug 26, 2018
2 parents fd58fa7 + 897d458 commit 9c6b255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chainparams.cpp
Expand Up @@ -2323,7 +2323,8 @@ class CMainParams : public CChainParams

/** Height or Time Based Activations **/
//nLastPOWBlock = 2880; // 2 days @ 1440 per day (PIVX: 259200, Phore 200)
nLastPOWBlock = 20160; // 14 days @ 1440 per day (PIVX: 259200, Phore 200)
//nLastPOWBlock = 20160; // 14 days @ 1440 per day (PIVX: 259200, Phore 200)
nLastPOWBlock = 6200; // for testing PoS transition before official launch
//if the lowest block height (vSortedByTimestamp[0]) is >= switch height, use new modifier calc
// nModifierUpdateBlock = 0; // (PIVX: 615800)
nZerocoinStartHeight = 999999999; // (PIVX: 863787, Phore 90000)
Expand Down

0 comments on commit 9c6b255

Please sign in to comment.