Dilithion is an experimental cryptocurrency built from the ground up for the post-quantum era.
TESTNET ACTIVE - Coins Have NO Value - For Testing Only - AI-Assisted Development
January 1, 2026 00:00:00 UTC
Help us test Dilithion before the mainnet launch. Find bugs, test features, and earn recognition as an early contributor.
Follow our comprehensive testnet launch guide to get started in minutes.
Read GuideEasy one-click start! Just run the launcher script and you're mining:
Windows: Double-click START-MINING.bat
Linux/Mac: ./start-mining.sh
Easy command-line wallet tools now available! Check balance, send transactions, generate addresses:
./dilithion-wallet balance
./dilithion-wallet send
Connect to our 24/7 seed node for optimal network connectivity:
Uses CRYSTALS-Dilithium, a NIST-standardized post-quantum signature scheme. Your coins are safe from quantum computers.
4-minute block time optimized for large post-quantum signatures. 2.5x faster confirmations than Bitcoin.
No premine, no ICO, no VC allocation. 100% proof-of-work. Everyone starts equal on January 1, 2026.
RandomX proof-of-work keeps mining accessible. No expensive ASICs required—mine with your CPU.
21 million DIL total supply. Block reward halving every 210,000 blocks. Predictable, deflationary economics.
Fully peer-to-peer network. No central authority, no master nodes, no staking. Pure proof-of-work.
Testnet: LIVE NOW | Mainnet: January 1, 2026
Download the Dilithion node software for your platform. Available for Windows, Linux, and macOS.
Go to DownloadsUnzip (Windows) or extract the .tar.gz (Linux/Mac) to a folder on your computer.
# Linux/Mac
tar -xzf dilithion-testnet-v1.0.0-linux-x64-fixed.tar.gz
cd dilithion-testnet-v1.0.0-linux-x64-fixed/
Option 1 (Easiest): Double-click START-MINING.bat (Windows) or run ./start-mining.sh (Linux/Mac)
Option 2: Run the interactive wizard: SETUP-AND-START.bat or ./setup-and-start.sh
Option 3: Just run dilithion-node.exe (Windows) or ./dilithion-node (Linux/Mac) with no arguments!
All three methods auto-configure everything. You'll be mining in seconds!
That's it! Your node automatically:
To check your balance, run: ./check-wallet-balance
Choose your platform and get started
Windows (x64) • Linux (x64) • macOS (ARM64 Apple Silicon)
Quality Assured: All packages have passed comprehensive security and functionality audits (50/50 tests passed).
Easy Installation: Download, extract, and run! No compiler needed. No configuration required.
Each package includes one-click launcher scripts, interactive setup wizard, and beginner-friendly README.
Get mining in under 60 seconds!
Windows 10/11 (64-bit x86-64) - ✅ Latest: v1.0.6 (Nov 3)
v1.0.6-testnet • x64 • Critical Batch File Fix • Simplified & ReliableContains: START-MINING.bat, SETUP-AND-START.bat, README, Binaries, Runtime DLLs
🔧 Fixed in v1.0.6: Critical batch file syntax error fixed. v1.0.0-v1.0.5 are non-functional - upgrade immediately!
Ubuntu, Debian, Fedora, Arch (64-bit x86-64) - ⚠️ Use FIXED version (Nov 2 update)
✅ Download TAR.GZ - FIXED (1.1 MB) v1.0.0-testnet • x64 • FIXED: dependency checks, wallet CLI included • Interactive SetupContains: start-mining.sh, setup-and-start.sh, dilithion-wallet, README, Binaries
Install dependencies:
Ubuntu/Debian: sudo apt install libleveldb-dev libsnappy-dev
Fedora: sudo dnf install leveldb-devel snappy-devel
Arch: sudo pacman -S leveldb snappy
macOS 10.15+ (Apple Silicon M1/M2/M3 & Intel) - ⚠️ Use FIXED version (Nov 2 update)
✅ Download TAR.GZ - FIXED (922 KB) v1.0.0-testnet • x64 • FIXED: dependency checks, wallet CLI included • Interactive SetupContains: start-mining.sh, setup-and-start.sh, dilithion-wallet, README, Binaries
⚠️ macOS Gatekeeper: Unsigned files may show "cannot be verified" warning.
Fix: Right-click file → Open, or System Settings → Privacy & Security → Allow Anyway
Requires: leveldb (install via Homebrew: brew install leveldb)
Why might antivirus software flag these files?
During the testnet phase, our executables are not digitally code-signed. This is normal for open-source testnet software and doesn't mean the files are dangerous—it simply means we haven't purchased a code signing certificate yet.
Windows SmartScreen and some antivirus programs may show warnings for unsigned executables. This is a false positive. All our binaries are compiled from open-source code available on GitHub.
How to verify the files are legitimate:
.sha256 checksum file from GitHub Releasescertutil -hashfile filename.exe SHA256sha256sum -c filename.sha256shasum -a 256 -c filename.sha256Future plans: Before mainnet launch (January 1, 2026), all binaries will be digitally code-signed to eliminate false positives and build trust.
Developers can compile Dilithion from source code:
git clone https://github.com/WillBarton888/dilithion.git
cd dilithion
make
Everything you need to know about Dilithion
Dilithion is an experimental post-quantum cryptocurrency that uses CRYSTALS-Dilithium, a NIST-standardized digital signature algorithm designed to resist attacks from quantum computers. Unlike Bitcoin and other cryptocurrencies that use ECDSA (vulnerable to quantum attacks), Dilithion is built from the ground up for the quantum era.
Quantum computers threaten current cryptocurrency security. A sufficiently powerful quantum computer could break ECDSA signatures used by Bitcoin, Ethereum, and most cryptocurrencies, allowing attackers to steal coins. NIST estimates this threat could materialize within 10-15 years.
Dilithion uses post-quantum cryptography standardized by NIST in 2024, making it resistant to both classical and quantum computer attacks. This ensures your coins remain secure in the quantum era.
Similarities: 21 million coin supply, proof-of-work mining, halving every 210,000 blocks, decentralized peer-to-peer network, no premine or ICO.
Differences:
Testnet coins have ZERO monetary value. The testnet is for testing purposes only and may be reset at any time. Do not store anything of value on the testnet.
The testnet software is experimental and has not undergone professional security audit. Use it to learn, test, and report bugs—not to store real value. Wait for the mainnet launch on January 1, 2026 for production use.
No. Dilithion uses RandomX proof-of-work, which is optimized for CPUs and designed to be ASIC-resistant and GPU-inefficient. This keeps mining accessible to everyone with a regular computer.
GPU and ASIC mining would provide no advantage and would actually be slower and less efficient than CPU mining. Any modern CPU can mine Dilithion effectively.
Total supply: 21 million DIL (same as Bitcoin)
Initial reward: 50 DIL per block
Halving: Every 210,000 blocks (~1.6 years with 4-minute blocks)
Final halving: Around 2089 when block reward becomes negligible
This creates predictable, deflationary economics similar to Bitcoin's proven model.
Target date: January 1, 2026 at 00:00:00 UTC
The testnet is currently live for testing and bug reporting. We're conducting extensive testing to ensure mainnet stability and security. Join the testnet now to help us prepare for a successful mainnet launch!
We welcome contributions from the community:
Dilithion is developed with AI assistance (Claude Code) working alongside human oversight. The AI helps with:
However, all critical decisions, cryptographic implementations, and security architecture are reviewed by humans. The CRYSTALS-Dilithium algorithm itself is developed by world-class cryptographers and standardized by NIST—not AI-generated.
We believe in full transparency about our development process. AI is a tool that accelerates development while maintaining security and correctness through rigorous testing and peer review.
Multiple ways to get help: