High-performance automated miner for the NIGHT Token Scavenger Mine program.
Download the Binary
- Download
night-miner.zipfrom the releases page - Extract to a folder where you want to mine
- Windows only (
.exefile)
Easy Way - Double-click:
- Simply double-click
night-miner.exein Windows Explorer - Uses all CPU cores by default
Advanced - PowerShell (for custom thread count):
.\night-miner.exe --threads 8On first run, you'll see:
- Official NIGHT Token End-User Terms
- Developer Contribution Agreement
Type agree to continue or decline to exit.
The miner will:
- Find an unused developer address for you (from embedded pool)
- Create wallet addresses as needed
- Register addresses automatically
- Mine continuously
- Rotate addresses when needed (1 solution per address per challenge)
Just leave it running. The miner handles everything automatically.
Your auto-mine-wallet/ folder contains the keys to claim your rewards!
If you lose this folder, you lose access to your rewards permanently.
auto-mine-wallet/
├── wallet.json # List of all your addresses
├── wallet-stake.skey # Shared stake key
├── wallet-stake.vkey # Shared stake verification key
├── addr-*.skey # Payment keys (CRITICAL - needed to claim rewards)
├── addr-*.vkey # Payment verification keys
├── addr-*.addr # Address files
├── .priority # Your assigned developer address (obfuscated)
└── .agreement # Terms agreement record
Your first backup will be nearly empty. After several challenges (hours), you'll have many addresses.
Why this matters:
- Hour 1: You might have 5 addresses
- Hour 10: You might have 30 addresses
It depends on how successful the miner is in any particular challenge!
Backup Strategy:
- ✅ Let the miner run for at least 2-4 hours first (so addresses are created)
- ✅ Then do your first backup (now you have something worth backing up!)
- ✅ Backup regularly after that (if new addresses are created)
- ✅ Backup before stopping the miner (capture all addresses)
- ✅ Store backups in a safe location
Don't backup immediately! Wait until the miner has created addresses during actual mining challenges.
Windows PowerShell:
Copy-Item -Recurse "auto-mine-wallet" "backup-$(Get-Date -Format 'yyyy-MM-dd-HHmm')"When the claiming period opens, you'll need:
- The
addr-*.skeyfiles to sign transactions - The
wallet.jsonto know which addresses have rewards - Import keys into Eternl wallet or use Cardano CLI to claim
Without these files, you cannot claim your rewards!
- Developer Address - First solution goes to developer (your compensation for this software)
- Your Addresses - Following solutions go to your generated addresses
- Automatic Rotation - Each address submits 1 solution per challenge, then rotates to next
- Continuous Mining - Miner runs 24/7 creating new addresses as needed
Mining with generated address 0: addr1qywn... ⛏️ Mining... ✅ Solution found! Nonce: 0100019a470bb2e7 | Time: 14.14s ✅ Solution submitted successfully!
Yes! The miner saves its progress. Just restart with the same command.
As many as needed. The miners can typically create 30+ addresses over a single challenge period, but it depends on difficulty and CPU power.
You permanently lose access to all rewards. This is why regular backups are critical!
Address Consolidation (Preferred Method - Currently Unavailable):
The Scavenger Mine API has a donate_to endpoint that allows you to register a single Cardano address. Once working, all your mined rewards would be consolidated to that address automatically.
- Status: Currently broken, waiting for IOHK to fix
- When fixed: This miner will be updated to let you register your desired address
- Benefit: You won't need the generated
.skeyfiles to claim rewards
Manual Claiming (Backup Method):
If the donate_to endpoint isn't fixed, you'll need to manually claim using:
- The
addr-*.skeyfiles to sign transactions - Import keys into Eternl wallet or use Cardano CLI
Important: Keep your auto-mine-wallet/ backups safe regardless! Even if address consolidation works, you should retain the keys as a safety backup.
This software is provided "as is" without warranty. By using this software, you agree to mine one solution per challenge for the developer. Mining results depend on network conditions, competition, and luck.
Happy Mining! 🌙