Bitcoin Forum
August 04, 2026, 08:02:26 PM *
News: COLDCARD users only: critical vulnerability risks funds stored on COLDCARD devices; immediate action required
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] ThoCoin (THO) | Rust | Post-Quantum | ML-DSA | Fair Launch | No Premine |  (Read 139 times)
devthocoin (OP)
Newbie
*
Offline

Activity: 9
Merit: 0


View Profile
June 28, 2026, 04:11:01 PM
 #1



    https://i.postimg.cc/pdxyqt7R/logo.jpg


    ThoCoin (THO)

    Rust-Based Post-Quantum Proof-of-Work Cryptocurrency

    MAINNET IS LIVE — June 29, 2026 (UTC+7)

    Website: https://thocoin.org
    |
    Explorer: https://thocoin.org/explorer
    |
    GitHub: https://github.com/thocoin-max/thocoin
    |
    Telegram: https://t.me/devthocoin




    What is ThoCoin?

    ThoCoin is an open-source Proof-of-Work cryptocurrency built entirely in Rust and designed for the post-quantum era.

    Instead of relying on traditional ECDSA signatures, ThoCoin adopts ML-DSA-87 (FIPS-204), a NIST-standardized lattice-based digital signature scheme that provides security against both classical and quantum attacks.

    ThoCoin combines a wallet, full node, solo miner and pool miner into a single desktop application for a simple and complete user experience.



    Why ThoCoin?

    • Built entirely in Rust
    • Post-Quantum ML-DSA-87 (FIPS-204)</li]
      • No Premine
      • No ICO
      • No VC Allocation
      • No Developer Tax
      • Fair Launch
      • Open Source
      • Wallet + Full Node + Solo Miner + Pool Miner in one desktop application



      Highlights

      • Quantum-resistant — ML-DSA-87 signatures at NIST Security Level 5.
      • No Premine • No ICO — Genesis rewards are permanently unspendable.
      • Fair Launch — Everyone mines from Block 0 using the same public release.
      • CPU & GPU Mining — CPU edition works on any Windows PC or VM, GPU edition supports OpenCL acceleration.
      • Integrated Mining Pool — PPLNS rewards are paid directly inside each block coinbase with no additional payout transactions.
      • Secure Wallet — XChaCha20-Poly1305 encryption with Argon2id key derivation and optional RPC 2FA (TOTP).
      • LWMA Difficulty — Difficulty adjusts every block to resist sudden hash rate changes.
      • Heaviest-Chain Consensus — Chainwork-based consensus with checkpoints and reorganization support.



      Network Parameters

      TickerTHO
      AlgorithmProof-of-Work (SHA-256d Header)
      SignatureML-DSA-87 (FIPS-204) — NIST Level 5
      Maximum Supply198,700,000 THO
      Initial Block Reward220.2 THO
      HalvingEvery 458,440 Blocks
      Target Block Time275 Seconds
      DifficultyLWMA (90 Blocks)
      Coinbase Maturity0 Blocks
      Maximum Block Size1 MB
      Address PrefixM
      P2P Port22221
      RPC Port22222
      Pool Port23333



      Download

      Website

      https[Suspicious link removed] — Windows Installer
    • ThoCoin-win64.zip — Portable Version

    Verify Download

    Code:
    certutil -hashfile ThoCoin-Setup.exe SHA256

    Compare with SHA256SUMS.txt.



    Mining

    • Solo CPU Mining
    • Solo GPU Mining (OpenCL)
    • Built-in Pool Mining
    • PPLNS Rewards

    Pool Server

    Code:
    thocoin-pool.exe 0.0.0.0:23333



    Build From Source

    Code:
    git clone https://github.com/thocoin-max/thocoin

    cd thocoin

    cargo build --release

    cargo build --release --features gpu

    cargo test



    Roadmap

    • Blockchain Core
    • Desktop Wallet
    • Explorer
    • Mining Pool
    • Mainnet
    • Linux GUI
    • macOS Build
    • Mobile Wallet
    • Hardware Wallet Support
    • Third-party Security Audit
    • Exchange Listings



    Consensus Status

    Implemented

    • Chainwork Consensus

    • Reorganization Support

    • LWMA Difficulty

    • Fee-based Mempool

    • Non-Malleable TXIDs

    • Coinbase Fee Collection

    • Built-in PPLNS Pool

    • Peer Discovery

    • Ban Score

    Project Status

    ThoCoin is actively maintained and continuously improved.

    Independent third-party security audits are planned as the network matures.

    Please do your own research and only use funds you can afford to risk.



    License

    MIT License

    Source Code

    https://github.com/thocoin-max/thocoin




    MAINNET IS LIVE

    Everyone starts equally.

    No Premine.

    No ICO.

    No Developer Tax.

    Open Source.

    Fair Launch.

    See you at Block 0.

    Website

    https://thocoin.org

    Explorer

    https://thocoin.org/explorer

    GitHub

    https://github.com/thocoin-max/thocoin

    Telegram

    https://t.me/devthocoin

    devthocoin (OP)
    Newbie
    *
    Offline

    Activity: 9
    Merit: 0


    View Profile
    July 15, 2026, 12:15:37 PM
    Last edit: July 16, 2026, 09:17:59 PM by Welsh
     #2

    UPDATE / CORRECTION

    The download link in the first post got filtered by the forum. Here are the
    correct official links:

    Download: https://thocoin.org/download
    - ThoCoin-Setup.exe (Windows Installer)
    - ThoCoin-win64.zip (Portable)

    Verify your download:
    certutil -hashfile ThoCoin-Setup.exe SHA256
    Compare against SHA256SUMS.txt on the release page.

    Only download from https://thocoin.org — ignore any other mirror or DM.

    All other info in the original post stands. Questions welcome below.
    TOKENOMICS — fully on-chain verifiable

    - Max supply: 198,700,000 THO (1 THO = 100,000,000 base units)
    - Block reward: 220.2 THO, halving every 458,440 blocks
    - Target block time: 275s -> roughly 4 years per halving era
    - No premine, no ICO, no presale, no VC allocation, no dev tax
    - Transaction fees go to the miner via the coinbase

    The genesis coinbase is permanently unspendable — anyone can read genesis_block()
    in src/core/chain.rs and confirm it pays an address no one holds the key to.
    Every THO entered circulation through mining, from Block 0, on the same public
    release everyone uses.

    Source: https://github.com/thocoin-max/thocoin
    Explorer: https://thocoin.org/explorer
    devthocoin (OP)
    Newbie
    *
    Offline

    Activity: 9
    Merit: 0


    View Profile
    July 17, 2026, 01:44:31 PM
     #3

    WHY POST-QUANTUM? Why drop ECDSA entirely?

    Every time you spend on a normal chain, your public key is exposed on-chain
    forever. Shor's algorithm on a large quantum computer can forge ECDSA signatures
    from that exposed key — "harvest now, decrypt later": record keys today, forge
    later.

    Mining is NOT the weak point — SHA-256 only faces Grover's algorithm, a
    quadratic speedup easily offset by difficulty. The soft target is the SIGNATURE
    scheme.

    ThoCoin's answer: no ECDSA anywhere. Every signature is ML-DSA-87 (FIPS-204),
    the NIST-standardized lattice scheme at Level 5. No known efficient quantum
    attack.

    Honest trade-off — PQ signatures are big:
      ECDSA:      pubkey 33 B,  sig 72 B
      ML-DSA-87:  pubkey 2592 B, sig 4627 B
    Heavier transactions, accepted now instead of a risky migration later.

    Verify: signing path is src/wallet/address.rs, only fips204::ml_dsa_87. Grep for
    "ecdsa" — nothing there.

    Source: https://github.com/thocoin-max/thocoin
    devthocoin (OP)
    Newbie
    *
    Offline

    Activity: 9
    Merit: 0


    View Profile
    July 18, 2026, 10:28:28 AM
     #4

    WALLET SECURITY — how your keys are handled

    ENCRYPTION AT REST
    The wallet seed is encrypted with XChaCha20-Poly1305, with keys derived via
    Argon2id. Set a passphrase before first run and your seed is never stored in
    plaintext.

    RECOVERY
    BIP39 24-word phrase (256-bit entropy). Back it up from
    Receive -> Show recovery phrase, on paper, before you mine anything. Lose it and
    nobody can recover your funds for you — not even the dev.

    RPC HARDENING
    - JSON-RPC binds to 127.0.0.1 only
    - Bearer-token authentication
    - Optional TOTP 2FA on spends: drop a Base32 secret in wallet.totp next to the
      wallet file, and spend calls require a valid code

    SIGNATURES
    ML-DSA-87 (FIPS-204). Even if an attacker records your public key from the
    chain, there is no known efficient quantum attack against the lattice problem
    it rests on.

    Layered like this, an attacker needs the RPC token AND a live TOTP code AND your
    passphrase. Reasonable defense in depth.

    Source: https://github.com/thocoin-max/thocoin
    devthocoin (OP)
    Newbie
    *
    Offline

    Activity: 9
    Merit: 0


    View Profile
    July 21, 2026, 09:46:08 AM
     #5

    HOW TO VERIFY A FAIR LAUNCH — don't take my word for it

    "Fair launch" is one of the most abused phrases in crypto. Most projects still
    keep a team wallet, a "marketing" allocation, or a stealth premine. A launch is
    only fair if you can VERIFY there is no hidden allocation. Here's the checklist,
    applied to ThoCoin:

    1) No presale / ICO / VC round?
       None. There was nothing to buy at any point.

    2) No premine?
       The genesis coinbase pays to an address with no known private key. Read
       genesis_block() in src/core/chain.rs and confirm it yourself.

    3) Can the genesis be swapped later?
       No. GENESIS_HASH_HEX is pinned in src/core/consensus.rs — a node that
       computes a different genesis hash refuses to start.

    4) Any dev fee baked into the block reward?
       None. The reward is a flat 220.2 THO with a standard halving schedule, and
       transaction fees go to the miner.

    That's the difference between CLAIMING a fair launch and PROVING it in code.
    Whatever coin you're evaluating, demand this level of verifiability.

    One more thing: THO has no exchange listing and no market. Anyone messaging you
    offering to sell THO is scamming you. The only way to get it is to mine it.

    Source: https://github.com/thocoin-max/thocoin
    Systemlord
    Newbie
    *
    Offline

    Activity: 1
    Merit: 0


    View Profile
    July 25, 2026, 10:12:30 AM
     #6

    Explorer not working on the website.
    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!