Install Regen

The following instructions are for building and installing the regen binary. In these instructions, we use the latest version running on Regen Mainnet. An alternative to syncing a node from genesis is Using State Sync with the latest version, which is the recommended approach for new validators.

Prerequisites

Installation

Clone the regen-ledger repository:

git clone https://github.com/regen-network/regen-ledger

Change to the regen-ledger directory:

cd regen-ledger

Check out the genesis version:

git checkout v7.2.0

Build and install the regen binary:

make install

Check to make sure the installation was successful:

regen version

You should see the following:

v7.2.0