๐ปInstallation
Server preparation
apt update && apt upgrade -yapt install curl iptables build-essential git wget jq make gcc nano tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev libgmp3-dev tar clang bsdmainutils ncdu unzip llvm libudev-dev make protobuf-compiler lz4 -yInstall Docker
. <(wget -qO- https://raw.githubusercontent.com/SecorD0/utils/main/installers/docker.sh)Installing
# create a catalog
mkdir -p $HOME/.kusama
chown -R $(id -u):$(id -g) $HOME/.kusama
# open the ports used
ufw allow 30333Polkadot/kusama versions - https://hub.docker.com/r/parity/polkadot/tags
Launch docker after specifying the name of the validator
Now the node should appear in telemetry
Last updated