When I execute
/usr/bin/bitcoindbitcoin daemon starts as expected.
When I execute
/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:
BITCOIN_OPTS="-min"which will then execute as
bitcoind "-min"
How is this a bug? I may be reading it completely wrong but:
/usr/bin/bitcoind
starts the daemon whereas
/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:
error: {"code":-32601,"message":"Method not found"}