WildRig Multi Solo Mining: AMD GPU Multi-Algorithm Guide 2026

You want to solo mine with your AMD GPU but every guide assumes you’re pool mining. You’ve installed drivers, maybe even tried a miner or two, but the configuration files look like they were written in a foreign language. And most frustrating of all — nobody explains how to actually connect to your own node for solo mining.

I spent two weeks testing WildRig Multi across five different AMD cards before I figured out the solo mining setup that actually works. The documentation is solid, but it’s written for pool miners. Let me break this down from the perspective of someone who wants to hit blocks directly.

WildRig Multi is my go-to AMD miner for algorithms that lolMiner doesn’t handle as efficiently. It supports over 30 algorithms, which means you can switch between coins based on difficulty changes without installing different mining software every time. For solo mining, that flexibility matters more than you’d think.

Why WildRig Multi Works Well for Solo Mining AMD GPUs

Most miners optimize for pool mining. They assume you’re submitting shares every few seconds and don’t care about block template updates or stale work rejection. WildRig Multi actually handles solo mining properly.

Here’s what makes it different: the software updates block templates immediately when your node broadcasts a new one. In pool mining, a 10-second delay barely matters. In solo mining, where you might only get one valid block in months, that delay could mean the difference between finding a block and submitting stale work that gets rejected.

I tested this by monitoring my node logs while running WildRig Multi pointed directly at it. Every time the blockchain moved forward, WildRig Multi grabbed the new template within 1-2 seconds. That response time matters.

The other advantage: WildRig Multi reports rejected shares with actual reasons. When you’re pool mining and get a reject, you shrug it off. When you’re solo mining and potentially just lost a block, you need to know if it was a network issue, stale work, or a configuration problem. WildRig Multi tells you.

WildRig Multi Solo Mining Hardware Requirements

Let’s be practical about what hardware actually makes sense for solo mining with WildRig Multi.

You need at least 6GB of VRAM for most modern coins. Some algorithms like KawPow will run on 4GB cards, but you’re limiting your coin options significantly. I run a mix of RX 6700 XT and RX 5700 XT cards, both with 12GB and 8GB respectively. Both work fine.

Your CPU barely matters. I’ve run WildRig Multi on everything from a Ryzen 3 to a threadripper, and the hashrate difference was maybe 2%. The miner uses CPU for share validation and template updates, but it’s not intensive.

RAM needs are minimal. 8GB is plenty for a 6-GPU rig. The actual mining work happens in VRAM, not system RAM.

AMD Radeon RX 6700 XT 12GB

Strong mid-range AMD card for multi-algorithm solo mining, 47 MH/s on KawPow at 130W, good VRAM for future DAG sizes

View on Amazon

For solo mining specifically, you want GPUs that deliver consistent hashrate rather than peak performance with occasional throttling. A card that does 45 MH/s constantly is better than one that hits 50 MH/s but drops to 40 MH/s when it thermal throttles.

Power supply considerations: calculate your total GPU power draw and add 20% headroom. My 6-GPU rig with RX 5700 XTs pulls about 840W from the wall when mining KawPow. I’m running a 1000W PSU and it’s stable.

Installing and Configuring WildRig Multi for Solo Mining

Download WildRig Multi from the official GitHub repository. Don’t grab random versions from mining forums — you’re connecting this to your wallet, so source matters.

The Windows version comes as a zip file. Extract it to a folder with a short path like C:wildrig. Long folder paths with special characters sometimes cause issues with batch files.

Important detail: Windows Defender will flag the miner as a virus. This happens with all mining software because cryptojackers use the same code. Add an exclusion for the entire WildRig folder before running it.

Open the folder and you’ll see several sample batch files. Ignore them for now — they’re all configured for pool mining. We’re building a solo mining configuration from scratch.

Create a new text file and rename it to solo-mine.bat. This will be your launch script.

Here’s the basic structure for a solo mining configuration:

wildrig.exe –algo ALGORITHM –url NODEIP:PORT –user WALLETADDRESS –pass x

Let me break down what each parameter actually does:

  • –algo: The mining algorithm (kawpow, ghostrider, firopow, etc.)
  • –url: Your node IP and RPC port (for local node: 127.0.0.1:PORT)
  • –user: Your wallet address for block rewards
  • –pass: Usually just “x” for solo mining, some nodes require a password

Here’s an actual example for Ravencoin solo mining:

wildrig.exe –algo kawpow –url 127.0.0.1:8766 –user RYourWalletAddressHere –pass x –opencl-threads 2 –opencl-launch 20×0

The additional parameters matter for AMD cards. –opencl-threads controls how many CPU threads handle GPU work distribution. I use 2 for most setups. –opencl-launch determines GPU intensity — 20×0 works for most modern AMD cards, but you might need to adjust based on your specific model.

