Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.8.0 - Ethash/Kawpow/Nimiq/Etchash and More
by
Guigs321
on 13/02/2021, 12:46:40 UTC
is it possible to choose with wich GPU i want to mine ? I want to use 4 gpu to mine for adress and 2 other for another adress. thx

  -d, --devices=DEVLIST     Sets gpu devices to use from detected list. DEVLIST should be a comma-
                              separated list of device indices, e.g. -d 0,1,2,4.  If not specified, all
                              devices on the platform(s) will be used.  NOTE: by default the devices are ordered
                              by pcie bus ordering. Use --list_devices to show indices.
try like this, all commands in file USAGE.txt
1. TRM ... --device=0,1,2,3
2. TRM ... --device=4,5

Thank you mate !