glv2 / bruteforce-wallet

Try to find the password of an encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file.
Other
352 stars 134 forks source link

stop process and continue later #12

Closed PhillRob closed 7 years ago

PhillRob commented 7 years ago

Is there a way to stop the process, and continue at the same progress later?

glv2 commented 7 years ago

Currently, no.

dogruis commented 7 years ago

It would be useful to save the current status in a file so if the process is killed by mistake it can restart where it was. Also it would be useful to have a print of the password currently tried to have an idea of what's going on

glv2 commented 7 years ago

I added the options to print progress info regularly and to save/restore the state to/from a file (commit 2d0bef52774456f8f794186f80918e0f73714399).