Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #286 from bobsummerwill/master
Browse files Browse the repository at this point in the history
Updated client versions and ordering of clients in table.
  • Loading branch information
bobsummerwill committed Jun 25, 2016
2 parents 4ca85fb + 42e3bba commit 7dcdf5d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
46 changes: 24 additions & 22 deletions source/ethereum-clients/choosing-a-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,37 @@ the table below. The clients without links are all working on getting
Homestead-compatible versions released. Keep checking back. We will
add links to them here as they are released.

+------------------------+------------+------------------------+----------------------------------+
| Client | Language | Developers | Homestead Release |
+========================+============+========================+==================================+
| :ref:`go-ethereum` | Go | `Ethereum Foundation`_ | `go-ethereum-v1.4.7`_ |
+------------------------+------------+------------------------+----------------------------------+
| :ref:`cpp-ethereum` | C++ | `Ethereum Foundation`_ | `cpp-ethereum-v1.2.9`_ |
+------------------------+------------+------------------------+----------------------------------+
| :ref:`pyethapp` | Python | `Ethereum Foundation`_ | `pyethapp-v1.2.2`_ |
+------------------------+------------+------------------------+----------------------------------+
| :ref:`ethereumjs-lib` | Javascript | `Ethereum Foundation`_ | `ethereumjs-lib-v3.0.0`_ |
+------------------------+------------+------------------------+----------------------------------+
| :ref:`Ethereum\(J\)` | Java | `\<ether.camp\>`_ | `ethereumJ-v1.2.0`_ |
+------------------------+------------+------------------------+----------------------------------+
| :ref:`ethereumH` | Haskell | `BlockApps`_ | not available yet |
+------------------------+------------+------------------------+----------------------------------+
| :ref:`Parity` | Rust | `Ethcore`_ | `Parity-v1.1.0`_ |
+------------------------+------------+------------------------+----------------------------------+
| :ref:`ruby-ethereum` | Ruby | `Jan Xie`_ | `ruby-ethereum-v0.9.1`_ |
+------------------------+------------+------------------------+----------------------------------+
+------------------------+------------+------------------------+-----------------------------------+
| Client | Language | Developers | Homestead Release |
+========================+============+========================+===================================+
| :ref:`go-ethereum` | Go | `Ethereum Foundation`_ | `go-ethereum-v1.4.8`_ |
+------------------------+------------+------------------------+-----------------------------------+
| :ref:`Parity` | Rust | `Ethcore`_ | `Parity-v1.2.0`_ |
+------------------------+------------+------------------------+-----------------------------------+
| :ref:`cpp-ethereum` | C++ | `Ethereum Foundation`_ | `cpp-ethereum-v1.2.9`_ |
+------------------------+------------+------------------------+-----------------------------------+
| :ref:`pyethapp` | Python | `Ethereum Foundation`_ | `pyethapp-v1.2.2`_ |
+------------------------+------------+------------------------+-----------------------------------+
| :ref:`ethereumjs-lib` | Javascript | `Ethereum Foundation`_ | `ethereumjs-lib-v3.0.0`_ |
+------------------------+------------+------------------------+-----------------------------------+
| :ref:`Ethereum\(J\)` | Java | `\<ether.camp\>`_ | `ethereumJ-v1.3.0-RC2-daoRescue`_ |
+------------------------+------------+------------------------+-----------------------------------+
| :ref:`ruby-ethereum` | Ruby | `Jan Xie`_ | `ruby-ethereum-v0.9.1`_ |
+------------------------+------------+------------------------+-----------------------------------+
| :ref:`ethereumH` | Haskell | `BlockApps`_ | not available yet |
+------------------------+------------+------------------------+-----------------------------------+

.. _Ethereum Foundation: https://ethereum.org/foundation
.. _\<ether.camp\>: http://www.ether.camp
.. _BlockApps: http://www.blockapps.net/
.. _Ethcore: https://ethcore.io/
.. _Jan Xie: https://github.com/janx/

.. _go-ethereum-v1.4.7: https://github.com/ethereum/go-ethereum/releases/tag/v1.4.7
.. _go-ethereum-v1.4.8: https://github.com/ethereum/go-ethereum/releases/tag/v1.4.8
.. _cpp-ethereum-v1.2.9: https://github.com/ethereum/webthree-umbrella/releases/tag/v1.2.9
.. _ethereumjs-lib-v3.0.0: https://github.com/ethereumjs/ethereumjs-lib/releases/tag/v3.0.0
.. _ethereumJ-v1.2.0: https://github.com/ethereum/ethereumj/releases/tag/1.2.0
.. _Parity-v1.1.0: https://github.com/ethcore/parity/releases/tag/v1.1.0
.. _ethereumJ-v1.3.0-RC2-daoRescue: https://github.com/ethereum/ethereumj/releases/tag/1.3.0-RC2-daoRescue
.. _Parity-v1.2.0: https://github.com/ethcore/parity/releases/tag/v1.2.0
.. _pyethapp-v1.2.2: https://github.com/ethereum/pyethapp/releases/tag/v1.2.2
.. _ruby-ethereum-v0.9.1: https://rubygems.org/gems/ruby-ethereum/versions/0.9.1

Expand Down Expand Up @@ -110,6 +110,8 @@ support.
- Follow the :ref:`Installing binaries` instructions for **cpp-ethereum**
- For **go-ethereum**, just unzip the `released binaries <https://github.com/ethereum/go-ethereum/releases>`_

Parity is gaining in popularity fast.

Beyond that, of course, it is all a matter of personal preference. Try them all :-)

If you want to do mining then Mist will not be sufficient. Check out
Expand Down
2 changes: 1 addition & 1 deletion source/ethereum-clients/ethereumh/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ the Ethereum blockchain

Links:

* Github: https://github.com/jamshidh/ethereum-client-haskell
* Github: https://github.com/blockapps/ethereumH
* BlockApps: http://www.blockapps.net/

0 comments on commit 7dcdf5d

Please sign in to comment.