Skip to content

Commit

Permalink
BIP34Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Jan 15, 2019
1 parent 2855074 commit 7e4bea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Expand Up @@ -72,7 +72,7 @@ class CMainParams : public CChainParams {
strNetworkID = "main";
consensus.BIP16Height = 0;
consensus.BIP34Height = 0;
consensus.BIP34Hash = uint256S("0");
consensus.BIP34Hash = 6;
//ppcTODO - set above values to correct ones
consensus.powLimit = uint256S("00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // ~arith_uint256(0) >> 32;
consensus.bnInitialHashTarget = uint256S("0000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // ~arith_uint256(0) >> 40;
Expand Down Expand Up @@ -173,7 +173,7 @@ class CTestNetParams : public CChainParams {
strNetworkID = "test";
consensus.BIP16Height = 0;
consensus.BIP34Height = 1;
consensus.BIP34Hash = uint256S("0");
consensus.BIP34Hash = 6;
//ppcTODO - set above values to correct ones
consensus.powLimit = uint256S("0000000fffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // ~arith_uint256(0) >> 28;
consensus.bnInitialHashTarget = uint256S("00000007ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // ~arith_uint256(0) >> 29;
Expand Down

0 comments on commit 7e4bea6

Please sign in to comment.