Bitcoind: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
MagicalTux (talk | contribs) Adding screenshot and some description |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
[[Image:Bitcoin Original Client.png|thumb|350px|right|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. | 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. | |||
==Links== | ==Links== |
Revision as of 17:21, 16 December 2010
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 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.