Types of nodes

Choose how you want to participate in the PiNeroBase network.

Minimum requirements

PiNeroBase is designed to run on modest hardware. You do not need a server farm to support the network.

Bandwidth

4-core CPU

Modern quad-core processor. ML-DSA signature verification is CPU-intensive but fully parallelisable across cores.

Install

16 GB RAM

Needed for mempool management, state trie caching, and handling concurrent ML-DSA signature verifications during block validation.

Configure

500 GB SSD

SSD required for LevelDB performance. ML-DSA signatures are larger than ECDSA (3,293 bytes vs 64 bytes) so chain storage grows faster than classical blockchains.

Sync

25 Mbps internet

Stable broadband connection. Once multi-node BFT consensus ships in v1.0, validator nodes will need low-latency connections to participate in propose/prevote/precommit rounds.

Monitor

Node.js 20+ LTS

PiNeroBase nodes run on Node.js LTS. Install using nvm for easy version management. Linux, macOS, and Windows are all supported.

Maintain

Linux recommended

Ubuntu 22.04 LTS is the recommended operating system for validator nodes. macOS and Windows are supported for full nodes and development.