⚙️ Installation on Ubuntu/Debian
Chain ID: kusama| Node Version: v1.20.2
Node Type
CPU
RAM
Storage
sudo apt update && sudo apt upgrade -y
sudo apt install curl git make wget lz4 clang pkg-config libssl-dev build-essential -y
sudo apt install golang-go -y
sudo apt install apt-transport-https gnupg cmake protobuf-compiler -y
curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >bazel-archive-keyring.gpg
sudo mv bazel-archive-keyring.gpg /usr/share/keyrings
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/bazel-archive-keyring.gpg] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.listAutomatic Installation
source <(curl -s https://raw.githubusercontent.com/validexisinfra/Kusama/main/installmain.sh)Creating a validator
Last updated