-
Notifications
You must be signed in to change notification settings - Fork 236
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
[ᚬrc/v0.14.0] feat: Tweak consensus parameters #996
[ᚬrc/v0.14.0] feat: Tweak consensus parameters #996
Conversation
doitian
commented
Jun 12, 2019
•
edited
Loading
edited
- Change target epoch duration to 4 hours
- Reduce epoch reward to 1/4
- Increase secondary epoch reward to 600,000 bytes
@keroro520 is assigned as the chief reviewer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hold as requested by @doitian.
resource/specs/testnet.toml
Outdated
@@ -4,10 +4,11 @@ name = "ckb_testnet" | |||
version = 0 | |||
parent_hash = "0x0000000000000000000000000000000000000000000000000000000000000000" | |||
timestamp = 1558137600000 | |||
difficulty = "0x1000" | |||
# difficulty of the block 135599 in rylai-v2 | |||
difficulty = "0x5a7b" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will change to the last epoch of rylai-v2 before the release deadline.
/home/soledad/project/ckb/chain.rsL755 |
I'll update difficulty in another PR, so this will not be blocked. |