Skip to content

Commit

Permalink
Merge pull request BTCGPU#335 from h4x3rotab/master
Browse files Browse the repository at this point in the history
Mainnet hardfork upgrade at 536200
  • Loading branch information
h4x3rotab authored Jun 21, 2018
2 parents 4262895 + cb8b641 commit 06b0b0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 15)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2018)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ class CMainParams : public CChainParams {
consensus.BIP66Height = 363725; // 00000000000000000379eaa19dce8c9b722d46ae6a57c2f1a988119488b50931
consensus.BTGHeight = 491407; // Around 10/25/2017 12:00 UTC
consensus.BTGPremineWindow = 8000;
consensus.BTGZawyLWMAHeight = std::numeric_limits<int>::max(); // Not activated on mainnet
consensus.BTGEquihashForkHeight = std::numeric_limits<int>::max(); // Not activated on mainnet
consensus.BTGZawyLWMAHeight = 536200; // Around 07/01/2018
consensus.BTGEquihashForkHeight = 536200; // Around 07/01/2018
consensus.BTGPremineEnforceWhitelist = true;
consensus.powLimit = uint256S("0007ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.powLimitStart = uint256S("0000000fffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
Expand Down

0 comments on commit 06b0b0e

Please sign in to comment.