artela logo

Links

Website - https://artela.network/

Twitter - https://twitter.com/artela_network

Discord - https://discord.gg/FVZ88qtPC

Offitial Doc - https://docs.artela.network/

GitHub - https://github.com/artela-network

Faucet - - Check Discord channel For Faucet

Validator Requirements

Recommended Hardware Requirements to run Validator // 16GB RAM / 1TB SSD / 8 Cores //

OS : Linux OS Ubuntu 22.04.3 LTS

Services

Explorer - https://cosmotracker.com/artela/

RPC - https://artelarpc1.cryptosj.net

Config

Genesis - https://files.cryptosj.net/files/artela/genesis.json

Addrbook - https://files.cryptosj.net/files/artela/addrbook.json

Peer - tcp://[email protected]:17104

Seed node: [email protected]:17104

Snapshot - https://files.cryptosj.net/files/artela/artelatestnet.tar.gz

Snapshot ** block height is ** ** size is ** ** app version **

Snapshot ** CREATION DATE **

Installation ** chain ID is artela_11822-1 **

mkdir files

cd files

wget https://github.com/artela-network/artela/releases/download/v0.4.7-rc6/artelad_0.4.7_rc6_Linux_amd64.tar.gz

tar -xvf artelad_0.4.7_rc6_Linux_amd64.tar.gz

sudo cp artelad /usr/local/bin/

sudo cp artelad /usr/bin/

sudo cp artelad /usr/local/sbin/

artela Service Files

sudo nano /etc/systemd/system/artela.service

** copy and paste the blow be sure to change the YOUR_LINUX_USER **

[Unit] Description=artela Service After=network-online.target [Service] User=YOUR_LINUX_USER ExecStart=/usr/local/bin/artelad start StandardOutput=syslog StandardError=syslog Restart=on-failure RestartSec=10 LimitNOFILE=10000 [Install] WantedBy=multi-user.target


Start and Init the network

sudo systemctl enable artela.service

** Generating configs **

artelad init YOUR_Chosen_moniker

** run artela service **

sudo journalctl -u artela.service -f --output cat

** check your node status by issueing the command below be sure to install jq using apt **

curl -s localhost:PORT/status | jq

Snapshot ** block height is ** ** size is ** ** app version ** Snapshot ** CREATION DATE **

** If you want to use our snapshot ** ** chain ID is artela_11822-1 **

sudo systemctl stop artela.service

cd $HOME/.artelad

wget https://files.cryptosj.net/files/artela/artelatestnet.tar.gz

cp $HOME/.artelad/data/priv_validator_state.json /$HOME

tar -xvf artelatestnet.tar.gz --strip-components 2

cp $HOME/priv_validator_state.json $HOME/.artelad/data/

sudo systemctl start artela.service

sudo journalctl -u artela.service -f --output cat

** you can check node status **

curl http://127.0.0.1:PORT/status | jq

Monitoring Your Node

** To monitor your node you have to keep an eye on your node as well as your server **

** and to do this we will use grafana,prometheus and node_exporter **

Grafana - https://grafana.com/

Prometheus - https://prometheus.io/

Node_exporter - https://github.com/prometheus/node_exporter

OS : Linux OS Ubuntu 22.04.3 LTS



Grafana ** Installing grafana **

sudo apt-get install -y apt-transport-https software-properties-common wget



sudo mkdir -p /etc/apt/keyrings/



wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/null



echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list



sudo apt-get update



sudo apt-get install grafana



sudo systemctl daemon-reload



sudo systemctl start grafana-server



sudo systemctl status grafana-server



** Your Grafana should be working now **

** Log to your grafana dashboard on port 3000**

http://SERVER_IP:3000/



** We will use namada dashboard and change the space namespace to cometbft **

** go to grafana dashboard **

https://grafana.com/grafana/dashboards/

** search for namada , or chose ID 19014 then import it to your grafana dashboard **

** here is the link for namada dashboard to import **

https://grafana.com/grafana/dashboards/19014-namada-blockchains/



Prometheus ** Installing Prometheus **

** Please follow the complete guide from offical site **

https://prometheus.io/docs/prometheus/latest/installation/



Node_exporter ** Installing Node_exporter **

** Please follow the complete guide from Prometheus site **

https://prometheus.io/docs/guides/node-exporter/



** search for node_exporter , or chose ID 11074 then import it to your grafana dashboard **

** here is the link for Node_exporter dashboard to import **

https://grafana.com/grafana/dashboards/11074-node-exporter-for-prometheus-dashboard-en-v20201010/

IBC

** Soon **
Archive Node Snapshot

** With Mainnet **