xmrig / xmrig-cuda

NVIDIA CUDA plugin for XMRig miner
GNU General Public License v3.0
358 stars 155 forks source link

Mining doesn't start - GPU #136

Open mowshon opened 2 years ago

mowshon commented 2 years ago

The miner starts up, but the mining doesn't start. If I mine from the CPU then everything is fine, but nothing happens from the GPU CUDA.

Where did I make a mistake?

config.json

{
    "autosave": true,
    "donate-level": 5,
    "cpu": false,
    "opencl": false,
    "cuda": {
        "enabled": true,
        "loader": "libxmrig-cuda.so"
     },
    "pools": [
        {
            "coin": null,
            "algo": null,
            "url": "kp.unmineable.com:3333",
            "user": "SHIB:0x..........................43d2.Test",
            "pass": "x",
            "tls": false,
            "keepalive": true,
            "nicehash": false
        }
    ]
}

nvidia-smi

Thu Nov 11 17:56:28 2021       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 465.19.01    Driver Version: 465.19.01    CUDA Version: 11.3     |
|-------------------------------+----------------------+----------------------+

Console mining

and... nothing happens.

Spudz76 commented 2 years ago

Kawpow is GPU-only. Disable CPU.

mowshon commented 2 years ago

@Spudz76

I disabled everything except mining on the GPU, but the process still won't start. Everything is like in the screenshot above.

But, if I use "rx.unmineable.com:3333" (mining on CPU) then the process starts and the video card really starts working.

Spudz76 commented 2 years ago

Could try the 11.3 version of plugin as that would match the driver CUDA version. It doesn't cause problems for most cards but maybe that one is an edge case. You are currently built for 11.1 against the 11.3 driver.