Bitcoin Forum

Other => Beginners & Help => Topic started by: D.Puddy on July 18, 2012, 03:37:25 AM



Title: Please help me recover lost coins
Post by: D.Puddy on July 18, 2012, 03:37:25 AM
I am not sure what I did wrong here.  Its kinda strange how I got myself in this position, but I'll try to explain what I did.  I had a virtual machine with two wallet.dat files on it.  I would use one of them and if I wanted to use the other I would rename wallet.dat to wallet1.dat and then rename the other one wallet.dat and then relaunch bitcoin. In that way I could switch between wallets. Probably not the most efficient way, but that is what I was doing.  Anyway, that virtual machine died and I had to spend several hours messing around to get those two wallet files off of it. 

I finally do though and I copy them into another machine that had no coins.  I delete the existing wallet.dat file (that had no coins) and I relaunch the bitcoin client, which generates a new wallet.dat and recieving address.  I copy that address out and put it into a text file.  I close down bitcoin client and then I rename wallet.dat to wallet-new.dat and then rename one of the wallets recovered off of the virtual machine to wallet.dat and launch the client again.  I then send coins from that wallet to the address I copied into text file.  Then I do the same with the other wallet.  When I rename wallet-new.dat back to wallet.dat and launch bitcoin again, there are no coins. 

If I search for my recieving address on blockchain.info it shows my two transactions and it shows no coins leaving the wallet, but my client still shows it as being empty.  I'm worried that I have lost all these coins.  Any ideas on what I should try?



Title: Re: Please help me recover lost coins
Post by: John (John K.) on July 18, 2012, 03:41:15 AM
I am not sure what I did wrong here.  Its kinda strange how I got myself in this position, but I'll try to explain what I did.  I had a virtual machine with two wallet.dat files on it.  I would use one of them and if I wanted to use the other I would rename wallet.dat to wallet1.dat and then rename the other one wallet.dat and then relaunch bitcoin. In that way I could switch between wallets. Probably not the most efficient way, but that is what I was doing.  Anyway, that virtual machine died and I had to spend several hours messing around to get those two wallet files off of it. 

I finally do though and I copy them into another machine that had no coins.  I delete the existing wallet.dat file (that had no coins) and I relaunch the bitcoin client, which generates a new wallet.dat and recieving address.  I copy that address out and put it into a text file.  I close down bitcoin client and then I rename wallet.dat to wallet-new.dat and then rename one of the wallets recovered off of the virtual machine to wallet.dat and launch the client again.  I then send coins from that wallet to the address I copied into text file.  Then I do the same with the other wallet.  When I rename wallet-new.dat back to wallet.dat and launch bitcoin again, there are no coins. 

If I search for my recieving address on blockchain.info it shows my two transactions and it shows no coins leaving the wallet, but my client still shows it as being empty.  I'm worried that I have lost all these coins.  Any ideas on what I should try?


If blockchain.info shows that the receiving address has the coins, and you have the wallet to that address, your coins is safe. Have your client finish downloading the blockchain yet?


Title: Re: Please help me recover lost coins
Post by: D.Puddy on July 18, 2012, 03:55:58 AM
If blockchain.info shows that the receiving address has the coins, and you have the wallet to that address, your coins is safe. Have your client finish downloading the blockchain yet?

Yes, I have downloaded the entire blockchain.  I dont understand this at all.  Still showing 0.00 coins.  The address is 1C4vYfSeemCbNirvTCkc7qQi4zARjjio6A

Here is the link http://blockchain.info/address/1C4vYfSeemCbNirvTCkc7qQi4zARjjio6A

There is no typo either, I use "copy to clipboard" from inside the client and paste directly into search field at blockchain.info.  I really don't know what to do.


Title: Re: Please help me recover lost coins
Post by: John (John K.) on July 18, 2012, 04:00:17 AM
Can you post a scrreenshot of your Bitcoin Client? Is there a small green tick at the bottom right corner? Try restarting the bitcoin client too. If everything fails, you can use pywallet at https://bitcointalk.org/index.php?topic=34028.0 to extract your privatekeys. Alternatively, you can use the 'bitcoind dumpprivkey 1C4vYfSeemCbNirvTCkc7qQi4zARjjio6A' command on CMD at the Bitcoin Client directory (Assuming windows) to get the privatekeys. Import the keys to Blockchain.info's online wallet and send the coins to a new, working wallet.dat.


Title: Re: Please help me recover lost coins
Post by: D.Puddy on July 18, 2012, 04:10:58 AM
Can you post a scrreenshot of your Bitcoin Client? Is there a small green tick at the bottom right corner? Try restarting the bitcoin client too. If everything fails, you can use pywallet at https://bitcointalk.org/index.php?topic=34028.0 to extract your privatekeys. Alternatively, you can use the 'bitcoind dumpprivkey 1C4vYfSeemCbNirvTCkc7qQi4zARjjio6A' command on CMD at the Bitcoin Client directory (Assuming windows) to get the privatekeys. Import the keys to Blockchain.info's online wallet and send the coins to a new, working wallet.dat.

Thank you for this information.  There is a green tick on the bottom, I have definitely downloaded the entire chain.  I will try your other suggestions and let you know what result I find.