I have an issue when trying to run CGminer for mining Litecoin maybe you can help me ?
Thanks in advance
Error:
[2013-05-23 11:44:56] Started cgminer 3.1.1
[2013-05-23 11:44:56] Started cgminer 3.1.1
[2013-05-23 11:44:56] Loaded configuration file cgminer.conf
[2013-05-23 11:44:56] Probing for an alive pool
[2013-05-23 11:45:01] Maximum buffer memory device 0 supports says 536870912
[2013-05-23 11:45:01] Your scrypt settings come to 1572864000
[2013-05-23 11:45:01] Error -61: clCreateBuffer (padbuffer8), decrease TC or in
crease LG
[2013-05-23 11:45:01] Failed to init GPU thread 0, disabling device 0
[2013-05-23 11:45:01] Restarting the GPU from the menu will not fix this.
[2013-05-23 11:45:01] Try restarting cgminer.
Press enter to continue:
Here my cgminer.conf
{
"pools" : [
{
"url" : "stratum+tcp://ltc.coinat.com:3333",
"user" : "xxx",
"pass" : "xxx"
}
]
,
"intensity" : "18",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}