Bitcoin Forum
August 10, 2026, 11:21:46 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Q-BitX (QBX) – Quantum PoW Blockchain | Windows x64 binary  (Read 559 times)
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
February 25, 2026, 07:05:18 AM
Last edit: June 15, 2026, 01:13:41 AM by h1j2k27
 #1

Q-BitX (QBX)

Quantum Proof-of-Work Blockchain

Q-BitX is a SHA256d Proof-of-Work blockchain integrating post-quantum digital signatures at the protocol level while preserving the structure and economic model of classical Bitcoin-style networks.

The network is fully functional, open-source, and publicly mineable.



Network Parameters
 • Consensus: Proof-of-Work (SHA256d)
 • Block time: 2.5 minutes
 • Total supply: 21,000,000 QBX
 • Halving interval: 840,000 blocks
 • No ICO
 • Open mining from genesis



Quantum Signatures

Q-BitX integrates lattice-based digital signatures designed to be resistant to large-scale quantum attacks.

While SHA256d remains secure for Proof-of-Work, traditional elliptic curve signatures may be vulnerable in a future quantum computing scenario.
Q-BitX addresses this at the signature layer without altering PoW economics.

Resources

GitHub: https://github.com/q-bitx/Source-/releases/latest
Website: https://qbitx.org/
Explorer: https://explorer.qbitx.org/
Chat: https://t.me/qbxchat
paulmbcufc
Jr. Member
*
Offline

Activity: 89
Merit: 1


View Profile
February 26, 2026, 09:34:02 AM
 #2

I created a wallet with the windows GUI yesterday. I generated an address. Today I loaded that wallet in GUI. The address is no longer there. I'm super reluctant to start mining if I don't know that coins will hit my wallet
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
February 26, 2026, 10:30:28 AM
 #3

I created a wallet with the windows GUI yesterday. I generated an address. Today I loaded that wallet in GUI. The address is no longer there. I'm super reluctant to start mining if I don't know that coins will hit my wallet

Hi, thanks for reporting this.

Addresses don’t disappear unless a different wallet file or data directory is being loaded.

Please make sure:
- You are starting the GUI from the same data directory as before.
- The same wallet file is being loaded.
- A new wallet wasn’t created automatically.

If multiple wallets exist, you can check with:

listwallets

and load the correct one using:

loadwallet <wallet_name>

Coins sent to an address remain spendable as long as the original wallet.dat containing the private key is intact.

Please let us know your Windows version and whether you changed the installation path.
therawlex@gmail.com
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
February 27, 2026, 12:49:27 AM
 #4

Guys, massive props to the team for dropping this awesome new blockchain! Grin

I'm seriously blown away and see it as the future fix for the quantum computing storm coming our way and the shakiness of current encryptions. Quantum threats are knocking, and projects like this are what'll save crypto.

Got so hyped I fired up my own mining pool! Site's WIP, but addresses are live:

qbitx.roxl.net — pool project address (under construction)

LPROP: qbitx.roxl.net:3333
SOLO: qbitx.roxl.net:3334

 Cool Cool

Let's mine this thing! Who's in? Roll Eyes Roll Eyes
Ro1999
Newbie
*
Offline

Activity: 7
Merit: 0


View Profile
March 01, 2026, 07:25:13 AM
 #5

Q-BitX (QBX)

Quantum Proof-of-Work Blockchain

Q-BitX is a SHA256d Proof-of-Work blockchain integrating post-quantum digital signatures at the protocol level while preserving the structure and economic model of classical Bitcoin-style networks.

The network is fully functional, open-source, and publicly mineable.



Network Parameters
 • Consensus: Proof-of-Work (SHA256d)
 • Block time: 2.5 minutes
 • Total supply: 21,000,000 QBX
 • Halving interval: 840,000 blocks
 • No ICO
 • Open mining from genesis



Quantum Signatures

Q-BitX integrates lattice-based digital signatures designed to be resistant to large-scale quantum attacks.

While SHA256d remains secure for Proof-of-Work, traditional elliptic curve signatures may be vulnerable in a future quantum computing scenario.
Q-BitX addresses this at the signature layer without altering PoW economics.

Resources

GitHub: https://github.com/q-bitx/Source-/releases/tag/v0.2.0
Website: https://qbitx.org/
Explorer: https://explorer.qbitx.org/
Chat: https://t.me/qbxchat

