From 5e85a77d2ff7dd1cda4764856d0500081b2c0368 Mon Sep 17 00:00:00 2001 From: tohsnoom Date: Sun, 26 Aug 2018 13:35:27 -0500 Subject: [PATCH 1/2] Changed PoW phase length for testing. --- src/chainparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 9aea2795b..224f9d08d 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -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) From a4e59a0c67f84b19d2899916acc543a1cb1ace59 Mon Sep 17 00:00:00 2001 From: tohsnoom Date: Sun, 26 Aug 2018 13:37:36 -0500 Subject: [PATCH 2/2] Changed version to 0.14.11 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 96c12f7e7..c8f68d077 100644 --- a/configure.ac +++ b/configure.ac @@ -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)