Series A Opening Soon • Institutional InvestorsRequest access
Testnet Phase 1 - Now Live

Join the QuantumPrivate Testnet

Be among the first to experience quantum-resistant privacy. Run a node, earn test tokens, and help shape the future of secure computing.

Testnet Incentive Program

Active testnet participants have the opportunity to earn rewards based on their contributions to network stability and security testing. While specific reward structures are being finalized, early adopters who consistently run nodes and participate in network activities will be recognized.

Node Operation

Maintain uptime and process test transactions to contribute to network health

Bug Discovery

Report issues and help improve the protocol through active testing

Community Building

Support other operators and contribute to ecosystem growth

* Testnet tokens have no monetary value. Mainnet reward eligibility will be announced separately.

Download Node Binary

Linux Node Binary

System Requirements:

Ubuntu 20.04+ or compatible, 8GB RAM, 100GB SSD

Quick Installation

$ wget [download-url]
$ chmod +x quantum-node-linux-x64-v0.1.0
$ sudo mv quantum-node-linux-x64-v0.1.0 /usr/local/bin/quantum-node
$ quantum-node init --testnet
$ quantum-node start

Getting Started Guide

1

Download & Install

Choose your operating system above and download the appropriate binary for your architecture.

  • Verify system requirements
  • Download correct architecture
  • Make binary executable
2

Initialize Node

Run the initialization command to set up your node configuration and generate keys.

quantum-node init --testnet

This will create a .quantum directory in your home folder with all necessary configurations.

3

Configure Firewall

Open the required ports for P2P communication and RPC access.

  • Port 8545: JSON-RPC (optional)
  • Port 30303: P2P network
  • Port 30304: Discovery
4

Start Your Node

Launch your node and begin participating in the testnet network.

quantum-node start

Your node will automatically connect to testnet peers and begin syncing.

5

Get Test Tokens

Request test tokens from our faucet to start transacting on the network.

quantum-node account request-tokens

Faucet provides 100 test tokens every 24 hours per address.

6

Monitor Status

Check your node status and view network statistics.

quantum-node status

View sync progress, peer count, and transaction metrics.

Advanced Configuration

Performance Tuning

--cache-size 4096

Increase cache for better performance

--max-peers 50

Adjust peer connections

--log-level debug

Enable detailed logging

Useful Commands

quantum-node account list

View all local accounts

quantum-node peers list

Show connected peers

quantum-node export-logs

Export logs for debugging

Need Help?

Join our community for support, updates, and to connect with other testnet operators.