xmrig / xmrig-cuda

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

How to get "libxmrig-cuda.so" #141

Closed BIGBEASTISHANK closed 2 years ago

BIGBEASTISHANK commented 2 years ago

how to get that file, I am on linux and I want to mine with gpu but i cant get that cuda file libxmrig-cuda.so. how to get it?

Wolfcoool commented 2 years ago

Compile the program from source (guide: https://xmrig.com/docs/miner/build) select your distro and look under "cuda"

Spudz76 commented 2 years ago

Download correct CUDA Toolkit for your GPU (if it's Kepler or older use 10.2 if it's Fermi you must use 8.0, otherwise the latest works). This toolkit should also match the CUDA version in your chosen driver, Fermi can't go above 390 series, Kepler not above 470 series. To see the CUDA included with your driver use nvidia-smi and it's in the upper right corner.