Has any kind of security testing been done on the QBK network?
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
March 02, 2026, 06:25:11 AM
 #6

Has any kind of security testing been done on the QBK network?

Yes, internal testing has been conducted, including functional validation of consensus rules, signature verification, block validation, and network stability under various scenarios.

The project is open-source, and we welcome external review and independent testing.

Security and stability are ongoing priorities.
therawlex@gmail.com
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
March 03, 2026, 07:45:37 PM
 #7

Hi everyone, quick question - does the block explorer provide a public API?
If yes, could you share the documentation or an example of how to use it?
Thanks in advance!
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
March 04, 2026, 10:04:37 AM
 #8

Hi everyone, quick question - does the block explorer provide a public API?
If yes, could you share the documentation or an example of how to use it?
Thanks in advance!

Yes, the explorer provides a public API.

Network endpoint:
https://explorer.qbitx.org/api/network

Example:
curl https://explorer.qbitx.org/api/network

RPC proxy endpoint:
POST https://explorer.qbitx.org/api/rpc

Supported RPC methods include:
getblockchaininfo
getnetworkinfo
getmempoolinfo
getblockcount
getbestblockhash
getblockhash
getblock
getrawtransaction
gettxout
scantxoutset

The API returns standard JSON responses and can be extended if additional endpoints are needed.
venturi
Newbie
*
Offline

Activity: 1
Merit: 0


View Profile
March 10, 2026, 10:40:43 AM
 #9

I created a wallet with the windows GUI yesterday. I generated an address. Today I loaded that wallet in GUI. The address is no longer there. I'm super reluctant to start mining if I don't know that coins will hit my wallet

Same issue! I've tested this on windows-cli, windows-gui, ubuntu-cli (running node) and have built both v0.1.0 & v0.2.0 for all architectures. Same result.

I want to add qbitx to the public pool but cannot with these issues.
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
March 10, 2026, 06:34:00 PM
 #10

I created a wallet with the windows GUI yesterday. I generated an address. Today I loaded that wallet in GUI. The address is no longer there. I'm super reluctant to start mining if I don't know that coins will hit my wallet

Same issue! I've tested this on windows-cli, windows-gui, ubuntu-cli (running node) and have built both v0.1.0 & v0.2.0 for all architectures. Same result.

I want to add qbitx to the public pool but cannot with these issues.

Hi and thx for report

This usually happens if the wallet is not loaded after restart.

Please try loading it manually:

loadwallet <wallet_name>

You can also check which wallets are currently loaded with:

listwallets

If the wallet file exists in the data directory, it will appear again in the GUI/CLI and the previously generated addresses will still be there. Coins sent to those addresses remain spendable as long as the wallet file containing the private keys exists.

If you continue to experience issues, please feel free to reach out in the project Telegram chat. The link is provided at the top of the announcement thread and the community will be happy to help.
https://t.me/qbxchat
Ertugrulalpbacam
Newbie
*
Offline

Activity: 22
Merit: 0


View Profile
March 11, 2026, 05:38:03 AM
 #11

Just made yt review video on the project: https://youtu.be/BPPyb__dAOQ
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
March 30, 2026, 05:42:03 AM
 #12

Hi everyone!

Q-BitX ecosystem update

1. Pools

The Pools tab is now live with real-time statistics.

Data is fetched directly — no delays, no caching.

https://pools.qbitx.org



2. Infrastructure (RPC + Explorer API)

Core infrastructure is now deployed:

• Public stateless RPC
• Explorer API
• Integration endpoints for wallets and services

https://rpc.qbitx.org

This significantly improves:
• balance loading
• transaction history
• overall wallet performance

Everything is ready for integration.



3. Live ecosystem

Q-BitX is already running as a multi-component ecosystem:

• Android Wallet (light client, PQ signatures)
https://github.com/L2b2n/Q-BitX-Android-Wallet

• Windows GUI Wallet
https://github.com/L2b2n/Q-BITX-win-wallet-gui

• Stateless RPC Proxy
https://github.com/L2b2n/Q-BitX-RPC-Proxy



4. Architecture

RPC is fully stateless:

• no private keys on the node
• no wallet operations
• client-side signing
• raw transaction flow supported



5. Direction

We are building around:

• mobile + desktop wallets
• public infrastructure
• post-quantum cryptography (Dilithium)
• upcoming integrations (DEX, swaps, tooling)



