Installation
Autom install
source <(curl -s https://server2.snapshot.nodevism.com/artela/autoinstall.sh)Manual Installation
Install depedencies
sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -y
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_profileSett Vars
to make installstion easy i suggest u use this
Download Binaries
Configure and inittial app
Download Genesis and Addrbook
Sett Seed and Peer
Sett Custom Port at config.toml
Sett Custom Port at App.toml
Config Prunning
Sett Minimum Gas Prices
Create Service
Enable And Start Service
Last updated