Skip to content

Commit

Permalink
Merge pull request #23 from SavvyBlockProject/genesisnonce
Browse files Browse the repository at this point in the history
Updated genesis block nonce
  • Loading branch information
trollboxteela committed Aug 22, 2018
2 parents 0b6397f + 8fe90cf commit a733ecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/chainparams.cpp
Expand Up @@ -2340,12 +2340,12 @@ class CMainParams : public CChainParams

genesis = CreateGenesisBlock(
1534884770, // nTime
82127, // nNonce
1022668, // nNonce
0x1e0ffff0, // nBits
3, // nVersion
treasuryDeposit, // genesisReward (treasury deposit)
"STSzh125JxXtnsGwDVuP76i5ZS69s5VvUP", // first NEW treasury address
"SNFpemXtZ2hdqUy2jTAXmWJRy7e8jqGiE7", // second NEW treasury address
"STSzh125JxXtnsGwDVuP76i5ZS69s5VvUP", // first NEW treasury address
"SNFpemXtZ2hdqUy2jTAXmWJRy7e8jqGiE7", // second NEW treasury address
"SPqjnTbYLmp3TfRzccKBqFUiVJzePK9NRU" // third NEW treasury address
);

Expand Down Expand Up @@ -2488,7 +2488,7 @@ class CTestNetParams : public CMainParams
//! Modify the testnet genesis block so the timestamp is valid for a later start.
genesis = CreateGenesisBlock(
1534884770, // nTime
1426964, // nNonce
257707, // nNonce
0x1e0ffff0, // nBits
3, // nVersion
treasuryDeposit, // genesisReward (treasury deposit)
Expand Down

0 comments on commit a733ecb

Please sign in to comment.