Core ConceptsConfiguration
Core Concepts

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:

RequirementDetails
OSLinux, Windows, or macOS
GPUNVIDIA/AMD with CUDA/ROCm support
SoftwareLatest miner version
NetworkStable connection, open ports 3333, 4444
WalletValid 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

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.

AI Optimization Parameters

Integrate KEKPOOL's AI tools to auto-adjust based on pool hashrate.

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.

Was this page helpful?
Built with Documentation.AI

Last updated today