🔧 Installing a Polkadot Node Using Kagome
System Preparation
sudo apt update && sudo apt upgrade -y
sudo apt install -y gpg curl lz4lsb_release -a
# Should return something like: Ubuntu 24.04.1 LTSAutomatic Installation
source <(curl -s https://raw.githubusercontent.com/validexisinfra/polkadot/main/install_kagome.sh)Manual Installation
Add Kagome Repository
curl -fsSL https://europe-north1-apt.pkg.dev/doc/repo-signing-key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/europe-north-1-apt-archive-keyring.gpgInstall Kagome
Create User and Database Directory
Create systemd Service
Enable and Start the Node
Check Your Node on Polkadot Telemetry
Last updated