Everything you need to start mining DIL and DilV.
DIL uses RandomX proof-of-work — the same algorithm used by Monero. It's designed for CPU mining, meaning your regular computer can mine effectively. GPUs and ASICs have no advantage.
| Block time | ~4 minutes |
|---|---|
| Block reward | 50 DIL (halves every 210,000 blocks) |
| Mining tax | 2% (1% dev fund + 1% dev reward) |
| Miner receives | 49 DIL per block |
| Algorithm | RandomX (CPU-optimized) |
| P2P port | 8444 |
| RPC port | 8332 |
Get the latest release for your platform:
Choose the file for your operating system:
dilithion-vX.X.X-mainnet-windows-x64.zipdilithion-vX.X.X-mainnet-macos-x64.tar.gzdilithion-vX.X.X-mainnet-linux-x64.tar.gzSETUP-AND-START.bat (recommended for first time)START-MINING.bat for quick starttar -xzf dilithion-*-macos-x64.tar.gz cd dilithion-* chmod +x dilithion-node setup-and-start.sh start-mining.sh ./setup-and-start.sh
# Install dependencies first (Ubuntu/Debian) sudo apt-get install libleveldb-dev libsnappy-dev # Extract and run tar -xzf dilithion-*-linux-x64.tar.gz cd dilithion-* chmod +x dilithion-node setup-and-start.sh start-mining.sh ./setup-and-start.sh
# Start node with mining (auto-detect CPU cores) ./dilithion-node --mine # Specify thread count ./dilithion-node --mine --threads=8 # Run as relay only (no mining) ./dilithion-node --relay-only
# Set your mining address ./dilithion-node --mine --miningaddress=DYourAddressHere
Once your node is running, open http://127.0.0.1:8332/ in your browser to access the built-in wallet. You can also control mining (start/stop, thread count) from the wallet dashboard.
Check if another instance is already running. Only one node can run at a time. On Linux: pgrep dilithion
The node needs to fully sync before mining starts. Check the block height in the wallet dashboard — it should match the explorer.
Make sure you're on the latest version. Blocks mined with outdated software may be rejected by the network.
DilV uses a Verifiable Delay Function (VDF) instead of traditional proof-of-work. This means mining doesn't require CPU power — each miner computes a sequential delay proof, and the network fairly distributes blocks among registered miners.
| Block time | ~45 seconds |
|---|---|
| Block reward | 100 DilV (halves every 1,050,000 blocks) |
| Mining tax | 2% (1% dev fund + 1% dev reward) |
| Miner receives | 98 DilV per block |
| Algorithm | VDF (class group squaring) |
| P2P port | 9444 |
| RPC port | 9332 |
| Data directory | ~/.dilv |
DilV uses a separate binary from DIL. Get the latest release:
Look for the dilv- prefixed files:
dilv-vX.X.X-mainnet-windows-x64.zipdilv-vX.X.X-mainnet-macos-x64.tar.gzdilv-vX.X.X-mainnet-linux-x64.tar.gz# Start DilV node with mining ./dilv-node --mine # Or on Windows dilv-node.exe --mine
The DilV node will:
Once the DilV node is running, open http://127.0.0.1:9332/ in your browser for the DilV wallet. Note the different port (9332 vs 8332 for DIL).
You can mine both DIL and DilV simultaneously on the same computer — they use different ports and data directories:
# Terminal 1: DIL mining ./dilithion-node --mine # Terminal 2: DilV mining ./dilv-node --mine
Make sure your node is fully synced and connected to at least one seed node. Check peers in the wallet dashboard.
DilV uses DFMP fairness protocol — if other miners have been active longer, they may have priority. Keep your node running consistently for the best results.
Once you've mined DIL or DilV, you can bridge them to the Base network (Ethereum L2) and trade on Aerodrome:
Or use the Web Wallet to bridge directly from your browser — no node required for the bridge.