YoRyan / nuxhash

A NiceHash cryptocurrency mining client for Linux.
GNU General Public License v3.0
264 stars 164 forks source link

Mine with specific NVIDIA device #84

Open recolic opened 3 years ago

recolic commented 3 years ago

Hi,

I have two GPU attached on my machine: NVIDIA RTX 2080Ti for mining, and NVIDIA Quadro P620 for daily working.

I would like to only mine with 2080Ti, which allow me to continue doing my daily work on P620.

How to mine with one specific card?

Thanks

eyal0 commented 3 years ago

What is the output when you list the GPUs that are supported by excavator? To see the list, run this:

~/.config/nuxhash/excavator/excavator

In another window, run this:

telnet 127.0.0.1 3456

After it connects (about 2 seconds) type this:

{"id": 1, "method": "device.list", "params": []}

What is the output?