Post
Topic
Board Mining (Altcoins)
Re: Watchdog: GPU hangs in OpenCL call, exit error
by
iam1000fold
on 16/02/2018, 02:28:26 UTC
Thanks.
To disabling GPU number 1 I tried -di0, -di1, -di01 on start.bat and config.txt with no success
But in run-time (Running bat file) I pressed simply 1 an GPU number 1 disabled. result= (GPU #1: mining disabled)
I will appreciate if you tell me know how is disabling GPU number x from files before running?

daycoin, how many GPUs do you have?
if you have three GPUs, and you want to disable GPU 1 then the code should be like this: (add this in your .bat file)
-di 12
for disabling GPU 2:
-di 02
for disabling GPU 3:
-di 01

(note: 0 = GPU1, 1 = GPU2 and 2 = GPU3)...this simply means that the GPU number in the code is the one that should be mining

hope this helps...

i am also experiencing this OpenCL error with my miner and still working and waiting on some possible solution....