6. Philosophy

No ICO
No external funding
No paid marketing

Only development and community.



Q-BitX is still early — but already fully functional in production:

• working node
• active wallets
• public RPC layer
• growing hashrate and active mining



If you’re building, testing, or exploring — you’re welcome.

We’re open to collaboration.
Tongpu
Member
**
Offline

Activity: 154
Merit: 10


View Profile
March 30, 2026, 12:14:53 PM
 #13

PQ Bitcoin? Nah. This is just Bitcoin Core with Dilithium shoved into legacy scripts.

KB-scale signatures, no witness separation, same UTXO/mempool model.. you just made validation slower, blocks fatter, propagation worse and DoS easier.

This is not post-quantum engineering. This is consensus cosplay with bigger crypto toys.
paulmbcufc
Jr. Member
*
Offline

Activity: 89
Merit: 1


View Profile
March 30, 2026, 01:09:05 PM
 #14

Your faucet is empty. Is it done for good?
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
March 30, 2026, 02:08:02 PM
 #15

PQ Bitcoin? Nah. This is just Bitcoin Core with Dilithium shoved into legacy scripts.

KB-scale signatures, no witness separation, same UTXO/mempool model.. you just made validation slower, blocks fatter, propagation worse and DoS easier.

This is not post-quantum engineering. This is consensus cosplay with bigger crypto toys.


Your faucet is empty. Is it done for good?

Appreciate the feedback, but a few clarifications.

Yes - larger signatures introduce overhead. That’s a known property of current PQ schemes like Dilithium, not a design mistake.

The goal of Q-BitX is not to present a fully optimized end-state, but to move PQ verification into consensus and observe real-world behavior - including validation cost, propagation and DoS boundaries.

So this is not “cosplay”, it’s an implementation step.

Bitcoin itself went through multiple iterations before reaching its current form, and PQ integration will likely follow a similar path.

Current focus:
 PQ signature validation in consensus
 observing network performance with larger transactions
 building supporting infrastructure


Future optimizations (including separation, aggregation or alternative handling) are part of the roadmap, but require empirical data first.



Regarding the faucet  It’s working now 👍
therawlex@gmail.com
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
March 31, 2026, 11:25:50 PM
 #16

PQ Bitcoin? Nah. This is just Bitcoin Core with Dilithium shoved into legacy scripts.

KB-scale signatures, no witness separation, same UTXO/mempool model.. you just made validation slower, blocks fatter, propagation worse and DoS easier.

This is not post-quantum engineering. This is consensus cosplay with bigger crypto toys.

Ah yes, the classic “I saw KB-sized signatures and now I understand everything” take 🙂

You’re attacking a strawman. No one serious thinks you can just drop CRYSTALS-Dilithium into Bitcoin legacy scripts and call it a day.

But your conclusion isn’t any better - you’re acting like that automatically “breaks the system”.

First, signature size is a parameter, not a death sentence.
SegWit, block weight, fee pressure - Bitcoin has already adapted to similar constraints. It’s just easier to ignore that than think through how it evolves again.

Second, the “DoS gets easier” line is lazy.
If you price verification cost correctly, attacks get more expensive, not cheaper. But that requires an actual model, not just “validation slower = bad”.

And the real contradiction:

You implicitly accept that ECDSA won’t survive a quantum scenario, but then dismiss any non-perfect PQ step as “cosplay”.

That’s not a serious position.

This isn’t cosplay - it’s exactly how real systems evolve:
through messy, imperfect upgrades, not clean whitepaper fantasies.

If you have an alternative design that:

doesn’t blow up consensus
doesn’t require a multi-year migration fantasy
and can actually be deployed

let’s hear it.

Otherwise this is just another “everything is broken” post with no path forward 🙂
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
May 17, 2026, 07:22:07 PM
 #17

Q-BitX Core 0.3.0 — hardfork update

In 0.3.0 we implemented a major network upgrade, made Q-BitX more resilient as a PoW network, and brought the transaction layer to proper operation with Dilithium signatures.

Q-BitX uses post-quantum signatures. They are larger and heavier than classical ECDSA signatures, so the network cannot live forever on the old legacy model without separate logic for weight, sigops, and witness data accounting.

1. The main change in 0.3.0 — addition of PQ Witness.

