🟒Airchains

Welcome to the new version of Junction, a cutting-edge blockchain platform designed for secure and efficient data management.

Recommended Hardware: 4 Core, 8Gb ram, 200Gb SSD NVMe Minumum Hardware: 2 Core, 4Gb ram, 40Gb SSD NVMe Ubuntu 22.04, x86 or arm

Faucet: Discord

Website: https://www.airchains.io/ Discord: https://discord.gg/airchains X: https://twitter.com/airchains_io

Node39 support:

// amd
cd $HOME
wget -O junctiond https://github.com/airchains-network/junction/releases/download/v0.2.0/junctiond-linux-amd64
chmod +x junctiond
sudo mv $HOME/junctiond /usr/local/bin
sudo systemctl restart junctiond && sudo journalctl -u junctiond -f -o cat

// arm
cd $HOME
wget -O junctiond https://github.com/airchains-network/junction/releases/download/v0.2.0/junctiond-linux-arm64
chmod +x junctiond
sudo mv $HOME/junctiond /usr/local/bin
sudo systemctl restart junctiond && sudo journalctl -u junctiond -f -o cat

Install Dependencies:

Install GO: (amd64 - x86)

Install GO: (arm64)

Install Airchains: amd64

Install Airchains: arm64 (Node39 build from project source)

Set chain and Name Airchains: Change <Change-Name>

Download Genesis & addressbook:

Peers:

Create Service:

Set min gas:

Download Snapshort:

Wallet:

Check sync: (False -> done)

Create validator:

Delegate Token to your own validator:

Withdraw rewards and commission from your validator:

Unjail validator:

Detele node:

Last updated