No subsidy, 21 million genesis block

This commit is contained in:
Matt Corallo 2016-02-06 23:29:52 -08:00 committed by Gregory Sanders
parent 844beb0d86
commit fc86bc95c2
6 changed files with 31 additions and 10 deletions

View file

@ -95,7 +95,7 @@ public:
nPruneAfterHeight = 100000;
CScript scriptDestination(CScript() << OP_TRUE);
genesis = CreateGenesisBlock(strNetworkID.c_str(), scriptDestination, 1231006505, 2083236893, 0x1d00ffff, 1, 50 * COIN);
genesis = CreateGenesisBlock(strNetworkID.c_str(), scriptDestination, 1231006505, 2083236893, 0x1d00ffff, 1, MAX_MONEY);
consensus.hashGenesisBlock = genesis.GetHash();
vFixedSeeds.clear(); //! TODO
@ -184,7 +184,7 @@ public:
nPruneAfterHeight = 1000;
CScript scriptDestination(CScript() << OP_TRUE);
genesis = CreateGenesisBlock(strNetworkID.c_str(), scriptDestination, 1296688602, 2, 0x207fffff, 1, 50 * COIN);
genesis = CreateGenesisBlock(strNetworkID.c_str(), scriptDestination, 1296688602, 2, 0x207fffff, 1, MAX_MONEY);
consensus.hashGenesisBlock = genesis.GetHash();
vFixedSeeds.clear(); //!< Regtest mode doesn't have any fixed seeds.