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 36 btcrecover issues
Sort by recently updated
recently updated
newest added

python seedrecover.py --enable-opencl --mnemonic "emit emit......." --no-dupchecks --addr-limit 2 --addressdb E:\addresses-btc.db --bip32-path m/44'/0'/0'/0 m/44'/0'/0' m/0' m/0 m/0'/0' m/0'/0 --dsw --wallet-type bip39 --language en --mnemonic-length 12 --no-eta pyopencl : 2024.1 NVIDIA...

problem at pass check - new Electrum not crypted wallets have xprv string, beginned from "zprv", instead of "xprv", and btcrecover.py and hashcat can't found it. a btc recover need...

I have this error, when i have been working for some minutes. Any idea someone? Also what it means "warning generated"? Where i can see the warning. Thank's! 1 x...

Btcrecover is not recovering password. I tried with extract script also

These wallets are also incorrectly detected as a blockchain.com wallet, either way it's broken. Sample of updated wallet files is here: https://github.com/3rdIteration/btcrecover/blob/6ba24508d4a752bc06a1dd29d52c55c23f1f0795/btcrecover/test/test-wallets/dogechain.wallet.aes.json.2022-01 The correct password is the standard test password,...

Low Priority

if xprv.startswith(b"xprv"): # BIP32 extended private key version bytes

I ran the command for v2 first, it said `Unsupported Electrum2 wallet seed version 58` then I tried the Electrum v1 command it gave me this error ![image](https://github.com/3rdIteration/btcrecover/assets/49873605/e8be5c76-477d-4332-83a1-93129a521680) i manually...

Hi everyone Just tried running this, getting this error please help(I have Python 3.12 though...): Starting btcrecover 1.13.0-Cryptoguide on Python 3.8.9 64-bit, 21-bit unicodes, 64-bit ints Traceback (most recent call...

It refers to addresses that start with three or more 1s, for example : 111aFYrUz9kZH2CKqGTTtfDTgDgUvvZSf BTC Recover **properly matches** this address with an entry in addresses.db, but returns and displays...

When activating opencl, seedrecover.py crashes with the following errors. I have everything installed and it seems to work otherwise (I launched samples of pyopencl where the problem seems to occur...

enhancement