🟒Airchains Station

Hardware minimum:

  • 3 cores

  • 4 GB RAM

  • 100 GB SSD

  • Ubuntu 22 - x86 or arm64

Node39 run Station x Eigenlayer

Website: https://points.airchains.io/

Faucet amf: https://discord.gg/Vc8JMMCZ4Z

1- Install Dependencies:

sudo apt update && sudo apt upgarade -y
sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -

2- Install GO: (amd64 - x86)

rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.21.8.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.profile
go version

2- Install GO: (arm64)

3- Clone GitHub Repositories:

4- etting Up and Running the EVM Station:

  • Get private key: (Save Γ¬nomation)

5- Setting Up DA Keys and Running DA Client: amd64 Change [keyname]

  • Result Save infomation

5- Setting Up DA Keys and Running DA Client: arm64 Change [keyname]

  • Result: Save infomation

6- Setting Up and Running Tracks:

7- Create Keys for Junction: Save infomation and faucet amf in Discord.

8- Create Station on Junction:

Get nodeid:

9- Start tracks:

Add your rpc (ip:8545) Metamask and Chain ID 1234

Send 25tx -> Avtive

Last updated