Pages:
Author

Topic: error loading blkindex.dat (Read 12013 times)

legendary
Activity: 1072
Merit: 1174
October 14, 2012, 06:21:35 PM
#26
Two files copied to D:\BTCData before starting client, BUT now it's still torturing HDD! Is it validating everything, same as if I just
used normal procedure, e.g. downloaded blocks from other nodes? Someone said that shouldn't happen, so now I'm confused a bit.

Yes, that's exactly what it does - it validates and indexes them completely as if they were downloaded from network. That's the only way to import blocks in a zero-trust way (i.e. without needing to trust the one giving you the file).

EDIT: you're importing the actually active data files. Don't do that. Move them or rename them, or import from a different directory.
sr. member
Activity: 313
Merit: 250
October 13, 2012, 11:33:11 AM
#25
You can download blockchain snapshots from:
http://eu1.bitcoincharts.com/blockchain/

Nice, very useful. You could use a download accelerator and have the blockchain downloaded in few minutes/hours as opposed to days if downloading the regular way.

Doesn't work for me. I install win32 bitcoin client, start it and leave running for a while, than quit it. Than I copy those 2 files contained in
.tar to data dir and start the client but it just continues downloading where it stopped on previous session. What exactly I'm missing here?

I'm doing this on a second computer I have - don't wanna torture HDD on it.

If you're running the newest version you can try to load the blockfile with the -loadblock= option.
I think this happens because the download doesn't include a blkindex.dat or something.

Code:
bitcoin-qt.exe -loadblock=blk0001.dat -loadblock=blk0002.dat
full member
Activity: 182
Merit: 100
September 25, 2012, 10:08:00 PM
#24
You can download blockchain snapshots from:
http://eu1.bitcoincharts.com/blockchain/

Nice, very useful. You could use a download accelerator and have the blockchain downloaded in few minutes/hours as opposed to days if downloading the regular way.
full member
Activity: 182
Merit: 100
September 25, 2012, 10:06:37 PM
#23
Copying it over to my new installation seemed to fix it and avoided downloading the whole blockchain again.   Kiss
legendary
Activity: 1358
Merit: 1002
September 25, 2012, 10:06:22 PM
#22
You can download blockchain snapshots from:
http://eu1.bitcoincharts.com/blockchain/
full member
Activity: 182
Merit: 100
September 25, 2012, 10:04:31 PM
#21
I'm trying to restore my old backup, I just now noticed how big the %appdata%/Bitcoin directory actually is.

3.98GB     Shocked
full member
Activity: 182
Merit: 100
September 25, 2012, 10:01:20 PM
#20
So if I could just download the file blkindex.dat from someone else I would be up and running again and possibly avoid all the download time?

I have formatted my PC and I was now on the 2nd day downloading the blockchain, until my PC lost power and shutdown couple minutes ago. Now I'm getting same error as the OP.
legendary
Activity: 1358
Merit: 1002
March 23, 2012, 03:36:37 AM
#19
Search for Electrum
newbie
Activity: 52
Merit: 0
March 22, 2012, 11:57:38 PM
#18
i have latest blockchain and wallet.dat, will reinstall on my new laptop tomorrow, i will make this work, however i do not see how an average person would go through this much of trouble, bitcoin goes mainstream soon? i do not think so, unload your bitcoins while fools are still buying :-)
As has been stated multiple times by multiple people, there are lightweight clients available. You do not need to download the Satoshi Client (which is not really "official"), nor download the blockchain. That problem was solved long ago.

