AIRCHAINS
AIRCHAINS-VARANASI
Public RPC
RPC : https://airchain2-testnet-rpc.zeycanode.com/
API : https://airchain2-testnet-api.zeycanode.com/
💻"System Requirements"
Components
Minimum Requirements
CPU
4
RAM
8+ GB
Storage
400 GB SSD
🚧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
Port
🚧Seed ve Peer
🚧Pruning
🚧Gas ve index ayarı
🚧Let's enable
🚧Start service and check the logs
🚧Check the logs
🚧Create wallet
🚧Wallet import
🚧Create a validator.json
Not: Get pubkey
Not: After editing the code below, write the code above by pasting your edited code into the relevant area. If you encounter an error during validator setup, paste the suggested code again and make the necessary adjustments
USEFUL COMMANDS
🚧Check the logs
🚧Stop service
🚧Restart service
🚧Check Balance
🚧Stake to yourself
🚧Unjail validator
🚧Delete node
Last updated