1.
python btcrecover.py --wallet ./btcrecover/test/test-wallets/blockchain-github-v1-1 --dump-privkeys blockchain-github-v1-1_main_privkeys.txt --correct-wallet-password mypassword
Wallet successfully dumped...
I cannot find any file in this case.
Since the indicated value of
--dump-privkeys arg isn't an absolute not relative path,
If not in your BTCRecover nor python install directory, it should be in your working directory named "
blockchain-github-v1-1_main_privkeys.txt".
About "
working directory", it's the directory displayed in your command line before the "
>" sign.
Unable to decrypt wallet, likely due to incorrect password..
I am using the correct password but I am getting this error.
If it's not the password, it may be the payload that you saved as wallet.aes.json file.
The format should look like the test "
blockchain-github" wallets in "
.\btcrecover\test\test-wallets" (
open as text), older versions are different than the latest so check them all if your payload isn't formatted correctly.
It feels like I am back to square one despite being so close to the end now!
Fingers Crossed.
But like I mentioned, his suggestion to dump the wallet's private keys isn't the direct solution to this but an option in case it's the client's issue.