From d4be3752fb564c84a83e64dd977bac2701f3eb6b Mon Sep 17 00:00:00 2001 From: faetos Date: Fri, 29 Jun 2018 00:08:27 -0500 Subject: [PATCH] Changed POW for 2 week period 1 blk x 60 mins x 24 hrs x 14 days --- src/chainparams.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index be45511e9..11abeab67 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -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)