Connecting WildRig Multi to Your Solo Mining Node

This is where most guides completely fail solo miners. They tell you to point the miner at a pool and never explain node setup.

You need a full node running for whatever coin you’re mining. The node validates transactions, maintains the blockchain, and generates block templates for your miner. Without a local node, you’re not solo mining — you’re just pool mining with extra steps.

For Ravencoin, you’d install Raven Core. For Ergo, you’d run an Ergo node. For Flux, you’d set up a Flux node. Each coin has its own node software.

The node must be fully synced before you start mining. A partially synced node will generate invalid blocks that get rejected by the network. Check the sync status in the node console or debug.log file.

In your node configuration file (usually in the data directory), you need to enable the RPC server and set a port:

server=1
rpcuser=yourusername
rpcpassword=yourpassword
rpcport=8766
rpcallowip=127.0.0.1

Save the config file and restart the node. WildRig Multi will connect to this RPC port to get block templates and submit completed work.

If you’re running the miner and node on different machines (which I do for security), change rpcallowip to your miner’s local IP address. Never expose RPC ports to the internet — that’s asking for trouble.

Based on my testing: the connection between miner and node should show active updates every few seconds in the WildRig Multi console. If you see long gaps with no activity, check your node configuration. A healthy connection updates continuously as transactions enter the mempool.

Multi-Algorithm Setup and Coin Switching Strategy

The real power of using WildRig Multi for solo mining comes from its multi-algorithm support. You can switch between coins based on difficulty changes without changing software.

I keep several batch files configured for different coins. One for Ravencoin (KawPow), one for Firo (FiroPow), one for Neoxa (also KawPow but different network), and one for Ergo (Autolykos — though lolMiner edges out WildRig Multi on Ergo by about 3% on my cards).

When I notice difficulty drops on a particular coin, I stop the current miner and start the batch file for that coin. The entire switch takes maybe 30 seconds including node verification.

Here’s my practical coin-switching decision process: I monitor network hashrate and difficulty on the coins I have nodes running for. If I see a 15% or greater difficulty drop that persists for more than an hour, I consider switching. Temporary drops from a large miner disconnecting usually correct within 30 minutes.

For reference, here are the algorithms WildRig Multi handles well on AMD cards:

  • KawPow: Ravencoin, Neoxa (best performance)
  • FiroPow: Firo (solid performance)
  • VertHash: Vertcoin (competitive with other miners)
  • GhostRider: Raptoreum (CPU-heavy, GPU assists)
  • Autolykos: Ergo (lolMiner slightly better, but WildRig works)

Check our detailed most profitable solo mining coins for GPUs to see current difficulty and profitability comparisons.

Real Numbers: Solo Mining Block Odds with WildRig Multi

Let me give you actual math instead of hype. Assuming you’re running a 6-GPU rig with RX 5700 XTs doing 47 MH/s each on KawPow:

Total hashrate: 282 MH/s
Ravencoin network hashrate (as of my last check): ~7.5 TH/s
Your percentage of network: 0.00376%
Block time: 1 minute
Blocks per day: 1440

Expected blocks per day: 1440 × 0.00376% = 0.054 blocks
Days to expected first block: ~18.5 days

That naturally depends on network conditions. When difficulty drops or hashrate leaves the network temporarily, your odds improve. When large miners join, your odds decrease. Solo mining is variance — these are statistical expectations, not guarantees.

Compare that to Neoxa with lower network hashrate (~800 GH/s): your 282 MH/s represents 0.03525% of the network. With 2-minute blocks (720 per day), you’d expect about 0.25 blocks per day, or roughly one block every 4 days.

Our solo mining time to block calculator explains the actual math behind these calculations.

Optimizing AMD GPU Settings for WildRig Multi Solo Mining

Default GPU settings waste electricity. You’re solo mining, which means profitability depends entirely on block rewards minus costs. Efficiency matters more than pool mining where you’re grinding for consistent small payouts.

I run my RX 5700 XTs undervolted to 850mV core voltage. Power consumption drops from 180W to 130W per card with only a 3% hashrate decrease. Over a month of 24/7 mining, that voltage adjustment saves about $15-20 in electricity per card at typical US rates.

Core clock doesn’t need maximum frequency for mining. I run 1400 MHz core on cards that boost to 1900+ MHz in gaming. Memory clock matters more — I push memory to 1850 MHz (effective 1850 MHz, not the doubled AMD spec number) with no stability issues.

Use AMD Radeon Software or a tool like MorePowerTool to adjust these settings. Don’t use MSI Afterburner for AMD cards — the voltage control is unreliable compared to AMD’s native tools.

Fan settings: I target 65°C junction temperature. The fans run around 55-60% speed to maintain that temperature. It’s not silent, but it’s not screaming either. Some people push 70-75°C to reduce fan wear, but I’ve had thermal throttling issues above 68°C on the hottest card in the rig.

