Skip to content

Commit

Permalink
Changed POW for 2 week period 1 blk x 60 mins x 24 hrs x 14 days
Browse files Browse the repository at this point in the history
  • Loading branch information
faetos committed Jun 29, 2018
1 parent 7241497 commit d4be375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chainparams.cpp
Expand Up @@ -2325,7 +2325,8 @@ class CMainParams : public CChainParams
nMaxMoneyOut = 21000000 * COIN;

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

0 comments on commit d4be375

Please sign in to comment.