Bitcoin Forum

Other => Beginners & Help => Topic started by: HashLite on December 20, 2013, 12:55:25 AM



Title: CGMiner - no open SDK installed
Post by: HashLite on December 20, 2013, 12:55:25 AM
Hi There,

I have gone through a few iterations to try to get things working, but could use some help.

I also installed the AMD APP SDK version 2.9., but am receiving the following message:
"
Started CGMiner 3.7.2
Error -1001: clGetPLatformsIDs failed (no OpenCL SDK installed?)
clDevicesNum returned error, no GPUs usable
No devices detected!
Waiting for USB hotplug devices or press q to quit Need to specify at least one pool server.
Input server details.
URL:
"

Here are my computer details:
GPU: ATI Radeon Mobility 5730 HD
CPU: I7 Q740 @1.73GHz

I am also using the following code for my mine_litecoins.bat file

"
timeout /t 30
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -I 11 -w128 --thread-concurrency 3048 -o stratum+tcp://ltc.mupool.com:3333 -u username.Worker1 -p my_password
"

(I have placed in my proper username and password in case you were wondering...)

Any help would be great!