-
Notifications
You must be signed in to change notification settings - Fork 66
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
DigiByte got updated, Please Update Networks.py files #57
Comments
So its sort of like this: For Every 10080 Blocks after the 67200th Block: the Reward is reduced by 0.5% What do you think, Rav? |
Hi, Also I don't think that there is an option for 0.5% reward reducing. I think p2pools will go smoothly on digishield :D |
We should at least remove the block halving code, right? |
Only time when subsidy function is used is between blocks (pool have information from another node about higher block but local daemon did not catch it yet). |
Hi Rav,
Digibyte got updated to v2.0, they made quite a few changes (mainly the rewards and the difficulty re-targeting)
https://github.com/digibyte/DigiByteProject/blob/master/src/main.cpp#L833
What amends do you think should be made to the networks.py files?
The Digibyte difficulty retargeting and rewards will kick in next friday, so the p2pool operators have enough time to update to the new networks.py files.
Thanks in advance!
-Storm
The text was updated successfully, but these errors were encountered: