z4 release

This commit is contained in:
Taylor Hornby
2016-06-01 13:42:03 -06:00
parent 55bf149df9
commit 592b2f0e64
3 changed files with 75 additions and 5 deletions

View File

@@ -150,10 +150,10 @@ public:
consensus.nMajorityWindow = 100;
consensus.powLimit = uint256S("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.fPowAllowMinDifficultyBlocks = true;
pchMessageStart[0] = 0xf1;
pchMessageStart[1] = 0x2d;
pchMessageStart[2] = 0xea;
pchMessageStart[3] = 0x1c;
pchMessageStart[0] = 0x6d;
pchMessageStart[1] = 0xf6;
pchMessageStart[2] = 0xe7;
pchMessageStart[3] = 0x55;
vAlertPubKey = ParseHex("04302390343f91cc401d56d68b123028bf52e5fca1939df127f63c6467cdf9c8e2c14b61104cf817d0b780da337893ecc4aaff1309e536162dabbdb45200ca2b0a");
nDefaultPort = 18333;
nMinerThreads = 0;