Skip to content

Commit

Permalink
Merge pull request #35 from SavvyBlockProject/master
Browse files Browse the repository at this point in the history
Changed PoW phase length for testing. check,
  • Loading branch information
trollboxteela committed Aug 26, 2018
2 parents 6f8b121 + a4e59a0 commit 0a47745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 14)
define(_CLIENT_VERSION_REVISION, 9)
define(_CLIENT_VERSION_REVISION, 11)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
Expand Down
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -2324,7 +2324,7 @@ 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 = 6200; // for testing PoS transition before official launch
nLastPOWBlock = 6600; // 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 0a47745

Please sign in to comment.