How to use command line flags in Linux?

2

I'm using bitcoin-qt(0.8.0) on ubuntu studio (12.04.2), and suffered a power failure while loading. Now I receive the "failed to load block" error message.

This happened to someone else, and the answer he was given which solved his problem was to run it from the command line and use the -reindex flag. I'm hopeful this might work for me as well, but I don't know how to go about it.

I know how to access "terminal", but I don't really mess with it. I'm at a loss. Any help would be greatly appreciated!

xrzer04

Posted 2013-05-29T06:37:43.343

Reputation: 21

Answers

1

Try this:

  1. Close Bitcoin.
  2. Press Alt + F2
  3. Type bitcoin-qt -reindex
  4. Press enter.

Nick ODell

Posted 2013-05-29T06:37:43.343

Reputation: 26 536

This answer even made me laugh :)Steven Roose 2013-05-29T08:57:05.343

@StevenRoose Huh? Why?Nick ODell 2013-05-29T21:36:51.810

Just because how simple it is, but still non-trivial :p Btw, I changed the question title to be more clear.Steven Roose 2013-05-30T02:04:52.763