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

Running BTCrecover from savefile impossibly slow at skipping passwords #325

Open
aximmaxim opened this issue Jan 31, 2022 · 3 comments
Open

Comments

@aximmaxim
Copy link

aximmaxim commented Jan 31, 2022

Wallet Type: btcrpass.WalletBlockchain
Wallet difficulty: 5,000 PBKDF2-SHA1 iterations
Starting with password # 1708283059

After initially skipping passwords 200k passwords/sec, slows down to less than half that speed at 150 million and then gets progressively slower as the number skipped gets larger. At 170 million, it's over 10 seconds per 100k skipped. This is on an m1 macbook running Big Sur at python 3.

@3rdIteration
Copy link
Owner

Sounds like you are running out of memory, have you enabled no-dupckecks?

@aximmaxim
Copy link
Author

aximmaxim commented Feb 1, 2022 via email

@3rdIteration
Copy link
Owner

The save file just saves all the arguments and a constantly updating --skip command.

Uneven skip performance could also be related to the structure of your tokenlist, anchors, etc.

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