Skip to content

Commit

Permalink
Merge pull request dashpay#18 from vkaxproject/michaelvkax-patch-2
Browse files Browse the repository at this point in the history
Added hash for some block height
  • Loading branch information
michaelvkax authored May 11, 2024
2 parents 8c45039 + ba60379 commit 8743f27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ class CMainParams : public CChainParams {
consensus.nMasternodeMinimumConfirmations = 15;
consensus.BIP34Height = 1;
consensus.BIP34Hash = uint256S("0x776b6dbc4ecc4383cdfcaac2a267312bf32efb6fc8ff1bdd8a55903823f21bc8");
consensus.BIP65Height = 1; // 776b6dbc4ecc4383cdfcaac2a267312bf32efb6fc8ff1bdd8a55903823f21bc8
consensus.BIP66Height = 1; // 776b6dbc4ecc4383cdfcaac2a267312bf32efb6fc8ff1bdd8a55903823f21bc8
consensus.DIP0001Height = 1;
consensus.DIP0003Height = 1;
consensus.BIP65Height = 1; // 776b6dbc4ecc4383cdfcaac2a267312bf32efb6fc8ff1bdd8a55903823f21bc8
consensus.BIP66Height = 1; // 776b6dbc4ecc4383cdfcaac2a267312bf32efb6fc8ff1bdd8a55903823f21bc8
consensus.DIP0001Height = 1; // 776b6dbc4ecc4383cdfcaac2a267312bf32efb6fc8ff1bdd8a55903823f21bc8
consensus.DIP0003Height = 1; // 776b6dbc4ecc4383cdfcaac2a267312bf32efb6fc8ff1bdd8a55903823f21bc8
consensus.DIP0003EnforcementHeight = 2;
consensus.DIP0003EnforcementHash = uint256S("a8cbec020744ef33ad355e9e0c246a93a49734b9d813c8bc38f47d59067c3184");
consensus.DIP0008Height = 1; // 776b6dbc4ecc4383cdfcaac2a267312bf32efb6fc8ff1bdd8a55903823f21bc8
Expand All @@ -181,8 +181,8 @@ class CMainParams : public CChainParams {
consensus.nPowTargetSpacing = 2.5 * 60; // Vkax: 2.5 minutes
consensus.fPowAllowMinDifficultyBlocks = false;
consensus.fPowNoRetargeting = false;
consensus.nPowKGWHeight = 40;
consensus.nPowDGWHeight = 80;
consensus.nPowKGWHeight = 40; // 24eb69e25bff033964fac3416f40aa014f0f543109ae3e7ddd8939693d71955b
consensus.nPowDGWHeight = 80; // bad2061d2a2b1d7af71c619c76b9eba182ffaebdfeccce7f20046e9fb4327778
consensus.nPowFVK = 4050;
consensus.nRuleChangeActivationThreshold = 1916; // 95% of 2016
consensus.nMinerConfirmationWindow = 2016; // nPowTargetTimespan / nPowTargetSpacing
Expand Down

0 comments on commit 8743f27

Please sign in to comment.