-snip-
Thank you, python works following your steps and the pywallet.py runs too. I have last 2 questions about the script. This is what I did so far:
Is it working properly?
Yes, it's working.
The "
help" result is displayed since you don't added any command-line options.
python pywallet.py --recover --recov_device=D: --recov_size=50Gio --recov_outputdir=C:\pywallet_recov_dir
I copy paste this whole line after changing the info with mines or do i need first to run --recover then --recover device=D etc?
--recover size=50Gio
This is the size of the D device? So in your case it was a 50gb hard drive? The size of the btc hd is 153gb so should I put --recov_size=153Gio ?
Those command-line options should be supplied together or pywallet.py --recover wont proceed (
it will tell you what parameter is missing).
And yes, the "
recov_size" is the number bytes that you want pywallet to check, it can be lower than the disk's size but checking the disk's full size is recommended.
For the Drive's letter, it should be the same as the (
clone) Disk's drive letter as seen in your File Explorer or Disk Management.
After successfully entering a proper command, it will ask you to provide password for the wallet.dat that it will create where the recovered keys will be saved.
Then a bunch of possible passwords of the deleted keys or wallets (one line [password->enter] per password, leave the last one blank [just press enter] to begin the search).
note: characters wont be displayed while you're typing the passwords.