Before witness activation, the Dilithium signature is located in the legacy part of the transaction. For post-quantum cryptography this is a heavy format: signatures are large, transactions grow quickly, and the number of transactions per block remains limited.
PQ Witness moves heavy Dilithium data into the witness part of the transaction and enables a separate weight accounting model for PQ witness.
After activation, the coefficient is used:
K=16

Practical effect:
right now, approximately 50 heavy PQ transactions fit into a block roughly every 2.5 minutes.
After PQ Witness activation at height 230,000, the expected capacity increases to roughly 600–700 PQ transactions per block.
That means in 10 minutes this is roughly 2500–3000 transactions instead of about 200.

At the same time, PQ Witness does not disable legacy.
Legacy PQ addresses remain valid.
Old coins remain spendable.
Old exchange deposit addresses continue to work.
There is no swap.
There is no forced migration.
There is no coin freeze.

PQ Witness activation: block 230,000.

2. PQ Sigops

Previously, the legacy logic did not provide a full model for separately accounting PQ load. In 0.3.0, separate PQ sigops accounting was added so the network understands how many actually heavy post-quantum operations are present in transactions and blocks.

What changes:

 Dilithium signature checks are counted separately;
 the mempool starts accounting PQ load more correctly;
 block validation gets a more honest cost model for PQ operations;
 the risk of spam with heavy PQ scripts is reduced;
 when crossing the activation height, the mempool is cleared of old assumptions about sigops/weight.

This is an important part of the hardfork, because witness without proper sigops accounting would be an incomplete solution. It is necessary not only to move signatures into witness, but also to correctly account for the cost of verifying them.

PQ Sigops activation: block 230,000.

PQ Sigops activates together with PQ Witness so that the transaction layer, weight accounting, and signature-operation accounting move to the new model at the same time.

3. LWMA Difficulty Adjustment


The old EDA difficulty mechanism reacts more slowly.
LWMA was added so difficulty can react faster to real changes in hashrate.

What LWMA provides:
 faster reaction to hashrate growth or decline;
 lower risk of long block stalls;
 more stable block time;
 more predictable network operation for miners;
 better resilience to sudden hashrate entries/exits.

Parameters:

LWMA activation: block 200,001
LWMA window: 18 blocks

4. wQBX on Base and bridge

As part of the ecosystem update, we also added wQBX on Base.

wQBX is the wrapped version of QBX on the Base EVM network. It is needed so that QBX can be used outside the main Q-BitX network: in EVM infrastructure, DeFi, liquidity pools, wallets, and other services that work with ERC-20 tokens.

Contract address on Base:

0x9beEe07a920ac571b33a1cc8B2A4395b724dA110

A technical bridge interface for wrapping and unwrapping between native QBX and wQBX is available on the official project website.
https://exchange.qbitx.org

We ask all miners and QBX holders to update their binaries
https://github.com/q-bitx/Source-/releases/tag/v0.3.0

Other improvements:
Pool ranking and total hashrate https://pools.qbitx.org
therawlex@gmail.com
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
May 21, 2026, 12:41:26 AM
 #18

Congrats on shipping 0.3.0!

The witness implementation is a smart move. Finally getting some real capacity in the network while keeping the post-quantum security. The fact that it's backward compatible and doesn't break existing addresses is exactly how upgrades should be done.

Looking forward to seeing how it performs!
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
June 30, 2026, 03:41:32 AM
 #19

Q-BitX Core v0.3.2 Update Released

We have released Q-BitX Core v0.3.2. This is an important maintenance and network safety update focused on closing technical issues identified during internal review, reducing inherited risks from the original fork codebase, and preparing Q-BitX for the next development stages, including future exchange listings and the planned transition to LWMA difficulty adjustment.

Important: this is not a coin swap, not a token migration, and users do not need to move their coins.

What has been done in v0.3.2:

1. Network safety and sync metadata updated — we refreshed the mainnet synchronization and security metadata for the active Q-BitX chain. This reduces the risk of relying on outdated inherited Bitcoin assumptions and helps nodes follow the correct chain state more safely. Old Bitcoin-specific metadata that was no longer correct for Q-BitX was removed or replaced with Q-BitX-specific values.

2. Audit-related consensus and activation fixes — several points from the initial technical review were addressed. The hardfork and activation parameters from the v0.3.0 release were reviewed and fine-tuned to better match the current Q-BitX roadmap. This includes alignment work around post-quantum signature and witness activation, block policy/limit handling, and preparation for safer future network upgrades. The block size/weight upgrade path was also clarified, including the planned activation of the 8 MB block target around block 220,000.

