Difference between revisions of "Bitcoind"

From Bitcoin Wiki
Jump to: navigation, search
(Executables: link to api call list)
Line 20: Line 20:
 
* [http://sourceforge.net/projects/bitcoin/ Bitcoin Client project on SourceForge]
 
* [http://sourceforge.net/projects/bitcoin/ Bitcoin Client project on SourceForge]
  
[[Category:Bitcoin clients]]
+
[[Category:Clients]]

Revision as of 20:44, 9 January 2011

Hashbtc.jpgThis page is a stub. Help by expanding it.
The bitcoin original client

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 comes in two executables.

Executables

Bitcoin (GUI)

The bitcoin GUI provides an easy to use 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.

Links