btcrecover icon indicating copy to clipboard operation
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...

Results 41 btcrecover issues
Sort by recently updated
recently updated
newest added

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...

Include all the possible substitutions for letters on the same key.

whenever i use leaked password lists like rockyou or top2billion, etc on coinomi wallet i receive the following error. Interrupted after finishing password # 247187000 multiprocessing.pool.RemoteTraceback: """ Traceback (most recent...

enhancement

I am using --brainwallet --passwordlist mode (millions of passwords pre generated). With my Ryzen 9 processor, with text passwords without wildcards, I am achieving performance 290kP/s and CPU temp 68°C....

I am using --brainwallet --passwordlist mode. Tokens are not good for me because I am using passwordlists with millions of passwords pre generated. I know that my password ends with...

Running --performance as subprocess, capturing stdout,, and stderr doesnt result in capture of x Kp/s. ideas? ``` p = subprocess.run(cmd, capture_output=True) #cmd is "python3 btcrecover.py --wallet wallet.dat --enable-gpu --performance --global-ws...

wallycore might be faster for BIP38 brute force attempts. I reviewed the code for btcrpass.py, and notice that it is quite similar to the functions that run in the "brute_force_bip38"...

If we could get a function in place to take a look at a tokenlist, and tell the steps between A to Z - then break those into evenly per...

There is actually an obscure bug in the upstream opencl_brute that the Cardano implementation uncovered. Basically for DKlengths > 64, the second block (so the last 32 bytes if you...