Airchains

AIRCHAINS-VARANASI

RPC, API, gRPC

RPC:

https://airchains-testnet-rpc.techhubs.asia

API:

https://airchains-testnet-api.techhubs.asia

gRPC:

airchains-testnet-grpc.techhubs.asia:26090

Update system and install tools

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

cd $HOME
VER="1.22.2"
wget "https://golang.org/dl/go$VER.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$VER.linux-amd64.tar.gz"
rm "go$VER.linux-amd64.tar.gz"
[ ! -f ~/.bash_profile ] && touch ~/.bash_profile
echo "export PATH=$PATH:/usr/local/go/bin:~/go/bin" >> ~/.bash_profile
source $HOME/.bash_profile
[ ! -d ~/go/bin ] && mkdir -p ~/go/bin

Install Rust

Download and install

Install Cosmovisor

Create service

Init node

NOTE: Write the node name

Genesis ve addrbook

Port

Seed ve Peer

Pruning

Gas ve index

Let's enable

Start service and check the logs

Check the logs

Create wallet

Wallet import

Create a validator.json

Delete node

Made by TechHubs

Last updated