3. Preparation for LWMA difficulty adjustment — we continued the preparation work for moving Q-BitX toward LWMA difficulty adjustment. This is planned to improve block timing stability and make the network more resilient to hashrate volatility, especially during periods of changing miner participation.

4. Production infrastructure updated and verified — the main Q-BitX production nodes were updated and checked after the release. This includes the full/archive node, bridge/RPC node, pool/faucet/seeder/explorer node, mining pool services, faucet, explorer proxy, DNS seeder and bridge infrastructure. Production wallets and related services were also verified after the update.

5. Windows GUI wallet improved — the Windows GUI wallet received stability and packaging improvements. The installer and wallet startup behavior were improved as part of the ongoing desktop wallet beta work, making the wallet easier and more reliable for regular users to run.

The Q-BitX network is running normally after the v0.3.2 update. We kindly ask all miners, mining pools and node operators to update to the latest Q-BitX Core release as soon as possible.

Latest release:
https://github.com/q-bitx/Source-/releases/latest


Q-BitX remains focused on building a Bitcoin-like proof-of-work network with post-quantum signature support, no premine, SHA256d mining, 2.5 minute blocks and long-term quantum-resistance research.

Thank you to everyone supporting, mining, testing and running Q-BitX nodes.

Q-BitX Team
h1j2k27 (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
August 09, 2026, 11:16:28 PM
 #20

📢 IMPORTANT Q-BITX TECHNICAL UPDATE — BEFORE BLOCK 230,000

At block height 230,000, the Q-BitX network will activate the WITNESS mechanism.
After activation, new witness addresses and newly created UTXOs will be significantly lighter in terms of transaction size.4
At the same time, wallets containing large numbers of old UTXOs may produce extremely large transactions.
⚠️ For this reason, we strongly recommend that ALL users consolidate their UTXOs before block 230,000.
This is especially important for miners and mining pools.


🔹 WHAT IS A UTXO?
Imagine your wallet contains:
10,000 QBX
But instead of receiving those coins in one transaction, you received:
500 separate payments × 20 QBX
Your wallet still displays:
10,000 QBX
However, technically your balance consists of:
500 separate UTXOs

If you later try to send the entire balance, your transaction may need to include hundreds of inputs.
The more inputs → the larger and heavier the transaction.

🎯 OUR GOAL
Reduce something like:
500 UTXOs
⬇️
1–10 UTXOs

🔹 HOW TO CONSOLIDATE YOUR UTXOs
The easiest method:
1️⃣ Create a new Q-BitX address in your wallet.
2️⃣ Send your entire available QBX balance to this new address.
3️⃣ Wait for the transaction to confirm.
4️⃣ If necessary, create another new address and send the entire balance again.
5️⃣ Repeat this 3–4 times only if needed.

Example:
BEFORE:
500 UTXOs
Total balance: 10,000 QBX

AFTER CONSOLIDATION:
500 transaction inputs
⬇️
1 or several large new UTXOs
⬇️
~10,000 QBX consolidated

✅ Ideally, before block 230,000, actively used wallets should contain approximately 1–10 UTXOs.
There is no reason to make unnecessary transfers.
If your first consolidation transaction already leaves you with only a few large UTXOs, the job is done.

⛏️ IMPORTANT FOR MINERS
Miners should pay particular attention to this.
Mining rewards and pool payouts naturally generate many small UTXOs over time.
A miner may therefore have hundreds or even thousands of UTXOs while the wallet simply displays them as one QBX balance.
Please consolidate accumulated mining outputs BEFORE block 230,000.

🔹 AFTER BLOCK 230,000
After witness activation, users should gradually move to the new witness addresses for future transactions.
These addresses will provide significantly more efficient transaction structures.

🚀 WHY ARE WE DOING THIS NOW?
Before Q-BitX moves toward listings on larger exchanges and begins a major marketing expansion, we need to complete this technical stage of network development.

We want to enter the next phase with:

✅ Updated infrastructure
✅ Consolidated wallets
✅ Witness activation
✅ Efficient transaction sizes
✅ Network readiness for higher exchange and user activity

Please DO NOT leave UTXO consolidation until the last moment.
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!