⚙️ Installation on Ubuntu/Debian
Chain ID: polkadot | Node Version: v1.20.2
Node Type
CPU
RAM
Storage
sudo apt update && sudo apt upgrade -y
sudo apt install -y \
curl git make wget clang pkg-config libssl-dev build-essential \
apt-transport-https gnupg cmake protobuf-compiler lz4
GO_VERSION=1.24.2
curl -Ls https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo 'export PATH=/usr/local/go/bin:$HOME/go/bin:$PATH' | sudo tee /etc/profile.d/golang.sh > /dev/null
echo 'export PATH=/usr/local/go/bin:$HOME/go/bin:$PATH' >> ~/.bashrc
source ~/.bashrcAutomatic Installation
source <(curl -s https://raw.githubusercontent.com/validexisinfra/Polkadot/main/installmain.sh)Install binaries into the system directory
Creating a validator
Last updated