fireice-uk / xmr-stak

Free Monero RandomX Miner and unified CryptoNight miner
GNU General Public License v3.0
4.05k stars 1.79k forks source link

old nvidia GTX 550ti stops working #2322

Closed rassware closed 5 years ago

rassware commented 5 years ago

The miner works with this setup fine until 2.9. Compilation works fine. I have CUDA version 8 installed.

Basic information

Issue with the execution

Stability issue

bycarloz commented 5 years ago

I'm using cuda 8 and I compiled the miner 2.10.0 to cuda 8 and I'm extracting, monero in graphics gtx 460 ti, gtx 570 ti, gtx 750 ti Driver: 391.35. although I am going to degrade the controllers to 372.70 or 388.71 to see if the hashrate goes up a bit more, since in the miner xmr-stak 2.6.0 I had more hashrate and I used the drivers 391.35 but the recommended thing is to have to cuda 8 one of this two driver installed 372.70 or 388.71

Spudz76 commented 5 years ago

Go to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\ Copy cudart64_80.dll and nvrtc64_80.dll and nvrtc-builtins64_80.dll into wherever xmr-stak.exe is located.

Or install CUDA 8 Toolkit on the mining rig just the runtime section (more specifically the CUDART and NVRTC parts) but it's way easier to just copy the DLLs around.

rassware commented 5 years ago

Thanks @Spudz76 for your help. My system is an Ubuntu 18.04 by the way. I had a wrong path to the cuda library in my .profile in my home dir.

Correct path in my .profile (/usr/local/cuda is a symlink to /usr/local/cuda-8.0): LD_LIBRARY_PATH="/usr/local/cuda/lib64:$LD_LIBRARY_PATH"

Thanks!

Spudz76 commented 5 years ago

Ah, yes. I have not used the new version on CUDA-Linux yet but same issue different fixes.