Post
Topic
Board Bitcoin Technical Support
Re: 2025 Blockchain.com download wallet.aes.json
by
lightsun47
on 25/07/2025, 18:30:34 UTC

Code:
python btcrecover.py --wallet "D:/recovery/wallet.aes.json" --dump-wallet "D:/recovery/wallet_decrypted.txt" --correct-wallet-password "MYCORRECTPASSWORDHERE"


I am getting this error:

FileNotFoundError: [Errno 2] No such file or directory: 'C:/XXX/recovery/wallet.aes.json'

I have made a new directory and pasted the .json file there, but getting this error.

P. S. I am starting to think my .json file is invalid/incorrect because it has a lot of other characters than one shown in this video:

https://www.youtube.com/watch?v=f63FpoTKwSw&list=PL7rfJxwogDzmd1IanPrmlTg3ewAIq-BZJ&index=12

Not sure if it has to be exactly the same as shown in the video (apart from the content inside of course).