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_profile

Sett Vars

to make installstion easy i suggest u use this

make sure you change "Wallet="with your own wallet name"" MONIKER="with your own name"" this indicate your node name ARTELA_PORT="with you want"" if your server is not have any node u can keep that at port 30 or sett to deffault port, the deffault port is 26.

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

your node has been running but u need more times to sync with current blocks i sugget u use snapshot. you can download snapshot from NodeX , Itrocket , Nodejumper

Last updated