xmrig / xmrig-cuda

NVIDIA CUDA plugin for XMRig miner
GNU General Public License v3.0
352 stars 153 forks source link
cryptonight cuda randomx xmrig

xmrig-cuda

This repository contains the CUDA plugin for the XMRig miner, which provides support for NVIDIA GPUs.

This plugin is a separate project because of the main reasons listed below:

  1. Not all users require CUDA support, and it is an optional feature.
  2. CUDA has strict compiler version requirements that may conflict with the CPU mining code. For example, CUDA doesn't support GCC on Windows.

Windows

Linux

Linux usage is almost the same as Windows except we don't provide binaries and you must build the plugin from the source and the name of the plugin is different libxmrig-cuda.so.

macOS

CUDA no longer supports macOS, which means that the plugin also does not support it.