Bitcoin Core, hardened for the quantum era.
Bitcoin Quantum keeps Bitcoin's UTXO model, scripting system, halving schedule and SHA-256 proof-of-work intact — and replaces the signature algorithm with NIST-standardized post-quantum primitives.
Protocol parameters at a glance.
Cryptography that outlasts the quantum threat.
Every address is generated and spent with NIST-standardized post-quantum primitives — verifiable today, secure against the computers of tomorrow.
- CRYSTALS-Dilithium (ML-DSA, NIST FIPS 204) signatures replace ECDSA
- Native
dilithium-bech32anddilithium-legacyaddress formats - Cryptographic agility — ready to adopt new NIST PQC standards
Ports and address prefixes.
The same three-network split Bitcoin operators expect — Mainnet for production, Testnet for the public test network, Regtest for local development.
| Network | RPC port | P2P port | Address prefix |
|---|---|---|---|
| Mainnet | 8334 | 9333 | b, D, dbtc |
| Testnet | 18334 | 19333 | n, tdbt |
| Regtest | 18443 | 19444 | n, rdbt |
Read the source.
BTQ-Core
The full-node implementation, forked from Bitcoin Core and extended for post-quantum signatures.
View on GitHub →SpecificationWhitepaper integration design
How CRYSTALS-Dilithium is wired through the UTXO model, scripting system, and consensus rules.
Read the doc →StandardNIST FIPS 204
The standardized Module-Lattice-Based Digital Signature Algorithm — the cryptography behind every BTQ spend.
NIST publication →Operator guideMining guide
Step-by-step setup for running a node and connecting to the testnet pool, including the full CLI reference.
Read the guide →