Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class CMainParams : public CChainParams {

consensus.hardforkHeight = 501451;
consensus.premineAddress = "18wFZB62chDhYdapBnVEXX4y9hUvWs8yRu";
consensus.premineValue = 2000000 * COIN;
consensus.premineValue = 0;

/**
* The message start string is designed to be unlikely to occur in normal data.
Expand Down Expand Up @@ -235,7 +235,7 @@ class CTestNetParams : public CChainParams {

consensus.hardforkHeight = 1200000;
consensus.premineAddress = "mh7CayYx3J8ofEU5zSZPqJJV65d8ijkJpm";
consensus.premineValue = 2000000 * COIN;
consensus.premineValue = 0;

pchBitcoinMessageStart[0] = 0x0b;
pchBitcoinMessageStart[1] = 0x11;
Expand Down Expand Up @@ -336,7 +336,7 @@ class CRegTestParams : public CChainParams {

consensus.hardforkHeight = 1000;
consensus.premineAddress = "ms17iABVQf7RQB8iaxeXPBkFdQQjCv7CmV";
consensus.premineValue = 2000000 * COIN;
consensus.premineValue = 0;

pchBitcoinMessageStart[0] = 0xfa;
pchBitcoinMessageStart[1] = 0xbf;
Expand Down