Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Distribution on June 20, 2012, 01:55:24 AM



Title: Blockchain Frozen
Post by: Distribution on June 20, 2012, 01:55:24 AM
I'm running Bitcoin on Ubuntu 12.04 and the blockchain has stopped downloading. I'm sure this problem has been posed before (actually, I think I had this problem before on a Windows machine). From what I remember, someone told me to delete the blockchain file. What should I do with Ubuntu? And if that is the solution, what's the blockchain file called?


Title: Re: Blockchain Frozen
Post by: deepceleron on June 20, 2012, 03:12:57 AM
Close Bitcoin, open terminal

cd ~/.bitcoin/
mv blk0001.dat blk0001.old
mv blkindex.dat blkindex.old
wget http://eu1.bitcoincharts.com/blockchain/blockchain-2012-06-20.tar
tar -xvf blockchain-2012-06-20.tar



Title: Re: Blockchain Frozen
Post by: Distribution on June 20, 2012, 03:46:52 AM
Close Bitcoin, open terminal

cd ~/.bitcoin/
mv blk0001.dat blk0001.old
mv blkindex.dat blkindex.old
wget http://eu1.bitcoincharts.com/blockchain/blockchain-2012-06-20.tar
tar -xvf blockchain-2012-06-20.tar



Awesome, thanks. Doing it now. The size of the blockchain is killer, that's a big file.