Bitcoin Forum
July 30, 2026, 08:14:49 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN][VOID] VoidCoin — Quantum-Resistant SHA256d PoW | No Premine | No Dev Fund  (Read 246 times)
Voidcoin (OP)
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
June 30, 2026, 08:06:46 AM
Last edit: June 30, 2026, 11:11:24 AM by Voidcoin
 #1

██████████████████████████████████████████
░░░  V O I D C O I N  [VOID]  ░░░
██████████████████████████████████████████

A live, proof-of-work blockchain built around native quantum-resistant ownership.




🔷 WHAT IS VOIDCOIN?

VoidCoin is a SHA256d proof-of-work cryptocurrency with native quantum-resistant address support. While most cryptocurrencies remain vulnerable to future quantum computing attacks against their underlying signature schemes, VoidCoin introduces P2QR (Pay-to-Quantum-Resistant) addresses natively at the protocol level — giving holders a path to quantum-safe custody without waiting for a hard fork.

Quote
"When quantum computers arrive, VoidCoin holders are safe. Are you?"



🔷 COIN SPECIFICATIONS

TickerVOID
AlgorithmSHA256d (Proof of Work)
Max Supply231,000,000 VOID
Block Reward50 VOID
Halving IntervalEvery 2,100,000 blocks
Block Time60 seconds
P2P Port7777
RPC Port7778
Launch DateJune 29, 2026
PremineNone
ICONone
Dev FundNone



🔷 ADDRESS TYPES

The VoidCoin Core wallet GUI exposes two receive address formats, both backed by the same quantum-resistant key material:

  • vqr1... — Native quantum-resistant P2QR address ⚛️
  • 3... — Wrapped P2SH address, for mining pool / legacy software compatibility

vqr1... addresses use a post-quantum signature scheme designed to remain secure even against an adversary with access to a cryptographically-relevant quantum computer — a property traditional ECDSA-based addresses (used by Bitcoin and most other chains) do not have.

Legacy P2PKH (V...) addresses remain supported at the protocol and RPC level for compatibility, but are intentionally not offered in the wallet's Receive tab. This is a deliberate design choice to steer users toward quantum-resistant addresses by default.



🔷 GENESIS BLOCK

Code:
Hash:   00000000238e081320ba119856513b2c9dfb82ee6a917f178cfbb7ac0e4adeaa
Time:   June 29, 2026
nNonce: 1,896,980,011
Merkle: 6a6a27112d0b4ba692f3f64452a4343b619fc99014a335104ac3eedbf6153bfb



🔷 NO DEV FUND — FULL TRANSPARENCY

VoidCoin Core was forked from Kvanta5-Core. During initial mainnet bootstrap, the following consensus-affecting change was made prior to any blocks being mined:

The inherited codebase reserved block 1 as a special "dev fund" block, requiring its coinbase transaction to contain exactly 21 hardcoded outputs totaling 21,000,000 VOID, with normal mining beginning only at block 2.

This allocation was completely removed before mainnet launch. As a result:

  • Block 1 is a normal proof-of-work block, mined like every other block.
  • The standard 50 VOID block subsidy applies starting from block 1, with the usual halving schedule.
  • There is no dev fund, no team allocation, and no pre-mined balance anywhere in VoidCoin's supply. All 231,000,000 VOID will be distributed exclusively through mining.

This change affects
Code:
src/validation.cpp
(block 1 coinbase validation and subsidy calculation) and
Code:
src/node/miner.cpp
(block template construction), and is reflected from the very first commit that produced VoidCoin's genesis block onward. Anyone auditing the chain from genesis will see block 1 as an ordinary 50 VOID coinbase with no special-cased outputs — fully verifiable on-chain and in the source history.



🔷 MINING

VoidCoin uses SHA256d — compatible with any standard SHA256d miner including CGMiner, BFGMiner, and CPUMiner-Multi.

Code:
stratum+tcp://<pool-address>:<port>
Username: your VOID address
Password: x
    Both legacy (
V.../3...) and quantum-resistant (vqr1...) addresses can be used as the mining username, depending on pool support.



🔷 BLOCK EXPLORER

https://explorer.void-coin.net/

