<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GDorn</id>
	<title>Bitcoin Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GDorn"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/GDorn"/>
	<updated>2026-06-02T19:20:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoind&amp;diff=8336</id>
		<title>Bitcoind</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoind&amp;diff=8336"/>
		<updated>2011-05-14T00:25:40Z</updated>

		<summary type="html">&lt;p&gt;GDorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Bitcoin Original Client.png|thumb|350px|right|The bitcoin original client]]&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Original Bitcoin client&#039;&#039;&#039; is the first [[bitcoin]] client in the network&#039;s history. It is also the official client of the bitcoin project. It&#039;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.&lt;br /&gt;
&lt;br /&gt;
The client comes with two executables, a GUI and an command line interface (CLI).&lt;br /&gt;
&lt;br /&gt;
== Executables ==&lt;br /&gt;
&lt;br /&gt;
=== Bitcoin (GUI) ===&lt;br /&gt;
&lt;br /&gt;
The bitcoin GUI provides an easy to use wxWidgets-based interface, allowing to receive and send bitcoins, and generate bitcoins using the computer&#039;s CPU power.&lt;br /&gt;
&lt;br /&gt;
=== Bitcoind (CLI) ===&lt;br /&gt;
&lt;br /&gt;
Bitcoind is both a headless daemon and a client for the same daemon.  It also provides a JSON-RPC interface, allowing it to be controlled locally (via bitcond or another CLI client) or remotely.  [[Original Bitcoin client/API Calls list|Various commands]] are made available by the API.&lt;br /&gt;
&lt;br /&gt;
To use locally, first start the program in daemon mode:&lt;br /&gt;
:bitcoind -daemon&lt;br /&gt;
&lt;br /&gt;
Then you can use the same program to execute [[Original Bitcoin client/API Calls list|API commands]], e.g.:&lt;br /&gt;
:bitcoind listreceivedbyaddress 0 true&lt;br /&gt;
:bitcoind getbalance&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
* Version 0.3.20 was released for all supported platforms on February 21, 2011&amp;lt;ref&amp;gt;[http://www.bitcoin.org/smf/index.php?topic=3704.0 Version 0.3.20]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Original Bitcoin client/API calls list]]&lt;br /&gt;
* [[Protocol specification|Bitcoin network protocol]]&lt;br /&gt;
* [[Development process]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://sourceforge.net/projects/bitcoin/ Bitcoin Client project on SourceForge]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:License/MIT-X11]]&lt;br /&gt;
[[Category:Open Source]]&lt;/div&gt;</summary>
		<author><name>GDorn</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoind&amp;diff=8335</id>
		<title>Bitcoind</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoind&amp;diff=8335"/>
		<updated>2011-05-14T00:24:12Z</updated>

		<summary type="html">&lt;p&gt;GDorn: /* Bitcoind (CLI) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Bitcoin Original Client.png|thumb|350px|right|The bitcoin original client]]&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Original Bitcoin client&#039;&#039;&#039; is the first [[bitcoin]] client in the network&#039;s history. It is also the official client of the bitcoin project. It&#039;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.&lt;br /&gt;
&lt;br /&gt;
The client comes with two executables, a GUI and an command line interface (CLI).&lt;br /&gt;
&lt;br /&gt;
== Executables ==&lt;br /&gt;
&lt;br /&gt;
=== Bitcoin (GUI) ===&lt;br /&gt;
&lt;br /&gt;
The bitcoin GUI provides an easy to use wxWidgets-based interface, allowing to receive and send bitcoins, and generate bitcoins using the computer&#039;s CPU power.&lt;br /&gt;
&lt;br /&gt;
=== Bitcoind (CLI) ===&lt;br /&gt;
&lt;br /&gt;
Bitcoind is both a headless daemon and a client for the same daemon.  It also provides a JSON-RPC interface, allowing it to be controlled locally (via bitcond or another CLI client) or remotely  [[Original Bitcoin client/API Calls list|Various commands]] are made available by the API.&lt;br /&gt;
&lt;br /&gt;
To use locally, first start the program in daemon mode:&lt;br /&gt;
:bitcoind -daemon&lt;br /&gt;
&lt;br /&gt;
Then you can use the same program to execute [[Original Bitcoin client/API Calls list|API commands]], e.g.:&lt;br /&gt;
:bitcoind listreceivedbyaddress 0 true&lt;br /&gt;
:bitcoind getbalance&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
* Version 0.3.20 was released for all supported platforms on February 21, 2011&amp;lt;ref&amp;gt;[http://www.bitcoin.org/smf/index.php?topic=3704.0 Version 0.3.20]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Original Bitcoin client/API calls list]]&lt;br /&gt;
* [[Protocol specification|Bitcoin network protocol]]&lt;br /&gt;
* [[Development process]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://sourceforge.net/projects/bitcoin/ Bitcoin Client project on SourceForge]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:License/MIT-X11]]&lt;br /&gt;
[[Category:Open Source]]&lt;/div&gt;</summary>
		<author><name>GDorn</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:GDorn&amp;diff=8332</id>
		<title>User:GDorn</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:GDorn&amp;diff=8332"/>
		<updated>2011-05-14T00:17:50Z</updated>

		<summary type="html">&lt;p&gt;GDorn: Created page with &amp;quot;Contributors Award participant: 1JYJCSsva4rx7gXmEZ8tpkpHcfVHUhyMqU&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors Award participant: 1JYJCSsva4rx7gXmEZ8tpkpHcfVHUhyMqU&lt;/div&gt;</summary>
		<author><name>GDorn</name></author>
	</entry>
</feed>