Difference between revisions of "Original Bitcoin client"

From Bitcoin Wiki
Jump to: navigation, search
(Make reference to core devs current, add link.)
Line 2: Line 2:
 
<dl>
 
<dl>
 
<dt>In the most widest sense:
 
<dt>In the most widest sense:
<dd>All releases of bitcoin-x.y.z (starting 2009) and future official releases of the [http://bitcoin.org bitcoin-developer community].<br> (Last/newest when writing this remark is of release 0.7.2 in December 2012).
+
<dd>All releases of bitcoin-x.y.z (starting 2009) and future official releases by the [https://bitcoin.org/en/development "bitcoin core developers"].<br>
 
<dt>In the narrow sense:
 
<dt>In the narrow sense:
<dd>Only the bitcoin releases up to version 0.3.19 which Satoshi Nakamoto himself was chief and main developer. He retired afterwards (end of 2010) completely from this project. With the next release also [[Testnet]] was reseted with a new Genesis block.
+
<dd>Only the bitcoin releases up to version 0.3.19 which Satoshi Nakamoto himself was chief and main developer. He retired afterwards (end of 2010) completely from this project. With the next release also [[Testnet]] was reset with a new genesis block.
 
<dt>Original Satoshi clients:
 
<dt>Original Satoshi clients:
 
<dd>Only the bitcoin releases 0.1.0 up to 0.1.5 which supported only Windows 2000 / Windows NT and Windows XP (perhaps Windows Vista). The next bitcoin release 0.2.0 from Dec 2009, nearly a year later, starts to support Linux and the [https://bitcointalk.org/index.php?topic=5.0 community] got more and more actively involved in the development.
 
<dd>Only the bitcoin releases 0.1.0 up to 0.1.5 which supported only Windows 2000 / Windows NT and Windows XP (perhaps Windows Vista). The next bitcoin release 0.2.0 from Dec 2009, nearly a year later, starts to support Linux and the [https://bitcointalk.org/index.php?topic=5.0 community] got more and more actively involved in the development.
Line 11: Line 11:
 
There might have been also (private) earlier client code before 0.1.0 available only to Satoshi Nakamoto.
 
There might have been also (private) earlier client code before 0.1.0 available only to Satoshi Nakamoto.
 
==See also==
 
==See also==
 +
* [[Running Bitcoin]]
 
* [[Bitcoind#History of official bitcoind (and predecessor) releases|History of Bitcoind]]
 
* [[Bitcoind#History of official bitcoind (and predecessor) releases|History of Bitcoind]]
* [[Original_Bitcoin_client/API_calls_list]]
+
* [[Original_Bitcoin_client/API_calls_list|Original Bitcoin client API]]
* [[Running Bitcoin]]
 

Revision as of 22:49, 12 July 2015

The Satoshi client or the Satoshi code refers to bitcoind, bitcoin-client, bitcoin-qt and Bitcoin Core. This is in honor of Satoshi Nakamoto for creating Bitcoin.

In the most widest sense:
All releases of bitcoin-x.y.z (starting 2009) and future official releases by the "bitcoin core developers".
In the narrow sense:
Only the bitcoin releases up to version 0.3.19 which Satoshi Nakamoto himself was chief and main developer. He retired afterwards (end of 2010) completely from this project. With the next release also Testnet was reset with a new genesis block.
Original Satoshi clients:
Only the bitcoin releases 0.1.0 up to 0.1.5 which supported only Windows 2000 / Windows NT and Windows XP (perhaps Windows Vista). The next bitcoin release 0.2.0 from Dec 2009, nearly a year later, starts to support Linux and the community got more and more actively involved in the development.

For history, one of the earliest available proof of a running bitcoin-0.1.0 with a human readable debug log. There might have been also (private) earlier client code before 0.1.0 available only to Satoshi Nakamoto.

See also