Changes

Jump to navigation Jump to search
201 bytes added ,  11:37, 2 May 2018
Please refer to [https://github.com/RavenProject/Ravencoin/blob/master/src/chainparams.cpp https://github.com/RavenProject/Ravencoin/blob/master/src/chainparams.cpp] to confirm any of the details below.
===consensus.nMinimumChainWork===
// The best chain should have at least this much work.
 
consensus.nMinimumChainWork = uint256S("0x00");
===consensus.defaultAssumeValid===
// By default assume that the signatures in ancestors of this block are valid.
 
consensus.defaultAssumeValid = uint256S("0x00");
 
===pchMessageStart===
{
const char* pszTimestamp = "The Times 03/Jan/2018 Bitcoin is name of the game for new generation of firms";
const CScript genesisOutputScript = CScript() << ParseHex("04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f") << OP_CHECKSIG;
return CreateGenesisBlock(pszTimestamp, genesisOutputScript, nTime, nNonce, nBits, nVersion, genesisReward);
}
===vSeeds.emplace_back===
vSeeds.emplace_back("seed-raven.ravencoin.org", false);
 vSeeds.emplace_back("seed-raven.bitactivate.com", false);
===base58Prefixes===

Navigation menu