Pages:
Author

Topic: How to recover btc after windows reinstall - page 3. (Read 6635 times)

newbie
Activity: 43
Merit: 0
you just need to a place where your data is stored. by default, it is %appdata%/Bitcoin. you need to itemize it in the case of changing data directory.
HCP
legendary
Activity: 2086
Merit: 4314
You realise you can just "edit" your previous post right? There is no need to create 3 posts in a row... Wink

Do I run salvagewallet from the shortcut I created for Bitcoin Qt by opening properties then typing salvagewallet after exe leaving a space first, then hit apply and okay?.
I believe it should be: -salvagewallet

So your shortcut should look like this:


If you managed to get the -salvagewallet option working OK and that is the output you're getting then it would seem that the wallet file that was recovered was totally corrupted...  Undecided

At this point maybe pywallet is likely to be your best option.
full member
Activity: 217
Merit: 109
full member
Activity: 217
Merit: 109
After salvage attempt.     https://pastebin.com/30PXfJmR
full member
Activity: 217
Merit: 109
Doesn't even seem to try to salvage. Sad
full member
Activity: 217
Merit: 109
Do I run salvagewallet from the shortcut I created for Bitcoin Qt by opening properties then typing salvagewallet after exe leaving a space first, then hit apply and okay?.
HCP
legendary
Activity: 2086
Merit: 4314
Looks like that recovered wallet.dat file is indeed corrupted so that Bitcoin Core is now unable to open it... have you tried with the -salvagewallet option?

If that does not work, then your only other option would be attempting to use pywallet to at least retrieve some private keys from the wallet.dat file. Another user had a similar issue with a corrupted file after recovery here: https://bitcointalksearch.org/topic/walletdat-corrupt-2012533
hero member
Activity: 1009
Merit: 501
Just had a preliminary search of the drive using recuva but only let it run for 15 minutes before it was indicating that it had found 10's of thousands of files. Why so many?
No offense, but if this is the level of questions you're asking while searching to recover $84k, I'd say STOP IT NOW and hire a professional data recovery service.


i wanted to make same suggestion to morbius55, because i've notice some incompetency from most of the question(s) above. data restoration,back-up are not task mean't for basic computer user's. And, if, you are advance computer user's you should be familiar with a specific recovery tool because what seem to be user-friendly for mr A will not be for mr B.

☞Whichever, i suggest you hire an expert, who is competent enough to recover those coin otherwise you stand the risk of losing all should in case thing's go wrong.

Goodluck
Bitcseo
full member
Activity: 217
Merit: 109
full member
Activity: 217
Merit: 109

Hopefully done this right,  never used pastebin before.
https://pastebin.com/tCbE7E2C

Is that log the result of opening the wallet.dat in core, or the result of using the salvagewallet option on it? The "can't rename" error often occurs when using the salvagewallet option.
It is from opening in Bitcoin core.
legendary
Activity: 2772
Merit: 2846

Hopefully done this right,  never used pastebin before.
https://pastebin.com/tCbE7E2C

Is that log the result of opening the wallet.dat in core, or the result of using the salvagewallet option on it? The "can't rename" error often occurs when using the salvagewallet option.
HCP
legendary
Activity: 2086
Merit: 4314
Can you also post the db.log file as well? It seems like the recovered wallet.dat is corrupt. The "can't rename" error you see in the debug.log seems to be indicative of an issue during the parsing of the wallet by the DB functions.
full member
Activity: 217
Merit: 109
Does salvage wallet run automatically in latest Bitcoin core?.
It's looking like I need to figure out how to setup and use Pywallet.
I take it that this means that Bitcoin Core was unable to read the recovered wallet.dat file that you attempted to import?  Did you get any errors... or did it just come up with a zero balance? If it came up with a zero balance, it is highly likely that this was just an empty wallet that had been generated by an earlier installation of Bitcoin Core but was never used.

