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
| Ticker | THO |
| Algorithm | Proof-of-Work (SHA-256d Header) |
| Signature | ML-DSA-87 (FIPS-204) — NIST Level 5 |
| Maximum Supply | 198,700,000 THO |
| Initial Block Reward | 220.2 THO |
| Halving | Every 458,440 Blocks |
| Target Block Time | 275 Seconds |
| Difficulty | LWMA (90 Blocks) |
| Coinbase Maturity | 0 Blocks |
| Maximum Block Size | 1 MB |
| Address Prefix | M |
| P2P Port | 22221 |
| RPC Port | 22222 |
| Pool Port | 23333 |
Download
Website
https[Suspicious link removed] — Windows Installer - ThoCoin-win64.zip — Portable Version
Verify Download
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
thocoin-pool.exe 0.0.0.0:23333
Build From Sourcegit 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 StatusImplemented
• Chainwork Consensus
• Reorganization Support
• LWMA Difficulty
• Fee-based Mempool
• Non-Malleable TXIDs
• Coinbase Fee Collection
• Built-in PPLNS Pool
• Peer Discovery
• Ban Score
Project StatusThoCoin 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.
LicenseMIT License
Source Code
https://github.com/thocoin-max/thocoin