Is it possible to get already-sent bitcoins from a corrupted wallet?

0

I bought some bitcoins on LocalBitcoins then downloaded Bitcoin-qt then instantly sent it to my wallet and now the wallet is corrupted... Is there a way to get them back?

Mike

Posted 2015-05-09T03:39:29.370

Reputation: 11

How corrupted is it? What are the symptoms of the corruption?Nick ODell 2015-05-09T05:51:52.867

When I open the wallet it instantly crashes,.Mike 2015-05-09T14:40:28.167

Also trying to make a backup doesn't work because my wallet.dat is emptyMike 2015-05-09T14:43:35.907

Answers

1

  1. Create a backup of your current wallet.dat file. Check this is you don't know where the file is stored.

  2. Check debug.log in your bitcoin datadir, see if there are any errors, ask somebody, post here, post on IRC

  3. Start bitcoind or Bitcoin-Qt with command line argument -salvagewallet (if you don't know how to run a Application with command line arguments, try to ask someone or get help over IRC freenode/#bitcoin.

  4. If step 3 didn't help, check if you have a backup from your wallet.dat, replace files (only overwrite your wallet.dat if you followed step 1).

  5. If nothing worked out, get help from a bitcoin expert over IRC (but never give away your wallet.dat!)

Jonas Schnelli

Posted 2015-05-09T03:39:29.370

Reputation: 5 465

Alright thank you for the help :) I'll do that and get back if it worksMike 2015-05-10T18:15:53.773

Okay well, my wallet is now up and running again... Someone suggested to deleted my entire bitcoin folder except my wallet.dat... But I have to wait for it to sync over 3 years. Is there a way to speed this process up? I tried to download the folder on blockchain but I couldn't get it to work.Mike 2015-05-10T20:27:10.753

PS : When I deleted everything except my wallet.dat will the bitcoins still be sent to my wallet once it sync's?Mike 2015-05-10T20:27:40.213

Correction* I deleted everything except my wallet.dat and my peer.datMike 2015-05-10T23:22:17.283

Yes. If you delete everything except you wallet.dat you should find all you incoming and outgoing transactions after you sync is complete. It might take a while (couple of hours till couple of days depending on you system).Jonas Schnelli 2015-05-11T04:15:06.720