
The latest release of XMRig 6.0.0-Beta comes with support for the KAWPOW algorithm used by Ravencoin (RVN) for AMD and Nvidia GPUs. Although we often associate XMRig with processor mining for RandomX, it also supports a number of algorithms and mining on GPUs. We tried KAWPOW support and, frankly, encountered some difficulties making it work on two different Radeon RX 580 mines, as well as on one GTX 1080 Ti installation, so we returned to using TeamRedMiner as the most efficient solution for AMD GPUs and T-Rex for Nvidia so far regarding RVN mining.
Download XMRig v6.0.0-beta
XMRig is an open source GPU miner available for Windows and Liunx operating systems, official precompiled binaries have a 1% development fee, although you can compile yourself with a zero board from the source code, if you wish, and you can.
GitHub:
MEGA:
Please note miners are often marked as malware by antivirus programs. This is not so, they are marked simply because they are cryptocurrency miners. If you do not trust the software, do not use it!
v6.0.0-beta
- Added support for the KawPow (Ravencoin) algorithm on AMD / NVIDIA.
- Removed the outdated cn / gpu algorithm.
- The default donation level is reduced to 1%, but you can still increase it if you want.
Notes
- For NVIDIA CUDA mining support, use version with
cuda10_1suffix or any regular version with CUDA plugin.
Supported platforms
- OpenCL for AMD GPUs
- CUDA for NVIDIA GPUs with CUDA plugin
Notes for Kawpow
- All loans for open source implementation @SChernykh.
- The release is marked as beta because the KawPow algorithm and network protocol are very different from those previously supported.
- The configuration is fully compatible with the previous version.
- Because the network protocol is different, algorithm matching and algorithm switching are not supported for KawPow.
Configuration
Minimum configuration file:
{
"autosave": true,
"cpu": false,
"opencl": true,
"cuda": true,
"pools": [
{
"algo": "kawpow",
"url": "stratum.ravenminer.com:3838",
"user": "RVN_WALLET",
"pass": "x",
"tls": false
}
]
}Or command line:
--no-cpu --opencl --cuda -o stratum.ravenminer.com:3838 -a kawpow -u RVN_WALLETRecommended New Articles:
TeamRedMiner v0.7.4: Update for Kawpow and Ethash (AMD GPU 4GB VRAM)
NVCleanstall & Customize Install NVIDIA Driver package (Download v1.6.0 for Windows)
TeamRedMiner v0.7.3: Download AMD GPU Cryptocurrency Miner
AwesomeMiner Version 7.7.2: GPU/CPU/ASIC/FPGA multi-miner
ATI ATIFlash / AMD VBFlash v2.93 (Download for Windows & Linux)
BitPay Wallet & Bitcoin wallet for Windows (Overview, Installation, Using )





