Post
Topic
Board Bitcoin Technical Support
Re: Found my old Bitcoin wallet.dat. Already ran pywallet. What now?
by
EdouardDuval
on 24/08/2022, 08:04:10 UTC

How can i figure out the private keys from these information please?

If you just use the script or command that the OP did then you both will receive the same result.

Do you know exactly the password of your wallet.dat? then use the command that I posted above or this below

Code:
pywallet.py --dumpwallet  --datadir=. --passphrase=YourPassword

Or if you don't know the password then you need BTCrecover tool the guide can find here btcrecover Tutorial


I tried this . But everytime, on all my computer it says : Segmentation fault
I think I ve got the right password but I can make it work.

thanks for all the answers , very appreciate.