Install

Recommended Hardware: 6 Cores, 32GB RAM, 1TB of storage (NVME)

Chain ID: kusama | Latest Version Tag: v1.20.2

Try our automatic setup, just enter a few variables and leave your server for a few hours

Update system and install build tools

sudo apt update && sudo apt upgrade -y
sudo apt install curl -y
screen -S ksm

Run the bash script

source <(curl -s https://raw.githubusercontent.com/chaindigital/polkadot/main/rootinstallksm.sh)

This script will automatically install all the necessary programs, validator node, monitoring and notification system in Telegram You need to make a few variables to make it work correctly:

  • Node name - specify how you would like to name the node. This name will be displayed in Telegram alerts.

  • IP - specify the IP address of your server.

  • TOKEN telegrambot - take the code from the Telegram bot @MiddlemanBot

  • Enter STARTNAME - enter the name of your node for telemetry.

  • Enter STARTNAME1 - re-enter the name of your node for telemetry.

Manual installation

Install dependencies

Update system and install build tools

Set the variables

Download binary files and install

Create a service

Last updated