Bitcoin Forum
June 27, 2026, 01:21:50 PM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Quantum Bitcoin (Q-BTC) | MAINNET LIVE | Post-Quantum PoW (ML-DSA-65)  (Read 257 times)
qbtc-core (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
April 08, 2026, 09:36:14 AM
Last edit: May 22, 2026, 08:29:36 AM by qbtc-core
 #1

The physical qubit threshold required to break secp256k1 is dropping faster than anticipated.

However, mere algorithmic substitution is insufficient. In existing PoW networks, Shor's algorithm doesn't just threaten static addresses; it transforms the 10-minute mempool confirmation delay into a lethal attack surface for quantum front-running.

I have published the architectural blueprint for Quantum Bitcoin (QBTC).

Core Implementations:
  • Consensus Layer: Full deprecation of ECDSA. L1 integration of NIST-certified ML-DSA (Module-Lattice-Based Digital Signature).
  • Mempool Isolation: A base-layer Commit-Reveal scheme. Initiators broadcast a hashed intent (SHA256(PK || Tx_data || Salt)) first, revealing the ML-DSA signature only after block priority is secured.
  • State Paradigm: 4MB PQ-SegWit architecture with an evolutionary roadmap towards ZK-STARKs state compression for polylogarithmic stateless verification.
  • Genesis: A monolithic PoW architecture. Independent genesis block. Strict 21,000,000 supply cap. No cross-chain trust assumptions.
This is not a localized patch; it is an architectural reconstruction for the post-quantum epoch.

The whitepaper (PDF & Markdown with SHA-256 checksums) is officially open-sourced on GitHub:
https://github.com/Q-Jack-core/quantum-btc

"07/Apr/2026: The quantum age dawns. The 21,000,000 truth shines eternal."
qbtc-core (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
May 22, 2026, 08:23:39 AM
 #2

UPDATE: May 22, 2026 (Bitcoin Pizza Day) - MAINNET IS LIVE & WHITEPAPER V2.0

Sixteen years ago today, classical Bitcoin established its first physical value boundary. Today, we establish its post-quantum survival boundary.

The theoretical blueprint phase is over. The Q-BTC Post-Quantum Mainnet is officially LIVE.

Over the past month, the architecture has been materialized from the ground up into a pure Rust physical implementation. The North American seed nodes (Dallas & Utah) are fully synchronized, and the network is actively hashing via the 128-bit fixed-point ASERTi3-2d continuous difficulty engine.

Core Deliverables Today:
  • 100% Open Source Codebase Released: The complete Layer-1 consensus engine, featuring native ML-DSA-65 signatures, Actor-Driven UTXO rollbacks, and compact block routing, is now public.
  • Official Whitepaper V2.0 Published: Deeply refined mathematical models, introducing the L1 Asymmetric Time-Lock Recovery Game and the ZK-STARKs stateless verification evolutionary roadmap.
  • Genesis Bootstrapping Concluded: The initial 200-block physical bootstrapping phase is complete. This was executed strictly to calibrate the difficulty engine under live conditions and stress-test the RocksDB I/O against massive lattice signatures. The network has achieved operational equilibrium and is now completely open to global, decentralized PoW participation.
Official GitHub Repository (Source Code & Whitepaper V2.0):
https://github.com/Q-Jack-core/quantum-btc

There are no pre-compiled binaries for the masses yet, no VC allocations, no presales, and no complex tokenomics. Just pure, monolithic PoW consensus. True cypherpunks build for the protocol.

To participate: Clone the repository, compile from source (cargo build --release), and let your nodes sync.

"17/May/2026: The quantum age dawns. The 21,000,000 truth shines eternal."
BoozyTalking
Newbie
*
Offline

Activity: 368
Merit: 0


View Profile
May 23, 2026, 01:27:16 PM
 #3

Code:
INFO] System: Q-BTC mainnet genesis block generator initialized.
========================================================
INFO] Genesis: Initializing genesis block.
INFO] Genesis: Motto: "17/May/2026: The quantum age dawns. The 21,000,000 truth shines eternal."
INFO] Genesis: Identity: qbtc1tpv0e2s92eurft7z5v3l592l2m8a8cy0hdg967mcr3pk3pwh026qpkn68x
INFO] Genesis Motto: "17/May/2026: The quantum age dawns. The 21,000,000 truth shines eternal."
INFO] Timestamp: 1778976000
INFO] Target Difficulty: 1099511627775
INFO] Engine started. Calculating nonce...

