Quantara • Devnet-0
Devnet-0 is liveView global status

QUANTARA • QUANTUM-RESISTANT L1

Devnet-0 launch checklist

A practical checklist to get your Quantara Devnet-0 validator or builder node ready for launch.

Docs • Devnet-0

Devnet-0 launch checklist

A practical, copy-paste friendly checklist to get your Quantara Devnet-0 validator or builder node ready for launch.

This checklist turns the Devnet-0 validator runbook into a concrete sequence of steps. Follow it top to bottom when you're preparing nodes for Devnet-0 launches, restarts, or major upgrades.

You don't need a giant cluster to participate. What we care about most is discipline and repeatability: pinned binaries, documented configs, and a clear plan for what to do when something goes wrong.

Treat this page as a living document. If anything here ever conflicts with the Status or Devnet pages, those are the source of truth.

Devnet-0Launch checklistQTR • 12 decimals • SS58=73

Devnet-0 snapshot

NetworkDevnet-0
Token / Decimals / SS58QTR / 12 / 73
HTTP RPChttps://rpc.devnet-0.quantarablockchain.com/http
WS RPCwss://rpc.devnet-0.quantara.xyz
Explorerhttps://explorer.devnet-0.quantara.xyz

Last updated: 2025-11-23 22:00 UTC. Always confirm live endpoints on the Status page before wiring monitoring or alerting.

Step 1

Preflight: environment & access

Make sure your environment, access, and expectations are aligned before you touch any servers.

1.1 — Operator readiness

  • □ Read the Devnet-0 overview and validator runbook
  • □ Confirm you can allocate time for upgrades/incidents
  • □ Decide who owns this validator (team / individual)
  • □ Set up a support / alert email or channel

1.2 — Hardware & hosting

  • □ Choose a cloud provider or bare-metal host
  • □ Reserve a machine with 4–8 cores, 16–32 GB RAM
  • □ Ensure NVMe SSD (1 TB+ preferred)
  • □ Confirm bandwidth and latency are acceptable

1.3 — Access & security

  • □ Enable SSH key auth; disable password logins
  • □ Create a dedicated non-root user for the node
  • □ Restrict SSH to your IPs or VPN where possible
  • □ Document where keys and credentials live

Step 2

Install the Quantara node

Install the Quantara node binary with pinned versions so you can reproduce the same setup later.

2.1 — System prep

  • □ Update OS packages and security patches
  • □ Install core tools (tmux, curl, jq, htop, etc.)
  • □ Set timezone to UTC for logs and monitoring
  • □ Configure basic firewall (allow p2p/RPC as needed)

2.2 — Quantara node binary

  • □ Download the Devnet-0 node binary or Docker image
  • □ Verify checksum / signature from release notes
  • □ Store the binary in a dedicated directory
  • □ Record exact version + git hash in your docs

The release artifacts and spec signing & verification docs will list canonical binaries, hashes, and verification steps.

Step 3

Generate validator keys & accounts

Separate hot vs. cold keys, and make sure you can always prove ownership without exposing secrets.

3.1 — Controller & stash

  • □ Generate a controller account for day-to-day actions
  • □ Generate a stash account for bonded funds (even on devnet)
  • □ Store mnemonics offline in an encrypted password manager
  • □ Verify SS58 prefix = 73

3.2 — Session keys

  • □ Use the node or tooling to generate session keys
  • □ Record keys in a secure internal document
  • □ Test sign/verify for at least one key pair
  • □ Confirm keys are wired to the correct node

3.3 — Access to QTR (devnet)

  • □ Request test QTR via faucet or coordinator
  • □ Confirm balances via wallet + explorer
  • □ Record the minimum bond / stake requirements
  • □ Keep extra QTR for transaction fees and testing

Step 4

Join Devnet-0 and sync

Start your node, connect to peers, and make sure you track the same chain as the official Devnet-0 endpoints.

4.1 — First start

  • □ Start the node in non-validator mode first
  • □ Confirm logs show healthy networking and sync
  • □ Compare block height with reference RPC / explorer
  • □ Configure as a systemd service for auto-restarts

4.2 — Promote to validator

  • □ Submit extrinsics to set session keys
  • □ Bond funds and signal intent to validate
  • □ Wait for inclusion in the active validator set
  • □ Confirm authoring & finality on explorer / logs

Step 5

Wire monitoring, logging, and alerts

Treat observability as part of the launch, not a future todo. Even on Devnet-0, we want you to practice mainnet habits.

5.1 — Metrics & dashboards

  • □ Expose Prometheus metrics from the node
  • □ Add core panels (height, peers, CPU, RAM, disk)
  • □ Visualize block production and finality lag
  • □ Save a snapshot URL of your main dashboards

5.2 — Logs

  • □ Configure log rotation for node logs
  • □ Ship logs to a central sink (optional but ideal)
  • □ Tag logs with node/cluster identifiers
  • □ Verify you can search incidents by time range

5.3 — Alerts

  • □ Set alerts for node down / no blocks / low peers
  • □ Set alerts for disk nearing capacity
  • □ Route alerts to a channel you actually monitor
  • □ Test at least one alert end-to-end

Step 6

Run at least one failure drill

Don’t wait for a real incident to learn how to rebuild or rotate keys. Practice once while devnet stakes are low.

6.1 — Rebuild-from-scratch drill

  • □ Pretend you lost the node completely
  • □ Provision a fresh machine from your notes
  • □ Restore configs, keys, and monitoring
  • □ Measure how long full recovery takes

6.2 — Key rotation drill

  • □ Rotate session keys using documented steps
  • □ Verify new keys are active and old are retired
  • □ Update internal docs with new fingerprints
  • □ Confirm no alerts are firing post-rotation

Next steps

You’re ready for Devnet-0

Once you can check every box on this page, you’re in a strong position to run validators on Devnet-0 and beyond.

Next, stay close to the Status and Validators pages for announcements about validator slots, incident drills, and public testnet plans.

Connect this checklist with the Security checklist, Key management & backups, Backup & restore guide, and Incident response runbook to build a full internal SOP for your team.

If you maintain detailed internal docs based on this checklist, you'll be ahead of most operators by the time Quantara mainnet lands. You can always return to the docs hub for a full list of runbooks, guides, and templates.