💾 Installation
1. Operating System Preparation
apt update && apt upgrade -y2. Install Required System Tools
apt install -y curl aria2 jq nvme-cli ufw3. Add the Monad Package Repository
cat <<EOF > /etc/apt/sources.list.d/category-labs.sources
Types: deb
URIs: https://pkg.category.xyz/
Suites: noble
Components: main
Signed-By: /etc/apt/keyrings/category-labs.gpg
EOF4. Create a Dedicated Monad User
5. Configure NVMe Storage for TrieDB
5.1 Identify the NVMe Device
5.2 Partition the Device
5.3 Create a Persistent Device Alias
6. Verify Logical Block Size
7. Initialize the TrieDB (MPT)
8. Firewall Configuration
9. Telemetry (OpenTelemetry Collector)
10. Download Network Configuration Files
11. Validator Key Generation
12. Snapshot-Based Sync
13. Validator Node Configuration
14. Start Monad Services
15. Validator Registration (Staking CLI)
16. Validation Checks
Last updated