Run a Node Testnet · v1.10 · all tests passing
Estimated read time: 3 minutes

Hardware Requirements

Minimum requirements (testnet)

ComponentMinimumRecommended
CPU2 cores4+ cores
RAM2 GB8 GB
Storage50 GB SSD200 GB NVMe SSD
Network10 Mbps100 Mbps
OSLinux, macOS, WindowsUbuntu 22.04 LTS

Runtime

Valdium requires Node.js. Always use the pinned version from the protocol spec — running a different version causes state divergence:

node --version # v22.x.x (check spec for exact pinned version)

Validated hardware

The Valdium testnet has been run successfully on all of the following:

Network requirements

Validators need a stable internet connection. Brief disconnects are handled gracefully — the liveness-aware committee removes you automatically and adds you back when you return. Sustained outages beyond a few minutes will result in your stake becoming inactive until you reconnect.

No port forwarding is required. The node connects outbound to peers — no inbound connections needed for testnet.