mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-09 21:54:41 +00:00
Disabled mainnet for now.
This commit is contained in:
parent
fd939df4f2
commit
1bc0bb7c55
@ -115,7 +115,10 @@ public:
|
|||||||
const uint32_t genesisBlockReward = 0.00001 * COIN; // A small reward for the core developers :-)
|
const uint32_t genesisBlockReward = 0.00001 * COIN; // A small reward for the core developers :-)
|
||||||
genesis = CreateGenesisBlock(1543789622, 3302, 0x1f0ffff0, 1, genesisBlockReward);
|
genesis = CreateGenesisBlock(1543789622, 3302, 0x1f0ffff0, 1, genesisBlockReward);
|
||||||
|
|
||||||
#if 0
|
#if 1
|
||||||
|
printf("\nMainnet is not live yet, use -testnet to connect to the testnet.\n\n");
|
||||||
|
exit(1);
|
||||||
|
#else
|
||||||
arith_uint256 hashTarget = arith_uint256().SetCompact(genesis.nBits);
|
arith_uint256 hashTarget = arith_uint256().SetCompact(genesis.nBits);
|
||||||
uint256 hashGenesisBlock = uint256S("0x01");
|
uint256 hashGenesisBlock = uint256S("0x01");
|
||||||
if (genesis.GetHash() != hashGenesisBlock) {
|
if (genesis.GetHash() != hashGenesisBlock) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user