Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm advanced NVIDIA CUDA miner [1.1.4a]
by
djeZo
on 20/05/2017, 09:24:46 UTC
How to set something like "--gpu-platform 1" in GG?

Unlike GG, OpenCL platforms are transparent with zero-based device ID's in excavator.
For example, if there are two devices on Platform 0, the device ID of the first device on Platform 1 is 2.

    Platform 0: Device 0, Device 1
    Platform 1: Device 2

Makes sense?

The best is to call device.list and see which device_id it is (https://github.com/nicehash/excavator/tree/master/api#device-list).