5
2
Just installed bitcoind on my server and wanted to find a cheat sheet for the bitcoind commands. Where would i find them with a description and example of what each command does?
5
2
Just installed bitcoind on my server and wanted to find a cheat sheet for the bitcoind commands. Where would i find them with a description and example of what each command does?
6
These days the most thorough and handy guide for the Bitcoin Core RPC commands is the bitcoin.org developer reference page.
4
Most probably you are looking for something like the API calls list or Running Bitcoin. Another option (suggested by Pieter Wuille) is to use bitcoind help command.
4
Use bitcoin-cli help to get a list of all RPC commands.
Use bitcoin-cli help <command> to get information about RPC command <command>.
I installed bitcoind on my ubuntu-Server with "apt-get install bitcoind". When I enter "bitcoind help" I get this answer: "error: couldn't connect to server". – Hubert Schölnast – 2014-01-07T15:16:13.337
1yep, that's about everything there is to BTC. Alt-coins may be different. Up voted Salvador's answer – Joe White – 2013-10-20T05:49:13.653