Bitcoin Forum

Other => Beginners & Help => Topic started by: vermas on December 12, 2013, 07:25:29 PM



Title: cgminer error on start and not working.
Post by: vermas on December 12, 2013, 07:25:29 PM
Hello
Does anyone know why this happened:
Error -55: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
GPU 0 failure, disabling!
Thread 0 being disabled

Thank you


Title: Re: cgminer error on start and not working.
Post by: ajax3592 on December 12, 2013, 07:27:27 PM
You should check two things at this time:

1) Double check the command you entered to run it

2) Check for connectivity issues in your pool


Title: Re: cgminer error on start and not working.
Post by: vermas on December 12, 2013, 07:34:04 PM
This is comand:
cgminer.exe --scrypt -u user.worker -p password -o stratum+tcp://mnc.vircurpool.com:3333 --gpu-platform 0 -d 0 -w 256 -v 1 -I 20 -g 1 -l 1 -T  --thread-concurrency 3520

user.worker and password replace for my user, work and pass.
It seems, miner is join to pool right.


Title: Re: cgminer error on start and not working.
Post by: Kith on December 12, 2013, 07:44:25 PM
ive experienced the same thing. Thanks


Title: Re: cgminer error on start and not working.
Post by: Shadovka on December 12, 2013, 07:46:07 PM
I had the same thing and i remember my command was just wrong.


Title: Re: cgminer error on start and not working.
Post by: vermas on December 12, 2013, 07:47:46 PM
And do you remember what wrong is in command? Because i spend a lot of time on this error and no result...


Title: Re: cgminer error on start and not working.
Post by: vermas on December 13, 2013, 08:54:00 AM
Without --scrypt parameter cgminer working corectly, but worker in pool is inactive. With --scrypt param get error -55. Anybody know solution?

Thanks.