Important detail: test stability for at least 24 hours before considering your settings final. I had a configuration that seemed stable for 12 hours, then crashed during a difficulty adjustment that changed the work intensity slightly. Lost a whole day of mining time because I didn’t test thoroughly.

Monitoring WildRig Multi Solo Mining Performance

The WildRig Multi console shows current hashrate, accepted shares, rejected shares, and temperature data. That’s useful for immediate status checks but terrible for long-term monitoring.

I redirect the output to a log file so I can analyze performance over time. Add this to your batch file:

wildrig.exe [your parameters] >> mining-log.txt 2>&1

This appends all console output to mining-log.txt. I review the logs weekly to check for patterns in rejected work or hashrate drops.

For remote monitoring, I use TeamViewer to access the mining rig from anywhere. Our guide on TeamViewer for solo mining remote management covers the security setup properly.

Node monitoring is actually more critical than miner monitoring for solo mining. Your node needs to stay synced and connected to peers. If your node falls behind or disconnects, you’re building on stale templates and any blocks you find will be rejected.

I run a simple script that checks my node’s block height against a public explorer every 10 minutes. If the difference exceeds 2 blocks, it sends me an alert. That early warning saved me twice from extended mining on stale templates that would have been completely wasted.

What to Do When You Find a Block

This happened to me after 23 days of mining Ravencoin with 280 MH/s. The WildRig Multi console showed “Share accepted!” and my heart rate doubled.

Check your node immediately. In the debug.log or console, you should see block generation messages confirming your node created and broadcast the block. Then check a block explorer — paste your wallet address and verify the block reward appeared.

Block rewards don’t mature instantly. Most coins require 100+ confirmations before you can spend the reward. Ravencoin needs 100 confirmations (about 100 minutes). Don’t panic if the balance shows as pending.

If WildRig Multi shows “Share accepted” but no block appears in the explorer after 10 minutes, check for orphaned blocks. Sometimes two miners find blocks simultaneously and the network chooses one. You did the work, you just didn’t win the race.

Honest assessment: orphaned blocks hurt more in solo mining than in pool mining where you barely notice them. That’s the nature of solo mining variance. You accept it or you pool mine instead.

Hidden Gem: WildRig Multi’s Lesser-Known Solo Mining Features

Most guides never mention WildRig Multi’s benchmark mode, but it’s incredibly useful for solo miners comparing coin profitability.

Run: wildrig.exe –benchmark ALGORITHM

The miner tests your hardware on that specific algorithm and reports exact hashrate. I use this to calculate expected block times before committing to running a full node for a new coin.

Another feature: custom difficulty adjustment with –difficulty parameter. Some nodes generate work that’s too easy or too hard for your hashrate. I’ve never needed to adjust this manually, but it’s there if you run into issues.

The –print-full parameter shows more detailed statistics including per-GPU hashrate and temperature. Useful for diagnosing why one card might be underperforming.

WildRig Multi also supports API monitoring on a local port. Add –api-port 4028 to your batch file, then point monitoring software like Awesome Miner at 127.0.0.1:4028. It reports JSON-formatted stats you can log or graph.

Real Profitability: Solo Mining with WildRig Multi on AMD GPUs

Let me give you honest numbers with realistic expectations. Keep in mind electricity represents a significant ongoing expense that directly impacts your bottom line — you’re paying this cost continuously whether you find blocks or not. I’m running 6x RX 5700 XT cards optimized as described above:

Power consumption: 130W per card × 6 = 780W
Plus system overhead (motherboard, CPU, fans): ~60W
Total power draw: 840W
Daily electricity cost at $0.12/kWh: $2.42 (this adds up to roughly $73-74 monthly in electricity costs alone)

Mining Ravencoin at 282 MH/s with current difficulty, estimated time to first block is about 18 days at current network conditions. Block reward: 2500 RVN. At current RVN price ($0.005947), that’s roughly $40-50 per block depending on when you sell.

Over those 18 days, electricity cost totals about $43.56. Your potential net profit per block: minimal to slightly negative depending on exact timing and price — and that’s assuming you actually find a block within the expected timeframe, which isn’t guaranteed.

But here’s the thing: difficulty isn’t constant. When I switched to Neoxa during a difficulty drop, my estimated time to block dropped to 4 days. Block reward: 5000 NXA at ~$0.012 = $60 per block. Four days of electricity: $9.68. Potential net profit: $50.32 — though again, these are estimates assuming average block times, not guarantees.

Solo mining profitability depends on your ability to identify and capitalize on low-difficulty windows. If you just point your miner at one coin and forget it, you’ll likely lose money on electricity. If you actively monitor difficulty and switch intelligently, you may potentially be profitable — though results vary significantly based on network conditions, block luck, electricity rates, and coin prices.

