Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: myBitcoin2009 on June 06, 2017, 02:32:02 PM



Title: HEX CODEs for SEARCH LOST WALLET
Post by: myBitcoin2009 on June 06, 2017, 02:32:02 PM
Someone can give me hex codes for search the lost bitcoin wallet.dat? Thank You!  :)


Title: Re: HEX CODEs for SEARCH LOST WALLET
Post by: SopaXT on June 08, 2017, 10:20:33 AM
You might want to use pywallet (https://github.com/jackjack-jj/pywallet), it can recover lost wallet files from a disk image.
You use it like this:
Code:
./pywallet.py --recover --recov_device=disk_image.img --recov_size=<size in gigabytes>Gio


Title: Re: HEX CODEs for SEARCH LOST WALLET
Post by: myBitcoin2009 on June 08, 2017, 04:54:46 PM
Ok i try, thank you