Quote from: mizerydearia on September 18, 2010, 10:19:22 PM
When I execute Code:/usr/bin/bitcoindbitcoin daemon starts as expected.
When I execute Code:/usr/bin/bitcoind ""error: couldn’t connect to server
How come? Is this a bug?
Satoshi: May we have a bug tracking system please?
Workaround for my gentoo linux init script: Code:BITCOIN_OPTS=“-min”which will then execute as
bitcoind "-min"
How is this a bug? I may be reading it completely wrong but: Code:/usr/bin/bitcoindstarts the daemon whereas Code:/usr/bin/bitcoind ""calls the rpc method "" in the running daemon which is not there, so you get the can’t connect. If it were there you’d get: Code:error: {“code”:-32601,“message”:“Method not found”}