Pages:
Author

Topic: All Bitcoind / Bitcoin-qt nodes failing to come up. Workaround inside! - page 3. (Read 17448 times)

hero member
Activity: 836
Merit: 1007
"How do you eat an elephant? One bit at a time..."
i dont have that file inside the bitcoin folder

That's okay, you can just create it and add the line gmaxwell mentioned.

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File


How exactly? I'm not a techie and that link doesn't make sense to me...(I have a Mac)


dont worry about the link just create a new file and add "checklevel=2" inside that file as text and then save as bitcoin.conf.



Thanks! That worked perfectly! What a great community!


donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
i dont have that file inside the bitcoin folder

That's okay, you can just create it and add the line gmaxwell mentioned.

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File


How exactly? I'm not a techie and that link doesn't make sense to me...(I have a Mac)


dont worry about the link just create a new file and add "checklevel=2" inside that file as text and then save as bitcoin.conf.

hero member
Activity: 836
Merit: 1007
"How do you eat an elephant? One bit at a time..."
i dont have that file inside the bitcoin folder

That's okay, you can just create it and add the line gmaxwell mentioned.

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File


How exactly? I'm not a techie and that link doesn't make sense to me...(I have a Mac)
hero member
Activity: 836
Merit: 1007
"How do you eat an elephant? One bit at a time..."
i dont have that file inside the bitcoin folder

That's okay, you can just create it and add the line gmaxwell mentioned.

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File


it worked thank you so much!! i had such a headache trying to figure out why my client keep crashing.

Still don't understand how to do this. I have a Mac. How do I create the config file and add this line?
hero member
Activity: 490
Merit: 500
Thanks for the alert and the workaround.

Happy node here!
full member
Activity: 216
Merit: 100
Shoot! I've been reindexing for the last couple of hours. Should've read this before..
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
i dont have that file inside the bitcoin folder

That's okay, you can just create it and add the line gmaxwell mentioned.

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File


it worked thank you so much!! i had such a headache trying to figure out why my client keep crashing.
newbie
Activity: 10
Merit: 0
i dont have that file inside the bitcoin folder

That's okay, you can just create it and add the line gmaxwell mentioned.

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
i dont have that file inside the bitcoin folder, i just have

blocks (folder)
chainstate (folder)
db.log
debug.log
peers.dat
wallet.dat
newbie
Activity: 10
Merit: 0
thank you for this, ive been having this issue and i cant seem to fix it.

where do i find the config file? I'm on a mac, in library/bitcoin i have 2 folders, one is blocks and one is chainstate then it has logs and the wallet.dat and peers.dat, where could i find the file to modify?

~/Library/Application Support/Bitcoin/bitcoin.conf
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
thank you for this, ive been having this issue and i cant seem to fix it.

where do i find the config file? I'm on a mac, in library/bitcoin i have 2 folders, one is blocks and one is chainstate then it has logs and the wallet.dat and peers.dat, where could i find the file to modify?
legendary
Activity: 2408
Merit: 1121
Appreciate the quick turnaround, thank you for your efforts.
hero member
Activity: 821
Merit: 503
Yep that got it back up, Thanks Maxwell!
staff
Activity: 4284
Merit: 8808
Due to a bug introduced in Bitcoind/-qt introduced in v0.8.0 nodes may fail to come up after restart, reporting:

": *** coin database inconsistencies found"
and/or
"Do you want to rebuild the block database now?"

Reindexing will not solve the problem (so I do not recommend you do so, at it will just waste your time).

You can workaround this issue by adding -checklevel=2 to your command-line arguments or checklevel=2 to your configuration file.

The problem that an inconsistency in the transaction database has been caused by some unusual whos version cannot be represented in the database. This inconsistency is correctly detected by the agressive database sanity-checks on startup.  Because this inconsistency happens to be in a field we currently do not use for anything, it is safe to ignore it for now. Lowering the checklevel skips these and other checks and allows the node to proceed as usual.

The issue may resolve itself within another 200 blocks or so if no more of the trigger transactions are added to the blockchain after the triggering block falls out of the window used for consistency checking, but because it could easily happen again a longer term fix is required and has been submitted for review.

UPDATE: 0.8.5 is now out and fixes this issue.


Walkthrough in OSX:
Open a terminal and type
open /Applications/Bitcoin-Qt.app --args -checklevel=2

Walkthrough in Windows:

In Windows, locate the file bitcoin-qt.exe
Usually is to be found in C:\Program Files (x86)\Bitcoin\ (on 64 bit version) or C:\Program Files\Bitcoin\

Right click on the file bitcoin-qt.exe  and select Create Shortcut. On the new file that appeared (bitcoin-qt.exe - Shortcut or bitcoin-qt.lnk) right click and select Properties.
add to Target line
-checklevel=2

as in this picture

http://i.imgur.com/8P1rnRA.png

Then click Apply, then execute.

Pages:
Jump to: