I have the packages , ubuntu , im getting ./pywallet.py: command not found ...??
You'll probably need to use:
I have now got as far as it saying can't open C:userstdesktopwallet.dat , check the path or try as root
Error: (2, 'No such file or directory')
how can I get it see that path to windows C , or copy the file to ubuntu ?
You need to use the "unix" file paths when you are using Ubuntu. The Windows Linux Subsystem puts all your drive letters in /mnt/... so /mnt/c etc
/mnt/c/Users/<YOURUSERNAME>/Desktop/wallet.dat
NOTE: unlike windows, Unix pathnames are case sensitive!
… ok thanks for the tips , I got to here , and fail . . . . . Starting recovery.
Traceback (most recent call last):
File "./pywallet.py", line 4870, in <module>
recoveredKeys=recov(device, passes, size, 10240, options.recov_outputdir)
File "./pywallet.py", line 1467, in recov
r=search_patterns_on_disk(device, size, inc, map(lambda x:nameToDBName
- , ['mkey', 'ckey', 'key']))
File "./pywallet.py", line 1350, in search_patterns_on_disk
if lendataloaded%512>0:
TypeError: unsupported operand type(s) for %: 'NoneType' and 'int'
.. getting closer to having this working , thanks in advance
sudo python ./pywallet.py --recover --recov_device /mnt/d/ --recov_size 298Gio --recov_outputdir /mnt/c/Users/T/Desktop/output
i also tried --recov_size=298Gio
i firstly ran this btw ....
the first time i did one file and it ran, worked , and loaded 0 keys on a test file i though might be it ,
id like to scan full HDD ... sudo python ./pywallet.py --recover --recov_device /mnt/c/Users/T/Desktop/wallet.dat --recov_size 1Gio --recov_outputdir /mnt/c/Users/T/Desktop/output
and got this output
All the found encrypted private keys have been decrypted.
Segmentation fault (core dumped)
i also tried --recov_size=298Gio