For detailed profitability calculations on specific coins, check our guides on Ravencoin solo mining, Firo solo mining, and Neoxa solo mining.

Common WildRig Multi Solo Mining Issues and Solutions

You’ll run into problems. Here are the ones I encountered and how I fixed them:

Problem: “Connection refused” error
Your node isn’t accepting RPC connections. Check if server=1 is in your node config file and verify the RPC port matches what you specified in your mining batch file. Restart the node after config changes.

Problem: High reject rate (>2%)
Either your node is falling behind the network or your miner can’t keep up with template updates. Check node peer connections first — you need at least 8 active connections. If the node is synced but rejects remain high, reduce GPU intensity slightly.

Problem: GPU crash or driver reset
You pushed overclocking too far. I had this constantly until I backed off memory clock by 50 MHz. Stable mining beats maximum hashrate every time.

Problem: “Share above target” messages
This means you’re finding shares, just not ones that meet the difficulty requirement for a block. This is completely normal in solo mining. You might see 100+ “share above target” messages before finding one valid block.

Problem: Zero hashrate on one GPU
The DAG didn’t load into VRAM properly. Stop the miner, use GPU-Z to verify VRAM isn’t already full from another process, then restart. Sometimes Windows does weird things with VRAM allocation.

Should You Use WildRig Multi for Solo Mining?

If you have AMD cards and are interested in learning about solo mining beyond Ethereum (which is proof-of-stake now anyway), WildRig Multi offers solid technical capabilities worth exploring. It handles the connection properly, switches algorithms easily, and provides the reporting detail you need to diagnose issues. However, understand that solo mining involves significant risks including ongoing electricity costs and highly unpredictable returns — you might mine for weeks or months without finding a block, losing money on electricity the entire time. This information is educational; whether solo mining makes sense for your specific situation depends on factors like your electricity costs, hardware efficiency, risk tolerance, and technical interest. It’s not a recommendation to proceed.

For Ergo specifically, lolMiner performs about 3% better on my RX 5700 XTs. Our lolMiner solo mining guide covers that setup. But for KawPow coins and most other algorithms, WildRig Multi is my first choice.

The multi-algorithm support means you can respond to network changes quickly. When Ravencoin difficulty spikes, I switch to Neoxa or Firo within minutes. With dedicated single-algorithm miners, you’d need different software installed for each coin.

But honestly: solo mining with GPUs in 2026 is marginal profitability at best. Unless you have very cheap electricity (under $0.08/kWh), you’re mining for the chance at a block reward, not for steady income. I do it because I find the technical challenge interesting and because explaining it in detail helps you avoid my mistakes.

If your goal is steady income, pool mining makes more sense. If your goal is to understand how blockchain consensus actually works and you want the experience of finding your own block, solo mining with WildRig Multi on AMD hardware is a solid way to do it.

For comparison with ASIC solo mining, our ASIC vs GPU mining comparison breaks down when each makes sense.

Frequently Asked Questions

Can I solo mine with WildRig Multi on Nvidia GPUs?

No. WildRig Multi is specifically designed for AMD GPUs using OpenCL. Nvidia cards need different mining software. For Nvidia solo mining, check our guides on T-Rex Miner or similar Nvidia-optimized miners. The concepts are similar, but the software is different.

How much electricity does solo mining with WildRig Multi actually cost?

Depends entirely on your GPU count and optimization. A single RX 5700 XT optimized for mining draws about 130W. Six of them in a rig with system overhead total around 840W, which costs roughly $2.42 per day at $0.12/kWh electricity rates. Calculate your local rates and multiply by your actual power draw measured at the wall.

What’s the minimum hashrate needed for realistic solo mining with WildRig Multi?

There’s no hard minimum, but practical odds require at least 200-300 MH/s on KawPow algorithms to see blocks within reasonable timeframes (weeks rather than months). Lower hashrate coins like Neoxa allow meaningful solo mining with less. I wouldn’t solo mine Ravencoin with less than 250 MH/s unless you’re extremely patient or treating it as a learning experience rather than profit-seeking.

Should I solo mine during a bull market or switch to pools?

Interesting question with no universal answer. During bull markets, difficulty typically rises as more miners join. Your odds of hitting a block decrease, but the block reward value increases. Our article on solo mining during bull markets explains the math in detail. My approach: I solo mine coins with relatively stable difficulty regardless of price, then switch to pools when difficulty spikes make solo mining statistically unreasonable.

Can WildRig Multi automatically switch between coins based on profitability?

No, WildRig Multi doesn’t include automatic coin-switching like some pool mining software does. You need to monitor difficulty and network conditions yourself, then manually change which batch file you’re running. I actually prefer this approach for solo mining because automatic switchers optimize for pool profitability, not for solo mining block odds. Manual switching lets you account for factors like node sync time and difficulty adjustment schedules that automated systems ignore.