1
0
When running bitcoin-qt -server, I am able to run the getbalance command, and the help command shows many items:
~ > bitcoin-qt -regtest -server # Running in another shell
~ > bitcoin-cli -regtest getbalance
2797.99990000
~ > bitcoin-cli -regtest help | wc -l
69
Trying the same thing with bitcoind gives me fewer commands and no access to getbalance:
~ > bitcoind -regtest -server # Running in another shell
~ > bitcoin-cli -regtest getbalance
error: {"code":-32601,"message":"Method not found"}
~ > bitcoin-cli -regtest help | wc -l
31
Is this a limitation of bitcoind or have I incorrectly configured it?
I'm using 0.9.1:
~ > bitcoin-cli --help | head -1
Bitcoin RPC client version v0.9.1.0-g026a939-beta
~ > bitcoind --help | head -1
Bitcoin Core Daemon version v0.9.1.0-g026a939-beta
~ > bitcoin-qt --help | head -1
Bitcoin Core version v0.9.1.0-g026a939-beta