Miners, the Q-BTC mainnet has successfully and safely crossed block height 20,000+. The network architecture has proven to be incredibly stable, but we are still in the absolute early genesis dividend period. We are looking for more decentralized solo miners to join the network and secure the post-quantum frontier.
We saw other "post-quantum" projects struggling with broken wallets, 0-conf vulnerabilities, and crashing explorers. Q-BTC is different. It is a fundamental architectural redesign built from the ground up in pure Rust.
1. Why Q-BTC? (The Hardcore Specs)- Native ML-DSA-65 Consensus: We completely ripped out ECDSA. The consensus layer inherently enforces lattice-based cryptography.
- 100% ASIC & GPU Resistant: The massive mathematical overhead of ML-DSA matrix multiplications at the consensus layer renders legacy ASICs and GPUs completely useless. This is a bare-metal CPU paradise.
- Transparent Fair Launch: Zero VC funding, zero dev tax. As documented in our whitepaper, only the initial 200 blocks were bootstrapped strictly for live ASERT difficulty calibration. The network is now completely open to the public.
- 128-bit ASERT Engine: Continuous difficulty adjustment that protects small solo miners from hash-and-run whale attacks.
Deep Dive / Architecture FAQ: For the hardcore cryptographic rationale (Storage Engine, PQ-SegWit, and ML-DSA-65 vs SPHINCS+), please refer to our Main Thread: [ANN] Q-BTC Architecture & Mainnet
2. How to Mine (CPU Only)We have eliminated all setup friction. You can start solo mining on your CPU in minutes with zero configuration.
For Windows Users (1-Click Method):1. Go to our Releases Page and download qbtc-core-windows.zip.
2. Unzip the folder and double-click Start_Mining.bat.
3. The wizard will automatically guide you to generate a wallet and start the auto-miner.
For Linux / macOS / Source Compilers:Step A: Clone and run the node
git clone https://github.com/Q-Jack-core/quantum-btc.git
cd quantum-btc
cargo build --release
cargo run --release
Step B: Once the node starts and syncs, generate a wallet in the console (replace 'mywallet' with your desired name):
Step C: Start automated mining:
3. The Mining Infrastructure (GUI & Stratum Pool)The network is thriving on decentralized CPU mining. To lower the barrier to entry and support the growing hashrate, we have officially released our graphical desktop client and pool infrastructure.
Official Links:Blockchain Explorer: https://explorer.qbtc-core.orgTelegram Community: https://t.me/qbtc_genesisFire up your EPYC, Ryzen, or even old laptop CPUs. Secure the post-quantum network.
Code is law.
-J.
Q-BTC Core