githubEdit

Installation

Auto Install

Manual Installation

Update depedencies

sudo apt update && sudo apt upgrade -y
sudo apt install curl iptables build-essential git wget jq make gcc nano tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev aria2 -y

Install GO if needed

ver="1.22.3"
cd $HOME
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz"
rm "go$ver.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> ~/.bash_profile
source ~/.bash_profile
go version

Sett Vars

change MONIKER="Moniker"" with your own moniker and change HELIADES_PORT="33"" to your own port

Install Binary

Initialize Node

Download Genesis and Addrbook

Configure seed

Configure Pruning

Sett gas price enable prometheus and disable indexing

Costumize port in app.toml

Costumize port in config.toml

Create service

Download Snapshot

Enable Service and start node

Last updated