After doing a bit of research on mining with the 7560D, I found some parameters that work for one person, but many others cannot get that model of GPU to mine correctly.
I have made up a cgminer.conf file for you, just change user and password field to match yours:
{
"pools" : [
{
"url" : "stratum+tcp://gld.cryptocoinmine.com:2020",
"user" : "username",
"pass" : "password"
}
]
,
"intensity" : "13",
"vectors" : "2",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "1024",
"shaders" : "0",
"gpu-engine" : "0",
"gpu-fan" : "0-85",
"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" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
Now, I set the concurrency at 1024 to start (256 shaders * 4). The GENERAL rule of thumb is AMD 5000 series use shaders * 5, AMD series 6000 and up use shaders * 4. Since in the configuration we are using concurrency there is no need to set shaders. Shaders is only used by Cgminer to try and guess the concurrency when none is given.
In the article I found the person was using concurrency at 2048. However he was using the Litecoin daemon mining interface with mining software that was not Cgminer. I have never heard of anybody using shaders * 8 with Cgminer.
Also remember that the JSON format of the conf file has to be exact, CgMiner(and JSON in general) is extremely strict about its formatting rules. Just cut and paste exactly what I have posted with the exception of username and password.
If this does not work, do not worry, the 7560 is not a stellar performer anyhow, and you will probably spend more on electricity then you would make with mined coins. I do understand your desire to support Goldcoin and hope it does work for you.
Otherwise, I would suggest picking a good used 5800 or 6900 series GPU.I have seen some 5850 go as cheap as $50.00 on ebay. My rig#3 consists of two 5850 and with almost no tweaking at all (Have not had the time) I am getting around 300 KH/s on each.