Bitcoind: Difference between revisions
Jump to navigation
Jump to search
Add to category Open Source. |
Add See Also section and add an entry for the API calls list. |
||
Line 16: | Line 16: | ||
The bitcoind CLI interface runs as a daemon, and provides a JSON-RPC interface allowing to control it locally or remotely. [[Original Bitcoin client/API Calls list|Various commands]] are made available by the API. | The bitcoind CLI interface runs as a daemon, and provides a JSON-RPC interface allowing to control it locally or remotely. [[Original Bitcoin client/API Calls list|Various commands]] are made available by the API. | ||
==See Also== | |||
* [[Original Bitcoin client/API calls list]] | |||
==External Links== | ==External Links== |
Revision as of 07:42, 20 February 2011
This page is a stub. Help by expanding it.
The Original Bitcoin client is the first bitcoin client in the network's history. It is also the official client of the bitcoin project. It's available under the MIT license for Windows, 32 and 64-bit GNU/Linux-based OSes and Mac OS X.
The client comes in two executables.
Executables
Bitcoin (GUI)
The bitcoin GUI provides an easy to use wxWidgets-based interface, allowing to receive and send bitcoins, and generate bitcoins using the computer's CPU power.
Bitcoind (CLI)
The bitcoind CLI interface runs as a daemon, and provides a JSON-RPC interface allowing to control it locally or remotely. Various commands are made available by the API.