AIRCHAINS
AIRCHAINS-VARANASI
💻"System Requirements"
Components
Minimum Requirements
🚧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
🚧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
USEFUL COMMANDS
🚧Stop service
🚧Restart service
🚧Check Balance
🚧Stake to yourself
🚧Unjail validator
🚧Delete node
Last updated