If you got errors, can you post the debug.log from when you attempted to load the recovered wallet.dat. NOTE: Please use pastebin.com for this and just post the pastebin link! Wink
Hopefully done this right,  never used pastebin before.
https://pastebin.com/tCbE7E2C
HCP
legendary
Activity: 2086
Merit: 4314
Does salvage wallet run automatically in latest Bitcoin core?.
It's looking like I need to figure out how to setup and use Pywallet.
I take it that this means that Bitcoin Core was unable to read the recovered wallet.dat file that you attempted to import?  Did you get any errors... or did it just come up with a zero balance? If it came up with a zero balance, it is highly likely that this was just an empty wallet that had been generated by an earlier installation of Bitcoin Core but was never used.

If you got errors, can you post the debug.log from when you attempted to load the recovered wallet.dat. NOTE: Please use pastebin.com for this and just post the pastebin link! Wink
full member
Activity: 217
Merit: 109
Does salvage wallet run automatically in latest Bitcoin core?.
It's looking like I need to figure out how to setup and use Pywallet.
legendary
Activity: 2772
Merit: 2846
So to summarise, download latest bitcoin core.
delete wallet.dat from it.
Replace with my recovered wallet .dat.
Start bitcoin core.
Cross everything.
Is that correct?. Thanks and sorry for novice questions.

Yes, the wallet.dat should be placed in the folder named Bitcoin that's inside the appdata folder. These instructions explain how to open it if you don't know how to do it.


Click the windows start button, then copy and paste the line of text below into the search box that appears, then press the enter key to open the hidden folder containing your Bitcoin wallet.dat file.

%appdata%\Bitcoin

This is what your search box should look like after you have copied and pasted the line above into it.



full member
Activity: 217
Merit: 109
So to summarise, download latest bitcoin core.
delete wallet.dat from it.
Replace with my recovered wallet .dat.
Start bitcoin core.
Cross everything.
Is that correct?. Thanks and sorry for novice questions.
legendary
Activity: 2772
Merit: 2846
That depends on what version of Bitcoin core created the wallet.dat file. You said you think it was installed in 2013. The file format used in wallet.dat files changed in version 0.8, and that version was first available in early 2013.
The latest versions Core will be able to read any previous wallet format. The wallet format is forwards compatible (something created in the past can be read by stuff made later) but not backwards compatible (something created now may not work on previous versions).

Doh!

Thanks for pointing that out. I should have tested it before opening my big mouth. I just tried creating a wallet.dar with version 0.7.0, then opening it with the latest version and it worked.
staff
Activity: 3374
Merit: 6530
Just writing some code
That depends on what version of Bitcoin core created the wallet.dat file. You said you think it was installed in 2013. The file format used in wallet.dat files changed in version 0.8, and that version was first available in early 2013.
The latest versions Core will be able to read any previous wallet format. The wallet format is forwards compatible (something created in the past can be read by stuff made later) but not backwards compatible (something created now may not work on previous versions).
legendary
Activity: 2772
Merit: 2846
Which Bitcoin wallet should I download? to give it a try. thanks.

That depends on what version of Bitcoin core created the wallet.dat file. You said you think it was installed in 2013. The file format used in wallet.dat files changed in version 0.8, and that version was first available in early 2013.

I know that the wallet was installed i think in 2013 so assuming it is core?. Thanks.

If a version after 0.8 created your wallet.dat file then the version of Bitcoin core available at this link should be able to open it.

https://bitcoin.org/en/download

Like HCP says, first check if the latest version from that link can open your wallet.dat file.

If you have to try using very old versions DON'T run them on an internet connected computer. Run them offline inside a virtual machine created by virtual box or vmware.

Bitcoin.org  gives this warning about the very old versions it provides.

https://bitcoin.org/bin/insecure/README.txt

Quote
The releases in this directory contain known security flaws and should not be used.

If you need to try a version from before 0.8 you can find one here. However, the same security precautions apply. Run it offline inside a virtual machine.

http://eligius.st/~luke-jr/programs/bitcoin/files/bitcoin-qt/0.7.3/test/rc3/
Pages:
Jump to: