๐Ÿ› ๏ธ 2. Install the Renergy Node

This section covers how to download and install the Renergy node software so you can run it directly from your system.


๐Ÿ“ฅ Step 1: Download the Renergy Mainnet Package

Start by moving to your home directory and fetching the official Renergy V3 release:

cd $HOME
sudo apt-get install wget -y
wget https://github.com/renergyadmin/renergy-mainnet/releases/download/renergymainnet.zip
unzip renergymainnet.zip
cd RenergyMainnet

This will extract all required binaries and configuration files needed to run a node.


๐Ÿ“Œ Step 2: Add the Renergy Binary to System PATH

To make the Renergy daemon accessible from anywhere on your system, copy it to /usr/bin:

sudo cp -r ./renergyd /usr/bin
cd $HOME

Once completed, the renergyd command can be executed globally without specifying a path.


At this point, the Renergy node software is successfully installed on your machine and ready for initialization as part of the Renergy Blockchain.

Last updated