Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.8 (Linux / Windows)
by
nazzer
on 07/02/2018, 06:01:44 UTC
Is it possible to use just 1 device with the miner? I have 2 cards but I sometimes like to game with one so being able to shut off the miner from using one at some points would be nice, even if it requires a separate .bat

Yes.

Code:
Options:
    --help           Print this help
    --dev            Space separated list of cuda devices
    --list-devices   List available cuda devices

How do I use this? I have done "--dev 1" "--dev 980ti" what is the correct variable?

Code:
$ ./zm --list-devices
Device: 0    GeForce GTX 1070         MB: 8119  PCI: 1:0
Device: 1    GeForce GTX 1070         MB: 8119  PCI: 3:0
Device: 2    GeForce GTX 1070         MB: 8119  PCI: 4:0
Device: 3    GeForce GTX 1070         MB: 8119  PCI: 5:0
Device: 4    GeForce GTX 1070         MB: 8119  PCI: 6:0
Device: 5    GeForce GTX 1070         MB: 8119  PCI: 7:0

Devices are numbered as per --list-devices

e.g.

Code:
$ ./zm --dev 0 1 3 5