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

PoW threshold will be invalid with new upcoming v21 change #1

Open
Joohansson opened this issue Jun 18, 2020 · 0 comments
Open

PoW threshold will be invalid with new upcoming v21 change #1

Joohansson opened this issue Jun 18, 2020 · 0 comments

Comments

@Joohansson
Copy link

The new PoW needs to be changed from ffffffc000000000 to 8x that or fffffff800000000. Even better if it can be set via a parameter because send/change blocks will use 8x while open/receive blocks only require 1/8x or fffffe0000000000.

Current threshold:

uint64_t threshold = 0xffffffc000000000;

Reference: https://docs.nano.org/releases/network-upgrades/#increased-work-difficulty
Reference tool: https://tools.nanos.cc/?tool=difficulty&basediff=ffffffc000000000&multiplier=8

PR for webgl: numtel/nano-webgl-pow#1

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

No branches or pull requests

1 participant