A purpose-built explorer for VoidCoin, indexing directly from a live VoidCoin Core node:

  • Real-time block and transaction feed
  • Block detail pages with difficulty, nonce, merkle root, and reward
  • Per-transaction input/output breakdown
  • Address lookup with balance and history
  • Rich list
  • Miners leaderboard — blocks grouped by coinbase tag, showing which pool or solo miner found each block



🔷 DOWNLOADS

GitHub: https://github.com/VoidHash-Crypto/VoidCoin-Core

PlatformDownload
Windows Qt WalletVoidCoin-1.0.2-Windows-Qt-x86_64.zip
Windows CLIVoidCoin-1.0.2-Windows-x86_64.zip
Linux Qt WalletVoidCoin-1.0.2-Linux-Qt-x86_64.tar.gz
Linux CLIVoidCoin-1.0.2-Linux-x86_64.tar.gz

Latest release: https://github.com/VoidHash-Crypto/VoidCoin-Core/releases/latest



🔷 QUICK START (WINDOWS)

[list=1]
  • Download VoidCoin-1.0.2-Windows-Qt-x86_64.zip
  • Extract and run voidcoin-qt.exe
  • Create %APPDATA%\VoidCoin\voidcoin.conf with:
Code:
addnode=46.7.7.113:7777
    [list=1]
    • Restart wallet — it will sync automatically



    🔷 QUICK START (LINUX)

    Code:
    tar -xzf VoidCoin-1.0.2-Linux-x86_64.tar.gz
    cd VoidCoin-1.0.2-Linux
    ./voidcoind -daemon -addnode=46.7.7.113:7777
    ./voidcoin-cli getblockchaininfo



    🔷 BUILDING FROM SOURCE

    VoidCoin Core builds with the standard Bitcoin Core CMake toolchain:

    Code:
    cmake -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ZMQ=ON -DBUILD_GUI=OFF
    cmake --build build -j$(nproc)

    To build the Qt GUI wallet, set
    Code:
    -DBUILD_GUI=ON
    instead.



    🔷 ROADMAP

    Phase 1 — Foundation ✅ (Complete)
    • Genesis block mined, no dev fund, no premine
    • SHA256d PoW live mainnet
    • Qt wallet (Linux + Windows)
    • Native P2QR quantum-resistant addresses
    • Block explorer live at explorer.void-coin.net
    • Website launched at www.void-coin.net

    Phase 2 — Network Growth (In Progress)
    • Additional seed nodes
    • Mobile wallet
    • Exchange listings

    Phase 3 — Quantum Hardening
    • Quantum key migration tooling
    • Whitepaper on the P2QR scheme

    Phase 4 — Smart Features
    • Atomic swaps
    • Multi-sig P2QR wallets
    • Hardware wallet support



    🔷 COMMUNITY




    🔷 LICENSE

    VoidCoin Core is released under the terms of the MIT license.



    VoidCoin — Into the Void, Beyond the Quantum Threat.

    Voidcoin (OP)
    Newbie
    *
    Offline

    Activity: 4
    Merit: 0


    View Profile
    July 01, 2026, 07:34:14 PM
     #2

    ██████████████████████████████████████████
    ░░░  V O I D C O I N  [VOID]  ░░░
    ██████████████████████████████████████████

    A live, proof-of-work blockchain built around native quantum-resistant ownership.




    🔷 WHAT IS VOIDCOIN?

    VoidCoin is a SHA256d proof-of-work cryptocurrency with native quantum-resistant address support. While most cryptocurrencies remain vulnerable to future quantum computing attacks against their underlying signature schemes, VoidCoin introduces P2QR (Pay-to-Quantum-Resistant) addresses natively at the protocol level — giving holders a path to quantum-safe custody without waiting for a hard fork.

    Quote
    "When quantum computers arrive, VoidCoin holders are safe. Are you?"



    🔷 COIN SPECIFICATIONS

    TickerVOID
    AlgorithmSHA256d (Proof of Work)
    Max Supply231,000,000 VOID
    Block Reward50 VOID
    Halving IntervalEvery 2,100,000 blocks
    Block Time60 seconds
    P2P Port7777
    RPC Port7778
    Launch DateJune 29, 2026
    PremineNone
    ICONone
    Dev FundNone



    🔷 ADDRESS TYPES

    • vqr1... — Native quantum-resistant P2QR address (ML-DSA-87) ⚛️
    • 3... — Wrapped P2SH address, for mining pool / legacy software compatibility
    • V... — Legacy P2PKH address (protocol-level support, not offered in wallet UI by default)

    vqr1... addresses use ML-DSA-87 (CRYSTALS-Dilithium level 5), a NIST-standardised post-quantum signature scheme. Traditional ECDSA-based addresses used by Bitcoin and most other chains are vulnerable to quantum attack — VoidCoin addresses are not.



    🔷 GENESIS BLOCK

    Code:
    Hash:   00000000238e081320ba119856513b2c9dfb82ee6a917f178cfbb7ac0e4adeaa
    Time:   June 29, 2026
    nNonce: 1,896,980,011
    Merkle: 6a6a27112d0b4ba692f3f64452a4343b619fc99014a335104ac3eedbf6153bfb



    🔷 NO DEV FUND — FULL TRANSPARENCY

    VoidCoin Core was forked from Kvanta5-Core. The inherited codebase reserved block 1 as a special "dev fund" block. This allocation was completely removed before mainnet launch.

    Block 1 is a normal proof-of-work block. The standard 50 VOID block subsidy applies from block 1 with the usual halving schedule. There is no dev fund, no team allocation, and no pre-mined supply anywhere in VoidCoin's history. All 231,000,000 VOID will be distributed exclusively through mining.



    🔷 WHAT'S NEW — JULY 2026 UPDATE

    Since the initial launch announcement, the full VoidCoin infrastructure stack has shipped:

    ✅ Web Wallet
    A non-custodial web wallet is now live at https://wallet.void-coin.net. No app install required. Your seed phrase never leaves your browser. Supports BIP39 seed phrases, P2SH address derivation, balance lookup via ElectrumX, and full transaction history. Send and receive VOID from any browser on desktop or mobile.

    ✅ ElectrumX Server
    A dedicated VoidCoin ElectrumX server is now running on the mainnet infrastructure. This powers the web wallet and is available for third-party wallet integration at port 50001.

    ✅ Explorer Redesign — Event Horizon Theme
    The block explorer at https://explorer.void-coin.net has been completely redesigned with a gravitational lensing / black hole visualization, live block cards with per-card particle fields, a real-time halving countdown, and a full stat banner. Block data updates every 15 seconds.

    ✅ Void Pool — Umbrel App
    Run your own VoidCoin mining pool with a single click on Umbrel. Void Pool is a self-hosted mining pool that includes a full VoidCoin node, SHA256d stratum server, and web dashboard. Supports both 3... P2SH and vqr1... quantum-resistant addresses. Solo and PPLNS mining modes.

    Install via Community App Store:
    Code:
    https://github.com/VoidHash-Crypto/voidcoin-umbrel-store
    Source: https://github.com/VoidHash-Crypto/voidcoin-pool-umbrel

    ✅ Discord Stats Bot
    Live network stats (block height, hashrate, difficulty) update in the VoidCoin Discord server sidebar every 10 minutes automatically.



    🔷 MINING

    VoidCoin uses SHA256d — compatible with any standard SHA256d miner including CGMiner, BFGMiner, CPUMiner-Multi, and modern GPU miners.

    Active public pools:

    Stratum configuration:
    Code:
    URL: stratum+tcp://<pool-host>:<port>
    Username: YOUR_VOID_ADDRESS.WORKER_NAME
    Password: x

    Both 3... and vqr1... addresses are accepted as mining usernames on supported pools.

    Self-hosted pool (Umbrel):
    Code:
    URL: stratum+tcp://YOUR_UMBREL_IP:3333
    Username: YOUR_VOID_ADDRESS.WORKER_NAME  (append .solo for solo mining)
    Password: x


      🔷 DOWNLOADS

      GitHub: https://github.com/VoidHash-Crypto/VoidCoin-Core

      PlatformDownload
      Windows Qt WalletVoidCoin-1.0.2-Windows-Qt-x86_64.zip
      Windows CLIVoidCoin-1.0.2-Windows-x86_64.zip
      Linux Qt WalletVoidCoin-1.0.2-Linux-Qt-x86_64.tar.gz
      Linux CLIVoidCoin-1.0.2-Linux-x86_64.tar.gz

      Latest release: https://github.com/VoidHash-Crypto/VoidCoin-Core/releases/latest



      🔷 QUICK START (WINDOWS)

      [list=1]
      • Download VoidCoin-1.0.2-Windows-Qt-x86_64.zip
      • Extract and run voidcoin-qt.exe
      • Create %APPDATA%\VoidCoin\voidcoin.conf with:
      Code:
      addnode=46.7.7.113:7777
        [list=1]
        • Restart wallet — it will sync automatically



        🔷 QUICK START (LINUX)

        Code:
        tar -xzf VoidCoin-1.0.2-Linux-x86_64.tar.gz
        cd VoidCoin-1.0.2-Linux
        ./voidcoind -daemon -addnode=46.7.7.113:7777
        ./voidcoin-cli getblockchaininfo



        🔷 ROADMAP

        Phase 1 — Foundation ✅ (Complete)
        • Genesis block mined, no dev fund, no premine
        • SHA256d PoW live mainnet
        • Qt wallet (Linux + Windows)
        • Native P2QR quantum-resistant addresses
        • Block explorer — explorer.void-coin.net
        • Website — www.void-coin.net

        Phase 2 — Infrastructure ✅ (Complete)
        • ElectrumX server live
        • Non-custodial web wallet — wallet.void-coin.net
        • Explorer redesign — Event Horizon theme
        • Void Pool — Umbrel one-click mining pool app
        • Discord stats bot — live network stats in sidebar
        • Multiple active mining pools (Crypto-Eire, PythonPool)

        Phase 3 — Growth (In Progress)
        • Android + iOS wallet
        • Exchange listings (CoinGecko, CoinMarketCap, TradeOgre)
        • DNS seeder expansion
        • Additional seed nodes

        Phase 4 — Quantum Hardening
        • P2QR web wallet support (send to vqr1... addresses)
        • Quantum key migration tooling
        • Whitepaper on the P2QR scheme
        • Hardware wallet support

        Phase 5 — Smart Features
        • Atomic swaps
        • Multi-sig P2QR vaults



        🔷 FULL INFRASTRUCTURE OVERVIEW

        ServiceURL / DetailsStatus
        Websitewww.void-coin.net✅ Live
        Block Explorerexplorer.void-coin.net✅ Live
        Web Walletwallet.void-coin.net✅ Live
        ElectrumXPort 50001 (TCP)✅ Live
        Void Pool (Umbrel)GitHub✅ Live
        VoidCoin Corev1.0.2✅ Live



        🔷 COMMUNITY




        🔷 LICENSE

        VoidCoin Core is released under the terms of the MIT license.



        VoidCoin — Into the Void, Beyond the Quantum Threat.

        Voidcoin (OP)
        Newbie
        *
        Offline

        Activity: 4
        Merit: 0


        View Profile
        July 02, 2026, 03:18:22 PM
         #3

        ═══════════════════════════════════════════
        VOIDCOIN [VOID] — JULY 2026 UPDATE
        ═══════════════════════════════════════════



        What's shipped since launch

        VoidCoin launched on June 29, 2026. In the weeks since, the full infrastructure stack has been deployed and three entirely new blockchain-native tools have gone live. Here's the complete picture:



        ✅ INFRASTRUCTURE (All live)

        • Web walletwallet.void-coin.net — non-custodial, BIP39 seed phrase, full transaction history, supports sending to both [mono]3...[/mono] and [mono]vqr1...[/mono] addresses
        • Block explorerexplorer.void-coin.net — Event Horizon theme, live block cards, halving countdown, rich list, miner attribution
        • ElectrumX server — live, powers wallet balance/history lookups
        • Void Pool (Umbrel)one-click self-hosted mining pool — supports P2SH and P2QR addresses, PPLNS + solo mining
        • Discord stats bot — live block height, hashrate, difficulty in sidebar every 10 minutes
        • Active mining pools — Crypto-Eire and PythonPool both live with VOID support
        • NestEx exchange listingtrade.nestex.one/spot/void — deposits and withdrawals live



        🆕 THREE NEW TOOLS — JULY 2026

        These are not standard crypto tools. They are purpose-built for VoidCoin's quantum-resistant angle and solve real-world problems that no other chain is positioned to address.

        1. Quantum Threat Clockvoid-coin.net/quantum.html

        A live dashboard tracking the real-world progress of quantum computing toward breaking ECDSA — the cryptography securing Bitcoin, Ethereum, and most other chains. Shows:
        • Live threat level meter
        • Qubit race tracker — IBM (1,121 qubits), Google Willow (105), Microsoft topological (Cool vs the ~4 million needed to break Bitcoin
        • Full milestone timeline from Shor's Algorithm (1994) to the estimated danger window (2030–2035)
        • ECDSA vs ML-DSA-87 explainer — why VoidCoin's [mono]vqr1...[/mono] addresses are already safe
        No other cryptocurrency project has built something like this. Share it with anyone who holds crypto.

        2. Void Inheritance Protocolvoid-coin.net/inherit.html

        A quantum-resistant dead man's switch for your VOID. Set up time-locked inheritance transactions for your heirs — no lawyer, no third party, no server, no trust required. Runs entirely offline in the browser.
        • Works with both web wallet (seed phrase) and Qt wallet (WIF private key)
        • Single or multiple heirs with percentage splits
        • User-chosen check-in interval (3 months to custom)
        • Exports a portable package file to store with your will
        • Heirs broadcast after timelock expires — fully automatic
        Billions in crypto has been permanently lost because holders died without passing on their keys. VoidCoin's quantum-resistant addresses mean the inheritance is safe not just for your heirs today, but for decades to come.

        3. Proof of Existencevoid-coin.net/proof.html

        Permanently timestamp any document, file, or text on the VoidCoin blockchain. Prove your content existed at a specific point in time — forever.
        • SHA-256 hash computed entirely in browser — your content never leaves your device
        • Full client-side transaction signing (noble-secp256k1) — your key never leaves the page
        • Works with seed phrase or WIF private key
        • Downloadable certificate (standalone HTML)
        • Anyone can verify your proof using the transaction ID and original file
        • Fee: ≈0.0001 VOID
        Use cases: legal contracts, creative IP, journalistic evidence, scientific data, personal records. On a quantum-resistant blockchain — your proof is verifiable in 2050.



        📊 NETWORK STATUS — July 2, 2026

        Block height~3,800+
        Network hashrate~3 TH/s
        Active poolsCrypto-Eire, PythonPool, Void Pool (Umbrel)
        ExchangeNestEx (deposits + withdrawals live)
        Block reward50 VOID
        AlgorithmSHA256d



        🔗 ALL LINKS


        VoidCoin — into the void, beyond the quantum threat.
        Geobees
        Newbie
        *
        Online Online

        Activity: 18
        Merit: 0


        View Profile
        July 03, 2026, 09:09:42 AM
        Last edit: July 03, 2026, 09:52:15 AM by Geobees
         #4

         
        A note from the Kvanta5 development team — the authors of the codebase this project is built on.
         
        VoidCoin has disclosed that it was forked from Kvanta5-Core, which is accurate and consistent with the MIT license. We have no legal objection to this. What we do want to provide is an accurate technical record for anyone evaluating this project, because several claims in the ANN require context.
         
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        1. THE ORIGIN OF THIS CODEBASE
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        KVANTA5 launched mainnet on June 1, 2026 — 28 days before VoidCoin.
         
        The following is what a standard diff -rq between Kvanta5-Core-1.0.0 and VoidCoin-Core produces when you strip name/branding changes and count only meaningful technical modifications:
         
        Code:
        Total files changed: 1,148
        Meaningful non-rename lines changed: 314

        Those 314 lines are:
        • Port numbers (55555 → 7777, 55556 → 7778)
        • Network magic bytes (0x4b563521 → 0xD3ADC0DE)
        • Genesis block timestamp and nonce (two numbers)
        • Bech32 prefix (kvqr → vqr, kv5 → void)
        • Dev fund enforcement deleted from validation.cpp (~20 lines, replaced with a comment)
        • Testnet/regtest genesis asserts commented out (4 lines)
        • V2_FRAGMENT constants refactored (computed instead of hardcoded)

        Everything else — the ML-DSA-87 consensus integration, the P2QR script engine, the CheckSignatureAndProgram() pubkey-to-program binding, the DGW difficulty algorithm, the V2_FRAGMENT large-block propagation protocol, the wallet key generation with GetStrongRandBytes() and self-test, all 110+ RPC commands — came from the Kvanta5 development team unchanged.
         
        Anyone can verify this independently:
        Code:
        git clone https://github.com/Kvanta-Organization/Kvanta5-Core kv5
        git clone https://github.com/VoidHash-Crypto/VoidCoin-Core void
        diff -rq kv5/src void/src | wc -l
        diff -ru kv5/src void/src | grep "^[+-]" | grep -iv "kvanta5\|voidcoin\|copyright" | wc -l

        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        2. THE DEVFUND.H FINDING
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        VoidCoin's ANN states "no dev fund, no team allocation." This is accurate for their chain — block 1 validation was correctly removed from src/validation.cpp.
         
        However, the file src/consensus/devfund.h still exists in VoidCoin-Core's repository, unchanged, containing all 21 of the Kvanta5 developer P2QR program hashes verbatim:
         
        Code:
        {"57bbf8552c15302a447300590136ee2af11d6d7de264e90e6a2fe66120ce421a", ...},
        {"82c91b4ef34ae90f2a9e6195e09959c3eecc57d736c220b5a8b4b1216aa03c55", ...},
        {"fea9594f3bf310ab9f533f0a81d106c1d57fcc4d6d1760934332793699ec54c7", ...},
        ... (18 more)

        These are the private key derivations of our wallets. They have no effect on VoidCoin's chain since enforcement was removed — but their presence as dead code in the published repository is a verifiable record of the codebase's origin that no amount of rebranding changes.
         
        Check it yourself: https://github.com/VoidHash-Crypto/VoidCoin-Core/blob/main/src/consensus/devfund.h
         
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        3. ON THE "NO DEV FUND" NARRATIVE
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        The framing that "no dev fund" is inherently better deserves examination.
         
        KV5's 21,000,000 KV5 dev fund allocates 25% (5,250,000 KV5) specifically for third-party security audits of the codebase.
         
        VoidCoin has no funding mechanism for security review of any kind. The ML-DSA-87 implementation they shipped — which every VOID holder depends on for quantum resistance — has never been audited by a third party on their behalf. The pqcrystals reference implementation it's based on has been audited externally, but the integration layer, the P2QR consensus rules, and the wallet key derivation have not.
         
        When you hold VOID, you are holding a chain with no budget to verify its own cryptography. When you hold KV5, 25% of the dev fund exists specifically to do that work.
         
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        4. ON REPLAY SAFETY
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        To be fair to VoidCoin on one technical point: the sighash domain separation was handled correctly. VoidCoin uses TaggedHash("VoidCoinP2QRSighash") versus KV5's TaggedHash("Kvanta5P2QRSighash"). A P2QR signature from one chain cannot be replayed on the other. Cross-chain replay attacks are not a concern.
         
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        5. ON-CHAIN PROOF OF THE ORIGINAL
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        KV5 has on-chain milestones that cannot be retroactively replicated on any fork:
         
        Block #283 — 6/2/2026
        First non-coinbase P2QR spend on any live PoW mainnet.
        TXID: `62572d2127da3d42afb0b20757edb844b0820851f4d8340cbc7e26954ae6272c`
         
        Block #21797 — 6/18/2026
        1 → 4,001 P2QR output fanout. 179,323 bytes.
        TXID `804b8e7bcea43dbaebe62078f5f28e2df26ceb77a828102c231d598f5634e255`
        Block #21798 — 6/18/2026
        4,000 P2QR inputs → 1 output. ~29 MB block.
        TXID `9d24c8669da9bcccf05b3eee6cf80a210873ed4a8b5d408da29c64a13c02dbca`
        First large-block production proof of the V2_FRAGMENT protocol.
         
        Block #24521 — 6/20/26
        715,001 P2QR outputs in a single transaction. ~29.34 MB block.
        World's largest known post-quantum signed UTXO transaction on any live PoW chain.
        TXID `abb67b2c05c965080cc19b6d4dcf23d501888e1d87bf4cf4122a50bcee2e6cf8`
        Verifiable: https://kvanta5.live
         
        VoidCoin launched June 29. These milestones are dated on a chain that started June 1. This timeline is permanently recorded on both blockchains.
         
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        KVANTA5 — THE ORIGINAL
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        Website: https://www.kvanta5.org/
        Explorer: https://kvanta5.live/
        GitHub: https://github.com/Kvanta-Organization/Kvanta5-Core
         
        Mainnet since June 1, 2026.
        ML-DSA-87 · NIST FIPS 204 · SHA-256d PoW · 32 MB blocks · V2_FRAGMENT
         
        — The Kvanta5 Development Team
        Voidcoin (OP)
        Newbie
        *
        Offline

        Activity: 4
        Merit: 0


        View Profile
        July 03, 2026, 09:43:58 AM
         #5

        **RESPONSE TO THE KVANTA5 STATEMENT**

        We have read the statement from the Kvanta5 development team carefully. Several of their points are accurate and deserve a direct response.

        ---

        **1. On the codebase diff**

        The KV5 team's technical analysis is correct. VoidCoin was built on Kvanta5-Core with a relatively small number of meaningful changes beyond branding. We have always disclosed this, and we stand by it. Forking is legitimate under the MIT license. That said, we acknowledge that the ML-DSA-87 implementation, the P2QR script engine, and the consensus layer are KV5's engineering work. Credit is due.

        ---

        **2. On devfund.h**

        This is a fair finding. The file `src/consensus/devfund.h` was present in our repository as dead code — it had no effect on VoidCoin's chain since enforcement was removed from `validation.cpp` before launch. However it should not have been there at all.

        It has been removed as of commit `d605a6e`:
        https://github.com/VoidHash-Crypto/VoidCoin-Core/commit/d605a6e

        We thank the KV5 team for flagging this. The file is gone.

        ---

        **3. On the security audit point**

        This is a legitimate concern that we take seriously. VoidCoin currently has no dedicated budget for third-party security review of the cryptographic integration layer. This is something we intend to address as the network grows. We will not dismiss this criticism.

        ---

        **4. On KV5's on-chain milestones**

        The milestones listed are real and verifiable. KV5 launched 28 days before VoidCoin and achieved genuine technical firsts with the P2QR implementation. We have never claimed otherwise.

        ---

        **What hasn't changed:**

        VoidCoin is its own independent chain. Its genesis block, its network, its history, and its community are its own. The MIT license permits exactly what we did. We will continue building.

        We respect the KV5 team's work and the transparency of their statement.

        🔗 https://github.com/VoidHash-Crypto/VoidCoin-Core/commit/d605a6e

        Into the void
        Geobees
        Newbie
        *
        Online Online

        Activity: 18
        Merit: 0


        View Profile
        July 03, 2026, 10:59:58 AM
         #6

        Yes, the ML-DSA-87 implementation: ours.
        The P2QR consensus engine: ours.
        The DGW difficulty algorithm: ours.
        The V2_FRAGMENT large-block propagation protocol: ours.
        The wallet key derivation: ours.
        The RPC layer: ours.

        VoidCoin's Discord lists "its own full infrastructure stack — explorer, web wallet, mining pools, Umbrel app, and three unique on-chain tools" as evidence of independent development.
         
        The explorer runs on KV5's indexing logic. The web wallet derives keys using KV5's P2QR address format and KV5's ML-DSA-87 implementation. The Umbrel pool connects to a CKPool instance running KV5's stratum protocol. The infrastructure is a presentation layer. Every line that produces, validates, and secures a VOID transaction, every line of cryptographic code that makes VoidCoin "quantum resistant" was written by the Kvanta5 development team.

        VoidCoin is not an isolated project that discovered our MIT license.
        It is the latest entry in a documented series. The same parasitic operation has previously targeted our other projects under the "Second Chance" banner — the same methodology applied repeatedly: clone, mine early, extract, move to the next target.

        VoidCoin is a second coat of paint on our wall.
        You can mine the foundation, or you can mine the paint.
        Geobees
        Newbie
        *
        Online Online

        Activity: 18
        Merit: 0


        View Profile
        July 03, 2026, 04:47:50 PM
         #7

        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        ON VCIP-1: P2QR-TIMELOCK
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        VoidCoin has announced VCIP-1, described as their "first original consensus-layer contribution to the post-quantum blockchain space."
         
        The proposed scriptPubKey is:
         
        Code:
        OP_QuantumQuark <32-byte-program> <4-byte-lockheight>

        We invite the reader to compare this to the file VoidCoin deleted from src/consensus/devfund.h on day one of their existence:
         
        Code:
        // 21 P2QR program hashes — each locked to a specific P2QR address
        // enforced by every full node at consensus layer
        // KVANTA5_DEVFUND_UNLOCK_INTERVAL = 262,800 blocks per tranche
        // Kvanta5DevFundCoinbaseIsExpected() — called on every block

        KV5's Dev fund is 21 consensus-enforced P2QR timelocks. Each tranche is a P2QR program hash — a 32-byte commitment — locked to a block height, enforced by every full node, with no way around it. This is precisely what VCIP-1 describes.
         
        The 32-byte program in OP_QuantumQuark <32-byte-program> <4-byte-lockheight> is KV5's P2QR program hash. The consensus enforcement is KV5's validation pattern. The use cases they list — inheritance, savings vault, vesting, dead man's switch — are the exact use cases KV5's P2QR Multi-Signature Vault system was designed for, documented before VoidCoin existed.
         
        What VoidCoin has built is a generalisation of KV5's Dev fund mechanism: instead of 21 hardcoded timelocked P2QR outputs, any user can create one. That is a legitimate and useful extension. We do not dispute that.
         
        What it is not is original.
         
        The underlying construct — a P2QR program commitment combined with a consensus-enforced block-height lock — existed in KV5's codebase before VoidCoin's genesis block was mined. It existed in the file they deleted. They deleted it on June 29. They rebuilt it on July 3. They timestamped the rebuild on GitHub and called it their first original contribution.
         
        The timeline:
         
        Code:
        June 29, 2026 — VoidCoin deletes KV5's consensus-enforced P2QR timelock system
        June 29, 2026 — VoidCoin mines block 1 to a single address they control
        June 29, 2026 — VoidCoin launches publicly as "no premine, no Dev fund"
        July 03, 2026 — VoidCoin announces P2QR-TIMELOCK as original work

        Four days.
         
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        ON "VERIFIED: NO OTHER PROOF-OF-WORK BLOCKCHAIN HAS THIS"
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        This claim requires one correction.
         
        KV5 has consensus-enforced P2QR timelocks. They have been live on our mainnet since block 1, June 1, 2026 — 28 days before VoidCoin's genesis block. They are enforced by Kvanta5DevFundCoinbaseIsExpected() in src/validation.cpp. Every full node on the KV5 network enforces them. There is no way around them. The 21 addresses cannot be spent before their respective unlock heights by anyone — not even us.
         
        VoidCoin is the second proof-of-work blockchain with consensus-enforced P2QR timelocks. The first is the chain whose codebase they forked.
         
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        ON OP_QUANTUMQUARK
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        Naming an opcode after your unit denomination is creative branding. Functionally, OP_QuantumQuark is OP_CHECKLOCKTIMEVERIFY combined with KV5's P2QR verification — Bitcoin's BIP 65 pattern applied to ML-DSA-87 addresses instead of ECDSA. The cryptographic novelty is zero. The engineering work is a script interpreter extension on top of a codebase they did not write.
         
        Bitcoin introduced timelocked outputs. KV5 introduced P2QR. VoidCoin combined them and named the combination after their coin's unit.
         
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        A NOTE ON WHAT IS ACTUALLY HAPPENING
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        VoidCoin is executing a recognizable playbook.

        After being publicly documented as a 314-line find-and-replace fork that deleted a consensus mechanism, captured the proceeds, and called it "no premine" — they needed to establish independent technical identity quickly. VCIP-1 is that attempt.
         
        We understand the move. It is tactically correct. An original protocol feature, timestamped on GitHub, gives VoidCoin a claim to independent development that "we changed the port numbers" does not.
         
        The problem is the feature is not original. The mechanism it describes was in the file they deleted. The codebase it extends is ours. The address format it timelocks — vqr..., derived from kvqr... — was designed here.
         
        VoidCoin continues to build on our foundation while claiming the walls.
         
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
        WHAT KV5 WILL DO
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         
        We will implement user-accessible consensus-enforced P2QR timelocks on KV5. The generalization from hardcoded dev fund outputs to user-creatable time locked P2QR addresses is genuinely useful and always belonged on this chain. We will ship it with the same rigor we applied to the original P2QR system — proper VCIP process, full test coverage, and documentation that does not require claiming priority we do not hold.
         
        The feature will be native to the chain that invented the address format it secures.
         
        — The Kvanta5 Development Team
        Mainnet since June 1, 2026 · https://kvanta5.live · https://www.kvanta5.org
        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!