CryptoGraphics / VerthashMiner

GPU miner for the Verthash algorithm
GNU General Public License v3.0
76 stars 38 forks source link

Miner starts hashing on ONBOARD video card #24

Closed swipester closed 3 years ago

swipester commented 3 years ago

I noticed it will start to hash on onboard video card as well as video cards on risers. Is there any way to disable this I do not want to burn out my onboard video card.

CryptoGraphics commented 3 years ago

You can select devices manually. For example devices: 1,2,5 AMD: --cl-devices 1,2,5 NVIDIA: --cu-devices 1,2,5

Same goes for the configuration file. (Readme: OpenCL device management part can be applied to CUDA too).