mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
No subsidy, 21 million genesis block
This commit is contained in:
parent
844beb0d86
commit
fc86bc95c2
6 changed files with 31 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue