-
Notifications
You must be signed in to change notification settings - Fork 21
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
add -theads and -nonces into postcli -genproof #221
Comments
I see two use cases for genproof:
Allowing the user to provide Another useful addition would be to show the consumed time for pow and disk read individually after proof has been generated. Something like this:
|
PR added for the basics. We should consider separating -genproof from initialising data and #219 before expanding genproof use amongst users. As it stands postcli runs through the intialising processes and only then runs -genproof. It means users have to supply the post generating arguments to run -genproof. A user running -genproof without supplying -numunits can lead to data loss. |
-genproof usage can also be enhanced by spacemeshos/post-rs#119 Currently a user running -genproof (or the poet cycle gap) may struggle to diferentiate the k2pow phase from the post reading phase. |
To have a more realistic time and
-genproof
we should add threads and nonces to the CLI.Also that will mean that the
-genproof
will be able to do exactly the same as node will do in cycle_gap.The text was updated successfully, but these errors were encountered: