Hello,
A few years ago, between 2011-2012, I remember mining with Bitcoin-QT. Of course, at that time, I didn’t have any knowledge about Bitcoin and ended up deleting Bitcoin-QT from my computer. It was an old computer, and I needed to free up some space. Yes, this is very unfortunate.
I have little to no technical knowledge, so I’ve been trying to recover this wallet for several years. I did manage to create a backup of the disk. As far as I remember, the computer wasn’t used much after Bitcoin-QT was deleted because it eventually broke down. I still have the hard disk and made a copy of it to work on.
Any advice or guidance would be greatly appreciated.
I’ve tried several methods to recover the wallet.dat file. I scanned the external drive using data recovery programs, but it seems the file name and path have been altered, so I don’t know how to locate it.
I searched for hexadecimal code strings like 0201010420 and found a lot of results. I converted these to WIF (Wallet Import Format) keys, but the unencrypted WIF keys turned out to be completely invalid. However, I did find one encrypted WIF wallet.
When I checked the address, it showed activity between 2014 and 2020, with transactions totaling 2.81 BTC. However, I’m certain this is not my wallet, as the balance should have been higher. Could this just be a coincidence?
By trying to recall more details, I remembered that my Bitcoin-QT wallet was encrypted, and back then, I used just a few passwords across all platforms. I still remember those passwords. Later, I learned that the hex string 0201010420 doesn’t apply to encrypted wallets, or maybe I’m making a mistake somewhere.
Then, I came across another method using Pywallet. I installed Python 2.7.18, Pywallet, and necessary dependencies like ecdsa, twisted, pycrypto, and bsddb3 on Windows 10.
I ran the following command:
pywallet.py --dumpwallet --recover --recov_device=G: --recov_size=80Gio --recov_outputdir=C:\users\computer\desktop\newwallet
Enter the passphrase for the wallet that will contain all the recovered keys:
Enter the possible passphrases used in your deleted wallets.
Don't forget that more passphrases = more time to test the possibilities.
Write one passphrase per line and end with an empty line.
Possible passphrase:
Possible passphrase:
Possible passphrase:
Possible passphrase:
Possible passphrase:
Possible passphrase:
Possible passphrase:
Possible passphrase:
Possible passphrase:
Starting recovery.
.
.
.
.
.
Read 59.0 Go in 54.0 minutes
Found 0 possible wallets
Found 0 possible encrypted keys
Found 0 possible unencrypted keys
All the found encrypted private keys have been decrypted.
The wallet is encrypted and the passphrase is correct
Importing:
The new wallet C:\Users\computer\Desktop\newwallet/recovered_wallet_1734864041.dat contains the 0 recovered key
After these results, I scanned another wallet.dat file that I created with PyWallet in Bitcoin Core, and the result was the same. Right now, I don’t know what to do or which method to use. I’m writing here as a last resort, hoping we can find a few different methods. Thank you in advance for all the answers.