Code:
/usr/bin/bitcoind
bitcoin daemon starts as expected.When I execute
Code:
/usr/bin/bitcoind ""
error: couldn't connect to serverHow come? Is this a bug?
Satoshi: May we have a bug tracking system please? (size reduced since it was noticed by satoshi and is no longer necessary to stand out, which was meant as a bit humorous anyhow.)
Workaround for my gentoo linux init script:
Code:
BITCOIN_OPTS="-min"
which will then execute as `bitcoind "-min"`