Configuring Your KEKPOOL Miner
Learn how to fine-tune your mining setup for optimal performance using KEKPOOL's AI tools and custom configurations.
Overview
Configure your KEKPOOL miner to leverage AI-powered optimizations for maximum Kaspa (KAS) hashrate and efficiency. You set environment variables, integrate AI parameters, and manage workers for single or multiple rigs. These settings ensure low-latency connections to stratum.kekpool.com and instant payouts.
Before configuring, ensure your mining software supports Kaspa. Recommended: lolMiner, SRBMiner, or TeamRedMiner. Install Node.js for AI dashboard integration.
Prerequisites
Verify your setup meets these requirements:
| Requirement | Details |
|---|---|
| OS | Linux, Windows, or macOS |
| GPU | NVIDIA/AMD with CUDA/ROCm support |
| Software | Latest miner version |
| Network | Stable connection, open ports 3333, 4444 |
| Wallet | Valid Kaspa address (e.g., kaspa:your-wallet-address) |
Basic Configuration Steps
Follow these steps to configure your miner.
Set Pool URL
Define the KEKPOOL stratum server. Use stratum+tcp://stratum.kekpool.com:3333 for mainnet.
export POOL=stratum+tcp://stratum.kekpool.com:3333
Add Wallet and Worker
Replace YOUR_KASPA_WALLET with your address and add a worker name.
export WALLET=YOUR_KASPA_WALLET.Miner1
Enable AI Optimization
Activate KEKPOOL's AI features for dynamic intensity adjustment.
export AI_OPTIMIZE=true
export AI_INTENSITY=high
Launch Miner
Start with your preferred software.
lolMiner --algo KASPA --pool $POOL --user $WALLET --apiport 4028 $AI_OPTIMIZE
SRBMiner-MULTI --algorithm kheavyhash --pool $POOL --wallet $WALLET --cpu-threads 4 $AI_INTENSITY
Miner-Specific Configurations
Choose your mining software and apply tailored settings.
Optimize for NVIDIA GPUs with AI throttling.
lolMiner.exe --algo KASPA --pool stratum.kekpool.com:3333 --user kaspa:YOUR_WALLET.Rig1 --watchdog 1m --apiport 4028 --AI-OPTIMIZE --intensity high
Monitor via http://localhost:4028 for real-time hashrate.
Ideal for AMD rigs; enables power efficiency.
teamredminer.exe -a kheavyhash -o stratum.kekpool.com:3333 -u YOUR_WALLET.Worker1 -p x --pl 75 --watchdog --api-bind 0.0.0.0:4028 --ai-efficiency
Supports multi-coin switching with AI.
SRBMiner-MULTI.exe --algorithm kheavyhash --pool stratum.kekpool.com:3333 --wallet YOUR_WALLET.Rig2 --gpu-id 0,1 --intensity 24 --api-port 21532
AI Optimization Parameters
Integrate KEKPOOL's AI tools to auto-adjust based on pool hashrate.
Dynamic Intensity
Adjusts core clock dynamically (AI_INTENSITY=auto or high).
Power Management
Optimizes wattage for profit (AI_POWER=balanced).
Hashrate Boost
Enables overclock presets.
Fault Tolerance
Auto-restarts on errors.
Use these in your config:
# AI Parameters
AI_OPTIMIZE=true
AI_INTENSITY=high
AI_POWER=balanced
AI_BOOST=enabled
Managing Multiple Rigs
Scale to multiple machines with unique worker names.
Troubleshooting Common Issues
Check GPU drivers, temperature (<80°C), and firewall. Restart with --no-watchdog.
Your configuration is now optimized. Monitor performance at https://dashboard.kekpool.com and join the KEKPOOL Discord for support.
Last updated today