INFO] Progress: 2 million hashes computed. Rate: 8.13 MH/s.
INFO] Progress: 4 million hashes computed. Rate: 8.23 MH/s.
INFO] Progress: 6 million hashes computed. Rate: 8.22 MH/s.

========================================================
INFO] Valid nonce discovered.
========================================================
INFO] Nonce: 6759977
INFO] Genesis Hash: 0x00000039ed259365a978de048e4c3d22a75e07573035e00ef4d0f1ea1b934402                                                                               │
INFO] Time elapsed: 0.82 seconds.
========================================================
INFO] Action required: Update src/block.rs with the discovered nonce.
jooosen
Newbie
*
Offline

Activity: 1
Merit: 0


View Profile
May 25, 2026, 08:54:36 AM
 #4

Where is website,How to mine this coin
qbtc-core (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
May 25, 2026, 10:56:31 AM
Last edit: June 01, 2026, 09:20:44 PM by Welsh
 #5

Code:
INFO] System: Q-BTC mainnet genesis block generator initialized.
========================================================
INFO] Genesis: Initializing genesis block.
INFO] Genesis: Motto: "17/May/2026: The quantum age dawns. The 21,000,000 truth shines eternal."
INFO] Genesis: Identity: qbtc1tpv0e2s92eurft7z5v3l592l2m8a8cy0hdg967mcr3pk3pwh026qpkn68x
INFO] Genesis Motto: "17/May/2026: The quantum age dawns. The 21,000,000 truth shines eternal."
INFO] Timestamp: 1778976000
INFO] Target Difficulty: 1099511627775
INFO] Engine started. Calculating nonce...

INFO] Progress: 2 million hashes computed. Rate: 8.13 MH/s.
INFO] Progress: 4 million hashes computed. Rate: 8.23 MH/s.
INFO] Progress: 6 million hashes computed. Rate: 8.22 MH/s.

========================================================
INFO] Valid nonce discovered.
========================================================
INFO] Nonce: 6759977
INFO] Genesis Hash: 0x00000039ed259365a978de048e4c3d22a75e07573035e00ef4d0f1ea1b934402                                                                               │
INFO] Time elapsed: 0.82 seconds.
========================================================
INFO] Action required: Update src/block.rs with the discovered nonce.

Welcome to the quantum age, BoozyTalking.
The genesis block was just the ignition. The network is alive and the target is adjusting. May your hashes be fast.

Where is website,How to mine this coin

Welcome! We are building this from the ground up, so it's just pure code right now—no fancy websites.
Mining currently requires running a full node and compiling the Rust code yourself. We'd love to have you onboard if you enjoy tinkering with new open-source protocols. Check the GitHub link in the main post to get started!
Geobees
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
May 31, 2026, 04:16:48 AM
 #6

Code:
verify_recovery_reveal
is a stub, recovery claims are unverified.
In
Code:
utxo.rs
, the function that's supposed to validate a delayed-recovery claim against the committed
Code:
recovery_hash
does absolutely nothing:

Code:
fn verify_recovery_reveal(&self, tx: &Transaction, input_idx: usize, _target_hash: &[u8; 32]) -> bool {
    // "For the current version, existence of a valid witness for the heir is checked."
    tx.witnesses.get(input_idx).is_some()
}

The
Code:
_target_hash
parameter is ignored entirely. Any attacker who knows a UTXO has a
Code:
RecoveryInfo
field, and waits out the
Code:
activation_height
, can steal those coins by supplying any valid witness at all. The recovery hash commitment provides zero protection. This is a fund theft vector and a disqualifying bug for any mainnet use.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!