From ad4cbaf8034516f54e14b5845a93b1074eab756f Mon Sep 17 00:00:00 2001 From: Segwit2XDev <34871617+segwit2xdev@users.noreply.github.com> Date: Wed, 27 Dec 2017 09:47:37 -0500 Subject: [PATCH] Fixed Block Sizing Corrected block sizing --- src/chainparams.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 400b2b3ab..a05ed6ee8 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -112,7 +112,7 @@ class CMainParams : public CChainParams { consensus.defaultAssumeValid = uint256S("0x0000000000000000003b9ce759c2a087d52abc4266f8f4ebd6d768b89defa50a"); //477890 consensus.hardforkHeight = 501451; - consensus.premineAddress = "18wFZB62chDhYdapBnVEXX4y9hUvWs8yRu"; + consensus.premineAddress = "3MVnY2kxMPUkxWYNoGjLBwb2uFnsxtjnvF"; consensus.premineValue = 2000000 * COIN; /** @@ -139,6 +139,9 @@ class CMainParams : public CChainParams { assert(genesis.hashMerkleRoot == uint256S("0x4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b")); // Note that of those with the service bits flag, most only support a subset of possible options + vSeeds.emplace_back("node1.b2x-segwit.io", true); + vSeeds.emplace_back("node2.b2x-segwit.io", true); + vSeeds.emplace_back("node3.b2x-segwit.io", true); vSeeds.emplace_back("seed.bitcoin.sipa.be", true); // Pieter Wuille, only supports x1, x5, x9, and xd vSeeds.emplace_back("dnsseed.bluematt.me", true); // Matt Corallo, only supports x9 vSeeds.emplace_back("dnsseed.bitcoin.dashjr.org", false); // Luke Dashjr @@ -255,6 +258,9 @@ class CTestNetParams : public CChainParams { vFixedSeeds.clear(); vSeeds.clear(); // nodes with support for servicebits filtering should be at the top + vSeeds.emplace_back("node1.b2x-segwit.io", true); + vSeeds.emplace_back("node2.b2x-segwit.io", true); + vSeeds.emplace_back("node3.b2x-segwit.io", true); vSeeds.emplace_back("testnet-seed.bitcoin.jonasschnelli.ch", true); vSeeds.emplace_back("seed.tbtc.petertodd.org", true); vSeeds.emplace_back("testnet-seed.bluematt.me", false); @@ -328,7 +334,7 @@ class CRegTestParams : public CChainParams { // By default assume that the signatures in ancestors of this block are valid. consensus.defaultAssumeValid = uint256S("0x00"); - consensus.hardforkHeight = 100; + consensus.hardforkHeight = 1000; consensus.premineAddress = "ms17iABVQf7RQB8iaxeXPBkFdQQjCv7CmV"; consensus.premineValue = 2000000 * COIN;