diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 38e31f445..9aea2795b 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -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)