bump version for next testnet

This commit is contained in:
jc 2018-01-27 23:44:53 -05:00
parent 1b58b0615e
commit bc03affae5
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ public:
consensus.powLimit = uint256S("07ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); consensus.powLimit = uint256S("07ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
assert(maxUint/UintToArith256(consensus.powLimit) >= consensus.nPowAveragingWindow); assert(maxUint/UintToArith256(consensus.powLimit) >= consensus.nPowAveragingWindow);
consensus.fPowAllowMinDifficultyBlocks = true; consensus.fPowAllowMinDifficultyBlocks = true;
pchMessageStart[0] = 0xe6; pchMessageStart[0] = 0xf6;
pchMessageStart[1] = 0x1b; pchMessageStart[1] = 0x1b;
pchMessageStart[2] = 0xf6; pchMessageStart[2] = 0xf6;
pchMessageStart[3] = 0xd6; pchMessageStart[3] = 0xd6;

View File

@ -31,7 +31,7 @@ public:
CBaseTestNetParams() CBaseTestNetParams()
{ {
nRPCPort = 18023; nRPCPort = 18023;
strDataDir = "testnet3"; strDataDir = "testnet4";
} }
}; };
static CBaseTestNetParams testNetParams; static CBaseTestNetParams testNetParams;