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 sccachecd $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 --versionCheck your node in telemetry

Validator
Create polkadot.js account
Join to discord
Go to #goldberg-faucet channel and send message with your address (5Cyi4FQ........) for request tokens
Go to Network - Staking - Accounts and add stash


Connect your stash account with your node

Paste key from terminal to browser


Submit google form and wait for the letter
Last updated
Was this helpful?