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=12Not sure if it has to be exactly the same as shown in the video (apart from the content inside of course).