Difference between revisions of "Bitcoind"

From Bitcoin Wiki
Jump to: navigation, search
(Add entry in See Also for Bitcoin specification.)
(Add section for History and added an entry for v0.3.20.)
Line 5: Line 5:
 
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 [http://www.opensource.org/licenses/mit-license.php MIT license] for Windows, 32 and 64-bit GNU/Linux-based OSes and Mac OS X.
 
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 [http://www.opensource.org/licenses/mit-license.php MIT license] for Windows, 32 and 64-bit GNU/Linux-based OSes and Mac OS X.
  
The client comes in two executables.
+
The client comes with two executables, a GUI and an command line interface (CLI).
  
 
== Executables ==
 
== Executables ==
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.
 +
 +
==History==
 +
 +
* Version 0.3.20 was released for all supported platforms on February 21, 2011.
  
 
==See Also==
 
==See Also==

Revision as of 19:59, 22 February 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's available under the MIT license for Windows, 32 and 64-bit GNU/Linux-based OSes and Mac OS X.

The client comes with two executables, a GUI and an command line interface (CLI).

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.

History

  • Version 0.3.20 was released for all supported platforms on February 21, 2011.

See Also

External Links