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

Does stopping and restarting lose progress? #73

Closed
GhislaineDeF opened this issue May 2, 2022 · 2 comments
Closed

Does stopping and restarting lose progress? #73

GhislaineDeF opened this issue May 2, 2022 · 2 comments

Comments

@GhislaineDeF
Copy link

I've been running for about 30 days now, and based on the calculations from #27 I expect the average on my system for the key I'm trying to find to be around 90 days.

It would solve some headaches if I could reboot the server before then. If I stop, reboot and restart the program, is there some sort of progress that I lose or am I equally as likely to find a key as if I hadn't stopped it, losing only progress in the time my server was shut off rather than the full 30 days of trying?

@scribblemaniac
Copy link
Contributor

If you ran the program with a passphrase, you will loose your progress by shutting down the program unless you also ran it with checkpointing enabled. If you did not run it with a passphrase, the keys tested are non-deterministic (ie. random), so there is no progress to lose and you can start and stop the program whenever you want. See also my comment here: #59 (comment)

@GhislaineDeF
Copy link
Author

Thank you for the quick and clear response! That helps me a lot.

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

2 participants