Author

Topic: Bitcoind don't start (Read 581 times)

legendary
Activity: 1512
Merit: 1028
October 26, 2013, 10:08:47 PM
#3
bitcoind does not need any command line options; it runs as a daemon. I'll just quote the wikipedia definition of daemon for you:
  • a daemon (/ˈdeɪmən/ or /ˈdiːmən/)[1] is a computer program that runs as a background process, rather than being under the direct control of an interactive user.

What you can do is start the daemon, and then in a second window, issue RPC commands to the server:

  bitcoind getblockcount
    Returns the number of blocks in the longest block chain.

  bitcoind getbalance
    Returns the server’s total available balance.

  bitcoind sendtoaddress [comment] [comment-to]
    is a real and is rounded to the nearest 0.00000001

and then to stop the daemon without completely corrupting your wallet:
  bitcoind stop
hero member
Activity: 533
Merit: 500
^Bitcoin Library of Congress.
October 26, 2013, 09:00:43 PM
#2
Restart your computer and try again.  Is it possible the changes you made to bitcoin.conf caused the failure?
newbie
Activity: 12
Merit: 0
October 26, 2013, 11:14:15 AM
#1
Hello guys,

I compiled bitcoind from source. All was working, bitcoind was already ON.

I needed to restart bitcoind (new entry on bitcoin.conf) and now bitcoind don't start

When I launch bitcoind -deamon

Nothing show, I can't enter new command line, I need to CTRL+C to be able to enter a new command line.

I don't found any log for the bitcoind ... Any one can help me ?

Thank you !
Jump to: