Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 23/07/2025, 07:16:39 UTC
1.
Code:
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 notnor 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.

Or alternatively, specify the absolute path of where you want to save the dump file.
e.g.: --dump-privkeys D:/blockchain-github-v1-1_main_privkeys.txt to save it in D: drive's root.

Quote from: lightsun47
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.

Quote from: lightsun47
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.
Original archived Re: 2025 Blockchain.com download wallet.aes.json
Scraped on 23/07/2025, 07:12:09 UTC
1.
Code:
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.

Quote from: lightsun47
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.

Quote from: lightsun47
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.