btcrecover
btcrecover copied to clipboard
BTCRecover is an open source wallet password and seed recovery tool. For seed based recovery, this is primarily useful in situations where you have lost/forgotten parts of your mnemonic, or have made...
## Summary - add a --performance-runtime option that validates input and stops performance runs automatically - track performance test timing and print a final average kP/s summary when exiting -...
## Summary - ensure the AddressSet file-based tests reopen temporary files by path so handles are closed before reuse - explicitly close and clean up temporary files opened with NamedTemporaryFile...
## Summary - allow configuring the OpenCL PBKDF2 buffer size so long passwords do not overflow the GPU input buffer - scale PBKDF2 salt-list buffer sizing with the password length...
## Summary - add a SeedAutosaveContext helper that stores resume metadata for seedrecover autosave files - wire the new autosave/restore options into seedrecover so phases and subphases resume seamlessly ##...
python seedrecover.py --no-dupchecks --mnemonic-length 12 --language EN --dsw --wallet-type BIP39 --force-checksum-in-generator --addr-limit 1 --addrs 1*** --tokenlist ./tokenlist.txt --bip32-path "m/44'/0'/0'/0" --no-eta python seedrecover.py --no-dupchecks --mnemonic-length 12 --language EN --dsw --wallet-type BIP39...
Currently, SLIP39 is only supported for standard values, but not for Cardano (ADA) (or there is a bug). When entering multiple SLIP39 shares, I am still prompted for an additional...
added gui