Changes

Jump to navigation Jump to search
7 bytes added ,  06:14, 2 May 2018
no edit summary
===pchMessageStart===
pchMessageStart[0] = 0x52;
 
pchMessageStart[1] = 0x41;
 
pchMessageStart[2] = 0x56;
 
pchMessageStart[3] = 0x4e;
static CBlock CreateGenesisBlock(uint32_t nTime, uint32_t nNonce, uint32_t nBits, int32_t nVersion, const CAmount& genesisReward)
{
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);
}
===consensus.hashGenesisBlock===

Navigation menu