Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static reward NPIP #1

Closed

Conversation

matt-auckland
Copy link
Owner

No description provided.

@@ -274,12 +279,12 @@ class CTestNetParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 1199145601; // January 1, 2008
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 1230767999; // December 31, 2008
consensus.nStakeMinAge = 2; // minimum for coin age: 2 seconds
consensus.nTargetSpacing = 30; // Blocktime: 30 secs
consensus.nTargetSpacing = 1; // Blocktime: 1 secs
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
consensus.nTargetSpacing = 1; // Blocktime: 1 secs
consensus.nTargetSpacing = 30; // Blocktime: 30 secs

We need to switch this back don't we?

consensus.nStakeCombineThreshold = 1000 * COIN;
consensus.nStakeSplitThreshold = 2 * consensus.nStakeCombineThreshold;
consensus.nDailyBlockCount = (24 * 60 * 60) / consensus.nTargetSpacing;
consensus.nModifierInterval = 10 * 60; // time to elapse before new modifier is computed
consensus.nTargetTimespan = 25 * 30;
consensus.nTargetTimespan = 25 * 1; // Blocktime: 1 secs
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
consensus.nTargetTimespan = 25 * 1; // Blocktime: 1 secs
consensus.nTargetTimespan = 25 * 30; // Blocktime: 30 secs

Same as above

@matt-auckland
Copy link
Owner Author

@craigmacgregor I've left some comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants