Skip to content

Commit

Permalink
WeyCoin 1.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Apr 7, 2018
1 parent c2409be commit 5451f3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
define(_COPYRIGHT_HOLDERS,[%s developers])
Expand Down
13 changes: 7 additions & 6 deletions src/chainparams.cpp
Expand Up @@ -127,13 +127,13 @@ class CMainParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT2X].nOverrideRuleChangeActivationThreshold = 1;

// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000000054463538146365");
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000000006cd4228b3c2bbd");

consensus.defaultAssumeValid = uint256S("0x0");

//5 weeks from launch, fair chance to buy/accumulate. 75000 blocks
consensus.MasternodePaymentStartHeight = 75000;
consensus.mpaStartHeight = 190635;
consensus.mpaStartHeight = 127150;
//

/**
Expand Down Expand Up @@ -206,7 +206,8 @@ class CMainParams : public CChainParams {
{ 127875, uint256S("0x0000000007417c8999a996c5c0c3b6429ad93468dfcc44f56bf90036d542a792")},
{ 150000, uint256S("0x000000000166e5747033e3680080c8954f4513a3257dfdc3d2e231c974794407")},
{ 188340, uint256S("0x0000000005c13e1e9d00d4aaa750e885b78d55d7a634981ba6691d55d5e0e5d2")},
{ 190495, uint256S("0x0000000000e007b682f5ed54e8a96f0f36afca51d83c792eaa0440b0a0d93ce2")}
{ 190495, uint256S("0x0000000000e007b682f5ed54e8a96f0f36afca51d83c792eaa0440b0a0d93ce2")},
{ 244000, uint256S("0x0000000004cbb787c630b87ce651f889ee78b930f0ece1ddb95ef26a239dced2")}
}
};

Expand All @@ -223,9 +224,9 @@ class CMainParams : public CChainParams {
// (the tx=... number in the SetBestChain debug.log lines)
// [3] estimated number of transactions per second after that timestamp
chainTxData = ChainTxData {
1521947285,
218154,
1.2
1523137215,
276485,
1.1
};
}
};
Expand Down

0 comments on commit 5451f3d

Please sign in to comment.