💠Airchains
The Modular zk-Rollup framework
Installation guide
wget https://github.com/ignite/cli/releases/download/v0.27.1/ignite_0.27.1_linux_amd64.tar.gzchmod +x ignite_0.27.1_linux_amd64.tar.gztar -xvf ignite_0.27.1_linux_amd64.tar.gzsudo mv ignite /usr/local/binignite versionRunning a Full Node
Command services
Wallet
Creat file Validator.json ( nano validator.json )
Set max peer
Pruning
# Upgrade v0.2.0 at height 2383922
Done !
# Detailed Guide to Setting Up a New Node on a VPS with an Existing Node
# Install ignite CLI
# Download the junctiond Binary
junctiond Binary# Initialize the New Node
# Update the Genesis File
# Update the config.toml File
config.toml File# Update config.toml with New Ports
config.toml with New Ports# 8. Configure the systemd Service
systemd Service# 9 Start the New Node
# 10 Check the New Ports
# 11 Check the Status of the New Node
# Summary
# Delete New_node
Last updated