Node Network (SNN)v1.0.0
Provider Nodes for High-Speed TON RPC
Server requirements, Docker deployment, and qualifying for Tier-1 provider status.
Updated: 2026-09-24
~3 min read
Verified by Senzo Core
Provider Nodes service high-frequency blockchain read queries with sub-35ms latency. Designed for professional validators, infrastructure providers, and high-spec homelab operators.
1. Technical Server Specifications#
• 8–16 vCPU Cores (Intel Xeon or AMD EPYC).
• 32 GB RAM minimum.
• 500 GB NVMe SSD (high IOPS required for TON state database).
• 1 Gbps unmetered uplink with dedicated static public IP.
2. Deployment via Docker#
Provider nodes are distributed as pre-built production Docker containers:
docker-compose.yml
docker run -d \
--name senzo-provider \
--restart always \
-e SNN_TIER=provider \
-e OPERATOR_WALLET=EQB... \
-p 8080:8080 -p 443:443 \
-v /var/ton-db:/var/ton-db \
ghcr.io/senzolab/provider-node:latest --liteserver Previous ArticleDedicated Observers for Capsule ProjectsNext Article Rewards, SNN Points & Payouts (80% Pool)
Official documentation of the Senzo ecosystem.senzolab.xyz