I will try that tomorrow, the latest blockchain file is over 1GB, you are saying that your client will sync in timely manner and i do not need to download the file, alright i will give it a try
donator
Activity: 1218
Merit: 1015
March 22, 2012, 11:42:01 PM
#17
i have latest blockchain and wallet.dat, will reinstall on my new laptop tomorrow, i will make this work, however i do not see how an average person would go through this much of trouble, bitcoin goes mainstream soon? i do not think so, unload your bitcoins while fools are still buying :-)
As has been stated multiple times by multiple people, there are lightweight clients available. You do not need to download the Satoshi Client (which is not really "official"), nor download the blockchain. That problem was solved long ago.
newbie
Activity: 52
Merit: 0
March 22, 2012, 11:39:56 PM
#16
i have latest blockchain and wallet.dat, will reinstall on my new laptop tomorrow, i will make this work, however i do not see how an average person would go through this much of trouble, bitcoin goes mainstream soon? i do not think so, unload your bitcoins while fools are still buying :-)
newbie
Activity: 52
Merit: 0
legendary
Activity: 1050
Merit: 1000
You are WRONG!
March 22, 2012, 02:36:22 PM
#14
legendary
Activity: 1358
Merit: 1002
March 22, 2012, 02:17:12 PM
#13
I have bitcoin installed on windows XP 32 bits without a problem. And it works. I should add that it's not the very last version, so maybe there is an issue with the latest on Windows XP.

Or you have a corrupted HDD or a lot of fragmented files. I had an HDD die from running Bitcoin on Windows 7. Fragmentation killed it.
Windows 7 defrags on a schedule every Wednesday at 1AM local time. It also has some mods to the write process that reduces initial fragmentation. In short, I'm pretty sure your drive was about to die and the excessive number of seek ops pushed it over the edge.

If you leave your bitcoin running 24/7 it will never defrag the files as they are in use when the defragmentation occurs.
Add to that the fact that most people turn off their computers overnight...
My case was the former. Other persons may experience the latter.
My solution was to change my 24/7 Bitcoin node to a Linux box.
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
March 22, 2012, 11:59:48 AM
#12
I have bitcoin installed on windows XP 32 bits without a problem. And it works. I should add that it's not the very last version, so maybe there is an issue with the latest on Windows XP.

Or you have a corrupted HDD or a lot of fragmented files. I had an HDD die from running Bitcoin on Windows 7. Fragmentation killed it.
Windows 7 defrags on a schedule every Wednesday at 1AM local time. It also has some mods to the write process that reduces initial fragmentation. In short, I'm pretty sure your drive was about to die and the excessive number of seek ops pushed it over the edge.
legendary
Activity: 1358
Merit: 1002
March 22, 2012, 11:54:05 AM
#11
I have bitcoin installed on windows XP 32 bits without a problem. And it works. I should add that it's not the very last version, so maybe there is an issue with the latest on Windows XP.

Or you have a corrupted HDD or a lot of fragmented files. I had an HDD die from running Bitcoin on Windows 7. Fragmentation killed it.
full member
Activity: 210
Merit: 100
March 22, 2012, 10:11:30 AM
#10
Make sure you have a copy of %appdata%\bitcoin\wallet.dat somewhere safe as this file holds all your private keys.
Uninstall the bitcoin client and remove the %appdata%\bitcoin directory.
Reinstall the client and try to re-download the blockchain.
You can swap in the backed-up wallet.dat later on if you succeed.

Frankly, I'm wondering whether the fact you're running an 11 year old OS with no AV protection and no firewall might have something to do with your current predicament.

Do you have another machine you could install the client on?
Install the client (don't launch it yet), create the %appdata%\bitcoin directory and place a copy of the wallet.dat inside it, then launch the client and wait until it downloads the blockchain.

BTW, you can download the blockchain yourself from the project's sourceforge page.
newbie
Activity: 52
Merit: 0
March 22, 2012, 09:55:32 AM
#9
Delete the FUCKING blockchain and download it again...
Happy now? tell me in a couple days!

thanks psy someone else advised that and i did try, it starts shows 99% than crashes with runtime error, next thing i will try to export/import private key and reinstall the wallet
full member
Activity: 210
Merit: 100
March 22, 2012, 03:50:15 AM
#8
the alternative client is certified by the subforum? Wow that is all i need to know, thank you for enlightening me wise man LOL
bitcoin=shitcoin

I don't know - nor have I said anything - about the client being certified, but I am well aware who's acting as if they are certifiable...
Electrum is a well-known open source project, for crying out loud: grab the source, study it, compile and install when you have satisfied yourself that it is safe.

As a general piece of advice, taking a more humble approach when asking for help might be a strategy well worth considering.
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
March 21, 2012, 10:43:01 PM
#7
Delete the FUCKING blockchain and download it again...
Happy now? tell me in a couple days!
+1, I just had to do this and it worked.
Pages:
Jump to: