Bitcoin Block Download frozen

1

For 5 days now my block download has been frozen at 57%. I tried downloading a new wallet to a different computer (which did download all the way), but I can't figure out how to pull the information from my frozen wallet to this one so I can recieve my bitcoins. Or how to get the blocks to finish downloading on my original wallet. Any help would be much appreciated, I need my money asap!

Alyssa

Posted 2012-07-30T13:45:03.950

Reputation: 11

I've tried uninstalling the wallet as well, but the block download is still frozen at 57%!Alyssa 2012-07-30T13:45:53.560

Answers

1

Lets start with the version of the bitcoin wallet that you are running. Are you running the latest version 0.6.3? Second, which OS are you using, It'll help us to tell you which files to delete in order to restart the chain download.

Delete the blockchain data and reload the chain. !!! Do not delete the files wallet.dat, addr.dat and bitcoin.conf. Except for those, stop the wallet, delete all other files, restart the wallet.

The files you'll see and that you can delete are, e.g. blk0001.dat, blk0002.dat, blkindex.dat, *.log, peers.dat, the whole subdirectory 'database'

KKK

Posted 2012-07-30T13:45:03.950

Reputation: 200

Yes I know I have the latest version, and Windows 7. I could not figure out what to delete to restart the download, that would be much simpler. But how do I delete the blockchain data to reload it?Alyssa 2012-07-30T14:07:50.797

You should have a directory called something like this: c:\users\<username>\AppData\Roaming\Bitcoin. This directory contains all the data. Best is to make a backup of the whole folder then proceed deleting all files in that folder except for the ones described in the answer. I.e. Stop the wallet, delete the files, start the wallet.KKK 2012-07-30T14:12:17.817

I've looked through all of the files on my computer related to the wallet and don't see any like that. I can use a computer but I'm not extremely savvy, what do you mean by subdirectory database?Alyssa 2012-07-30T14:13:20.883

Did you find the folder called "AppData"? If not then it is probably due to the fact that this is a system folder and per default system folders are not shown in the Explorer. You will need to activate the Explorer options to show system folder. You should be able to do this via the command prompt. c: cd \users cd <username> Replace with your login user name cd appdata\roaming\bitcoin The folder bitoin then contains a subfolder called database.KKK 2012-07-30T14:18:24.890

I cannot find that directory/folderAlyssa 2012-07-30T14:19:46.213

I search "AppData" with no results, but I do not know how to "activate the Explorer options" in order to show the system folder.Alyssa 2012-07-30T14:22:18.273

Open the explorer, then press the ALT button, a menu should appear at the top of the Explorer window. Select Tools->Folder Options->View and then select the option "Show hidden files, folder and drives".KKK 2012-07-30T14:24:44.710

Ok I selected that, and searched AppData, but still cannot find itAlyssa 2012-07-30T14:28:36.643

I have a wallet on another computer I was able to download completely. Is there anyway to transfer the info from my frozen wallet to this one so I can collect my money?Alyssa 2012-07-30T14:40:18.443

You will need to locate that directory first, no matter what you do, because it contains your wallet.dat file. Send me an email to the address in my profile, that'll make communcation easier.KKK 2012-07-30T14:51:25.770

Send me an email to aeckert1@gmail.com That'll be more effective in resolving this.KKK 2012-07-30T15:04:22.557

What was the solution? It might help others having the same trouble who find themselves reading this.Chris Moore 2012-07-30T18:49:18.437

1Solution: delete the blockchain files and download the chain again.KKK 2012-07-31T11:31:33.923