Welcome to WalletMinerPRO
WalletMinerPRO is the most advanced cryptographic search engine built for recovering dormant Bitcoin wallets. This documentation will guide you through installation, configuration, and advanced tuning to maximize your hunt.
System Requirements
Minimum
- • Windows 10 (64-bit) or later
- • Intel Core i5 / AMD Ryzen 5
- • 8 GB RAM
- • 2 GB free disk space
- • Any CUDA/OpenCL compatible GPU
Recommended
- • Windows 11 (64-bit)
- • Intel Core i7 / AMD Ryzen 7+
- • 16 GB RAM
- • 10 GB free disk space (SSD)
- • NVIDIA RTX 3060 or better
Installation
-
1
Download the Installer
After purchasing, download the latest installer from your email receipt or the downloads page.
# Verify installer integrity (optional)
certutil -hashfile WalletMinerPRO-Setup.exe SHA256 -
2
Run the Installer
Right-click the installer and select "Run as Administrator". Follow the setup wizard. The default installation path is:
C:\Program Files\WalletMinerPRO\ -
3
Install GPU Drivers
Ensure you have the latest GPU drivers installed:
License Activation
WalletMinerPRO requires a valid license key to operate. Your key was delivered via email after purchase in the format XXXX-XXXX-XXXX-XXXX-XXXX.
Activation Steps
- Launch WalletMinerPRO
- The activation dialog will appear on first run
- Enter your license key exactly as provided (dashes included)
- Click Activate — this requires a one-time internet connection
- The software validates the key and activates offline capability
wmp-cli.exe --activate XXXX-XXXX-XXXX-XXXX-XXXX
Dashboard Overview
The Dashboard is your command center. It provides real-time visibility into your system's performance and the scanning engine's progress.
Performance Metrics
- • GPU Load — Current GPU utilization %
- • CPU Load — Current CPU utilization %
- • RAM — Working set memory usage
- • Temp — GPU temperature monitoring
Scan Statistics
- • Addr/sec — Addresses generated per second
- • Total — Lifetime addresses scanned
- • Uptime — Current session duration
- • Hits — Bloom filter matches found
Configuration
WalletMinerPRO is designed to work out of the box, but fine-tuning your configuration can significantly improve performance based on your hardware.
Engine Settings
Address Formats
WalletMinerPRO supports all major Bitcoin address formats. You can enable or disable specific formats to focus your scan.
| Type | Prefix | Format | Status |
|---|---|---|---|
| Legacy (P2PKH) | 1... | Base58Check | |
| Nested SegWit (P2SH) | 3... | Base58Check | |
| Native SegWit (Bech32) | bc1q... | Bech32 | |
| Taproot (P2TR) | bc1p... | Bech32m |
Managing Discoveries
When a Bloom filter match is verified against the blockchain, it is automatically saved to your local discoveries database.
Default Storage Location
Export Formats
GPU Tuning
Optimizing your GPU settings can drastically improve scan speeds. Below are tested configurations for popular hardware.
Optimal Settings (NVIDIA)
nvidia-smi -pl 280
# WalletMinerPRO recommended flags
wmp-cli.exe --gpu-threads 256 --gpu-clock-offset -200 --mem-clock-offset +500
CLI Usage
WalletMinerPRO includes a full-featured command-line interface for headless operation and scripting.
wmp-cli.exe --start
# Scan specific address types only
wmp-cli.exe --start --formats bech32,p2sh
# Run in background (minimize to tray)
wmp-cli.exe --start --background
# Check status
wmp-cli.exe --status
# Stop scanning gracefully
wmp-cli.exe --stop
All CLI Flags
Troubleshooting
GPU Not Detected
- Ensure your GPU drivers are up to date (NVIDIA ≥ 535, AMD ≥ 23.12)
- Verify CUDA/OpenCL is installed: run nvidia-smi in terminal
- Check Windows Device Manager for driver errors
- Restart WalletMinerPRO after driver updates
- If using multiple GPUs, specify the device: --gpu-device 0
High GPU Temperature
WalletMinerPRO pushes GPU utilization to maximum. If temperatures exceed 85°C:
- Reduce GPU threads: --gpu-threads 128
- Set a power limit: nvidia-smi -pl 250
- Improve case airflow or reduce ambient temperature
- Use the built-in thermal throttle: --thermal-limit 80
Slow Scan Speeds
If address generation rates are below expected values:
- Close other GPU-intensive applications (games, video editors)
- Ensure the Bloom filter database is loaded (check Dashboard)
- Verify you're not running on integrated graphics
- Try increasing GPU threads to 512 or higher
- Check for Windows background processes consuming resources
License Activation Fails
- Verify your license key is entered correctly with dashes
- Ensure you have an active internet connection for first-time activation
- Check if your license has already been activated on another machine (1 license = 1 machine)
- Contact support if you need to transfer your license to a new device