QDAY v1.0.0 MAJOR PROTOCOL UPGRADE AT BLOCK 9,100QDAY v1.0.0 is live. This is a mandatory mainnet upgrade.
We learned something useful from the empty-block zoo. ASICs could hash QDAY work, but the old integration did not provide the compact coinbase and extranonce layout expected by standard SiaMining firmware. It was far too easy to build valid blocks containing absolutely nothing while real transactions and fees sat in the mempool.
At block 9,100, that ends.
The QDAY node now builds the complete block:
- miner payout;
- real mempool transactions;
- transaction fees;
- block commitment;
- compact 33-byte mining-work marker.
Pools and bridges expose the standard SiaMining extranonce layout:
- 4-byte pool extranonce;
- 4-byte miner extranonce;
- normal 80-byte BLAKE2b-256 work header.
The GPU or ASIC only performs the work it understands. The QDAY node keeps control of the actual block, includes the mempool and submits the complete result.
Standard SiaMining-compatible GPU and ASIC software can now mine QDAY through the public pool or qday-stratum without pretending an empty block is an achievement.
THIS IS A CONSENSUS CHANGEEvery node, wallet, seed, explorer, pool and payment service must run v1.0.0 before block 9,100. Older nodes will stop following mainnet when the new rules activate.
There is no chain reset.
Genesis, seed phrases, private keys, addresses, balances, transaction history and pending transaction IDs remain unchanged.
v1.0.0 also enables native atomic swaps: SHA-256 hashlocks, absolute block-height refunds and both QDAY signatures on either spending path. It is a real settlement primitive for DEX integrations. It does not turn QDAY into a wrapped token wearing a skull.PUBLIC POOLThe pool opens automatically when mining block 9,100 begins.
Stratum:
stratum+tcp://pool.pqday.com:3333
Username:
YOUR_QDAY_ADDRESS.worker
Password:
x
GPU example:
qday-gominer -url stratum+tcp://pool.pqday.com:3333 -user YOUR_QDAY_ADDRESS.rig1
The updated qday-gominer accepts QDAY v1 jobs only. Before block 9,100 the pool issues no work.
LINKSQDAY v1.0.0:
https://github.com/petoshi/qday/releases/tag/v1.0.0Website:
https://pqday.comPublic pool:
https://pool.pqday.comQDAY gominer:
https://github.com/petoshi/qday-gominer/releases/tag/v1.0.0Solo SiaMining bridge:
https://github.com/petoshi/qday-stratumSource:
https://github.com/petoshi/qdayIntegration documentation:
https://github.com/petoshi/qday/blob/main/docs/integrations.mdUpgrade now.
The chain activates at block 9,100. It does not care about your calendar.