Installation
Install depedencies
sudo apt update
sudo apt install -y curl git jq lz4 build-essentialInstall 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_profileClone initia repository
cd && rm -rf initia
git clone https://github.com/initia-labs/initia
cd initia
git checkout v0.2.15
make installSett Vars
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
Last updated