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.
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
Whitelist Secured
CompletePvara has been accepted into the Quranium whitelist program.
100% complete
Server Provisioning
CompleteDedicated bare-metal servers provisioned and hardened.
100% complete
Environment Staging
In ProgressDocker Compose files and systemd services are configured and tested in staging.
70% complete
Network Go-Live
PendingAwaiting official Quranium testnet/mainnet launch date.
Node Deployment
PendingFull 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
Node Setup
Follow these steps in order to deploy your node.
Update system packages
sudo apt update && sudo apt upgrade -y
Install Docker & Docker Compose
sudo apt install -y docker.io docker-compose-plugin sudo systemctl enable --now docker sudo usermod -aG docker $USER
Clone Quranium node repository
git clone https://github.com/quranium/node.git ~/quranium-node cd ~/quranium-node
Configure environment
cp .env.example .env # Edit .env and fill in your node wallet key and peer settings nano .env
Start the node
docker compose up -d
Verify container status
docker compose ps docker compose logs -f node
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/
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
Resources
Official Links
Operated by Pvara
