githubEdit

Installation (Validator)

Automatic Installation

source <(curl -s https://raw.githubusercontent.com/NodersUA/Scripts/main/avail)

Manual Installation

# Update, upgrade and install requirements
sudo apt-get update && \
sudo apt-get upgrade -y
# Update or install rust
if command -v rustup &> /dev/null; then
    rustup update
else
    curl https://sh.rustup.rs -sSf | sh
    source $HOME/.cargo/env
fi
rustc --version
sudo apt-get install build-essential cmake clang pkg-config libssl-dev protobuf-compiler git-lfs g++ -y && \
cargo install sccache
cd $HOME
git clone https://github.com/availproject/avail
cd avail/
git checkout v1.8.0.4
cargo build --release -p data-avail
cp target/release/data-avail /usr/local/bin/avail
avail --version

Check your node in telemetryarrow-up-right

Validator

  • Go to Network - Staking - Accounts and add stash

  • Connect your stash account with your node

Paste key from terminal to browser

Submit google formarrow-up-right and wait for the letter

Last updated

Was this helpful?