Light node
Server specifications
Specification
Requirement
Installing essentials components
sudo apt-get update && sudo apt-get upgrade -yInstall the necessary libraries
sudo apt install make clang pkg-config curl protobuf-compiler libssl-dev build-essential -yInstall essential components for the light node
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
rustup default stable
rustup update
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightlyClone the Avail Github
Launch the installation of the Avail Light Node folder
Create a service
Launching the light node
Check the status of your light node
Check the light node logs
Last updated