Testnet
Manual Installation

Manual Instalation

Download latest binary

1wget https://github.com/availproject/avail/releases/download/v2.2.0.0-rc1/x86_64-ubuntu-2204-avail-node.tar.gz

Extract the binary

1tar -xf x86\_64-ubuntu-2204-avail-node.tar.gz

Run your validator node:

1./avail-node --chain turing --name [name your node] --validator
  • Eg., if the node name is: "myAvailNode", the command will be:
1./avail-node --chain turing --name myAvailNode --validator
  • To store network data in a specific folder use flag -d ./[folder-name]
1./avail-node --chain turing --name myavailnode --validator -d ./data