Manual Instalation
Download latest binary
- Create a new directory named “avail”
- Head over to the latest binary release, for this guide we’re using x86_64-ubuntu-2204 (opens in a new tab)
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