Sunaryum Logo
Background

Run a Full Node

Become the backbone of the decentralized energy network. Validate transactions, assemble blocks, and secure the Sunaryum blockchain.

Why run a Full Node?

Power the decentralized ecosystem by dedicating your resources to the network.

Secure the Network

Participate in VRF elections, validate P2P transactions, and prevent fraudulent energy blocks.

Decentralize Power

Ensure censorship resistance and help democratize access to cleanly mobilized energy grids.

Hardware Requirements

Minimum

Minimum Specs

  • CPU 4 Cores (e.g., Intel i3 / AMD Ryzen 3)
  • RAM 8 GB DDR4
  • Storage 500 GB SSD (NVMe recommended)
  • Network 50 Mbps stable connection (No data caps)
Recommended

Recommended Specs

  • CPU 8 Cores (e.g., Intel i7 / AMD Ryzen 7)
  • RAM 16 GB or 32 GB DDR4/DDR5
  • Storage 2 TB NVMe SSD (For future-proofing blockchain state)
  • Network 1 Gbps Fiber connection

Installation Guide

Set up your Sunaryum Full Node in minutes using our automated CLI tools. Supported on Ubuntu 20.04+ and Debian 11+.

user@sunaryum-node:~
# 1. Update your systemuser@sunaryum-node:~$ sudo apt update && sudo apt upgrade -y
# 2. Download the installation scriptuser@sunaryum-node:~$ curl -sL https://raw.githubusercontent.com/sunaryum/node-cli/main/install.sh -o install.sh
# 3. Run the installeruser@sunaryum-node:~$ bash install.sh --fullnode
[Sunaryum Installer] Checking dependencies... OK
[Sunaryum Installer] Installing Sunaryum Core daemon... OK
[Sunaryum Installer] Generating node identity... OK
[Sunaryum Installer] Starting systemd service: sunaryumd.service
[Sunaryum Installer] Node installed successfully!
# 4. Check synchronization logsuser@sunaryum-node:~$ sunaryum-cli node status

Need Help?

If you encounter any issues during the installation, please consult our Official Documentation or join the #node-operators channel on our Discord.