githubEdit

Installation

Install depedencies

sudo apt update
sudo apt install -y curl git jq lz4 build-essential

Install GO

sudo rm -rf /usr/local/go
curl -L https://go.dev/dl/go1.21.6.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bash_profile
source .bash_profile

Clone initia repository

cd && rm -rf initia
git clone https://github.com/initia-labs/initia
cd initia
git checkout v0.2.15
make install

Sett Vars

please change "test" and "Nodevism" to your own what ever u want. Wallet="test" is mean your wallet name. Moniker="Nodevism" is your node name. if u want use custom port just change "INITIA_PORT="your own port""

Configure and initial app

Download genesis and adrrbook

Settt seed and peerr

Sett Custom Port

Config and Prunning

Sett Minimum Gas Price

Create Service File

Enable And Start Service

Your node has already run..! but your node start from 0 blocks that need more time to sync i suggest you to use snapshot. i recommend you to use snapshot from polkachu.comarrow-up-right they snapshot always updated every 24 hours

Last updated