any way to recover lost qt bitcoin wallet?

2

Hi is there any way to recover my Bitcoin-Qt wallet with only an address and the wallet password? Unfortunately my disk was formatted.

Tomas Prokupek

Posted 2014-12-24T15:25:30.613

Reputation: 21

Question was closed 2014-12-26T13:27:41.847

Answers

2

Hi is there any way to recover my Bitcoin-Qt wallet with only an address and the wallet password?

No. I can't think of a secure way for the Bitcoin developers to add recovery method like that, either.

Unfortunately my disk was formatted.

Do you mean that the space containing your wallet was overwritten, or that the space at the front of the disk that tells your computer how to read the disk was changed?

If it's the second one, your Bitcoins might be recoverable.

Nick ODell

Posted 2014-12-24T15:25:30.613

Reputation: 26 536

1I can't think of a secure way for the Bitcoin developers to add recovery method like that, either. If it were a deterministic/HD wallet like Armory, Electrum, etc. then you could. But the way Bitcoin Core works, no, you can't recover it without the wallet.Tim S. 2014-12-24T20:50:30.473

As nick said, if it's just that the FAT (file allocation table, like an index) is formatted STOP using the HDD immediately and seek backup servicesWizard Of Ozzie 2014-12-25T01:08:00.023

1

Unfortunately you cannot retrieve your funds just by having the bitcoin address that "holds" them and the wallet password.

You need to use a specialized utility that will try to recover chunks of your formatted disk to their previous state: https://softwarerecs.stackexchange.com/questions/251/file-recovery-software You then need to look for a file named: "wallet.dat". If you recover it successfully you will be able to retrieve your lost funds.

George Kimionis

Posted 2014-12-24T15:25:30.613

Reputation: 2 824