Post
Topic
Board Mining (Altcoins)
Merits 4 from 2 users
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
monkeeeey
on 04/10/2020, 11:22:56 UTC
⭐ Merited by xandry (2) ,vapourminer (2)
GPU 1, GpuMiner cu_kd failed 8 (0), invalid device function
It seems that Claymore miner doesn't support CUDA 10 on Linux, try to switch on another miner. It can be Phoenix Miner, Team Red Miner or T-rex miner for example.

For reference: [Linux] Claymore fails with GpuMiner cu_kd failed 8 (0)


I compiled Ethminer https://github.com/ethereum-mining/ethminer/blob/master/docs/BUILD.md and it works. But I did have to change ethminer/libethash-cuda/CMakeLists.txt to ignore old (sm_30-35 that don't work with CUDA 11) and add new 86 architecture (list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_86,code=sm_86")).