Quranium node infrastructure banner
Quranium
Node Operations GuideExclusive Access

Quranium

$QRNM · Early Access

Network

Quranium

Type

Early Access

Active Since

Testnet Live

Operator

Pvara

About

What is Quranium?

Quranium is a next-generation quantum-resistant blockchain designed from the ground up to be secure against post-quantum threats. Pvara has secured exclusive whitelist access and is fully prepared — servers are provisioned, Docker environments are staged, and monitoring pipelines are configured — so we can deploy node infrastructure on day one of go-live. This positions our delegators for maximum early-bird rewards.

Whitelisted ParticipantPre-deployment planningInfra readinessEarly network participation

Value Add

How PVARA is different

PVARA has secured exclusive whitelist access and provisioned custom bare-metal servers well ahead of time. This allows us to guarantee zero-day deployments and maximum reward multipliers upon mainnet launch.

Deployment Progress

Infrastructure Phases

Overall40%

Whitelist Secured

Complete

Pvara has been accepted into the Quranium whitelist program.

100% complete

Server Provisioning

Complete

Dedicated bare-metal servers provisioned and hardened.

100% complete

Environment Staging

In Progress

Docker Compose files and systemd services are configured and tested in staging.

70% complete

Network Go-Live

Pending

Awaiting official Quranium testnet/mainnet launch date.

Node Deployment

Pending

Full node deployment within hours of network launch.

Prerequisites

Server Requirements

CPU

8 Core (AMD EPYC / Intel Xeon)

RAM

16 GB DDR4

Storage

500 GB NVMe SSD

OS

Ubuntu 22.04 LTS

Network

1 Gbps symmetric

01

Node Setup

Follow these steps in order to deploy your node.

1

Update system packages

sudo apt update && sudo apt upgrade -y
2

Install Docker & Docker Compose

sudo apt install -y docker.io docker-compose-plugin
sudo systemctl enable --now docker
sudo usermod -aG docker $USER
3

Clone Quranium node repository

git clone https://github.com/quranium/node.git ~/quranium-node
cd ~/quranium-node
Repository will be public upon network launch.
4

Configure environment

cp .env.example .env
# Edit .env and fill in your node wallet key and peer settings
nano .env
5

Start the node

docker compose up -d
6

Verify container status

docker compose ps
docker compose logs -f node
02

Monitoring & Health Checks

Keep your node healthy with these commands.

Check sync status

curl -s http://localhost:26657/status | jq .result.sync_info

View live logs

docker compose logs -f node --tail=100

Check disk usage

du -sh ~/.quranium/data/
03

Troubleshooting

Common issues and how to resolve them.

!

Container keeps restarting

docker compose logs node --tail=50
# Check for config errors in .env
!

Reset chain data

docker compose down
rm -rf ~/.quranium/data
docker compose up -d
Only use this if instructed by the Quranium team.

Resources

Back to all nodes

Operated by Pvara

Projects We Are Interested In

Get Validator Opportunity →

AI

Decentralized intelligence & scalable compute networks.

RWA

Tokenizing real-world assets on-chain for global liquidity.

Quantum

Post-quantum infrastructure ensuring resilient security.