xmrig / xmrig-cuda

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

Super low hash rate with Nvidia GPU GT 710 #101

Open j1a2k3e4 opened 3 years ago

j1a2k3e4 commented 3 years ago

Hello, I posted this in another place but it probably belongs here. I have a terrible low hash rate using the Cuda plugin. single digits... I have tried several CMD settings, including --no-cpu.

Hash Rates: | CPU # | AFFINITY | 10s H/s | 60s H/s | 15m H/s | | 0 | 0 | 471.1 | 471.1 | 470.9 | | 1 | 1 | 471.1 | 471.1 | 470.9 | | 2 | 2 | 471.1 | 471.1 | 470.9 | | - | - | 1413.4 | 1413.2 | 1412.6 | | CUDA # | AFFINITY | 10s H/s | 60s H/s | 15m H/s | | 0 | -1 | n/a | 8.68 | 8.63 | #0 01:00.0 NVIDIA GeForce GT 710 | - | - | 8.62 | 8.68 | 8.63 |

GPU health: [2021-05-11 08:25:48.713] Nvidia #0 01:00.0 0W 52C Doesn't even look like its being used...

Version info:

this is on a fresh ubuntu 20.04 install. any help would be appreciated.

Spudz76 commented 3 years ago

Looks right, RandomX is anti-GPU because it's a CPU-only algorithm.

To make XMR with GPUs use an auto-exchanging pool like MoneroOcean. Otherwise it's a waste of GPUs and watts.

j1a2k3e4 commented 3 years ago

alright, thanks!