plugeth-utils/docs/install.rst

30 lines
874 B
ReStructuredText
Raw Permalink Normal View History

.. _install:
=======
Install
=======
2022-02-10 23:18:33 +00:00
.. note:: Prior to install make sure to be familiar with :ref:`system requirements<system_req>`.
2022-02-10 23:18:33 +00:00
PluGeth can be installed in two ways. The repositories can be cloned and compiled from the source code. Alternatively PluGeth provides binaries of a PluGeth node as well as plugins.
2022-02-10 23:18:33 +00:00
In order to run PluGeth without the source code, download the latest `release`_ here.
2022-02-10 23:18:33 +00:00
The curated list of plugin builds can be found `here`_
2022-02-10 23:18:33 +00:00
.. note:: Make sure versions of PluGeth and plugins are compatable see: :ref:`version control<version>`.
2022-02-10 23:18:33 +00:00
After downloading plugins, move the ``.so`` files into the ``~/.ethereum/plugins`` directory.
2021-10-18 23:25:33 +00:00
2022-02-10 23:18:33 +00:00
.. note:: The above location may change when changing ``--datadir``.
2022-02-10 23:18:33 +00:00
.. _release: https://github.com/openrelayxyz/plugeth/releases
2021-10-18 20:13:38 +00:00
.. _here: https://github.com/openrelayxyz/plugeth-plugins/releases