xmrig-cuda
xmrig-cuda copied to clipboard
When will support for CUDA11.4 be released?
Thanks
Added https://github.com/xmrig/xmrig-cuda/releases/download/v6.15.1/xmrig-cuda-6.15.1-cuda11_4-win64.zip Thank you.
Would this version also support CUDA11.5 or should one wait until full support? Thanks @xmrig
Every older CUDA works with any newer driver. But it's best for them to be as close as possible.
Should CUDA Toolkit 11.4.4 from February 2022 be supported? I downloaded xmrig-cuda-6.17.0-cuda11_4-win64.zip
and get this message:
* CUDA disabled (xmrig-cuda.dll: API version mismatch)
.
* CUDA disabled (xmrig-cuda.dll: API version mismatch)
.
This means your main xmrig exe is too old for the newer plugin. Occasionally (not often) the internal API changes and then you must upgrade both parts.
Also, if it just stays disabled, your driver might not support newer CUDA, you can check what max CUDA toolkit version your driver supports in the nvidia-smi
output, top right corner. You can't run an app (plugin) with newer than what that says without upgrading the driver. Nvidia sometimes releases a new Toolkit a week or two before the driver that supports it (so developers can work with the new Toolkit using a beta driver as a small headstart, etc).
Damn, that was to easy. I though I had the newest one. Updated the xmrig.exe
to the latest version and all works as it should. Many thanks!