I'm on a Mac Pro; quad core Intel Xeon, dual 6GB ATI D700s, 16 GB RAM, running Windows 8 on Bootcamp, and decided to see what the cryptocoin mining thing was all about. I downloaded cgminer 3.7.2 and used this as my batch script:
cgminer --scrypt -o stratum+tcp://us-west.multipool.us:7777 -u
name.1 -p xxxxxx
and this is my cgminer.conf file:
{
"pools" : [
{
"url" : "stratum+tcp://us-west2.multipool.us:7777",
"user" : "name.1",
"pass" : "x"
},
{
"url" : "stratum+tcp://us-east.multipool.us:7777",
"user" : "name.1",
"pass" : "x"
},
{
"url" : "stratum+tcp://us-west.multipool.us:7777",
"user" : "name.1",
"pass" : "x"
}
]
,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048,",
"gpu-engine" : "0-0",
"gpu-fan" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "75",
"temp-overheat" : "85",
"temp-target" : "65",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"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"
}
I use CGWatcher with the proper cgminer files selected in my CGWatcher profile, but I run into a few issues. Firstly, is CGWatcher just really really slow? It only responds to my clicks after several (upwards of 45) seconds, and on a machine like this I feel like that shouldn't happen. Secondly, I keep getting an issue that cgminer's API never starts up or is never able to be reached by CGWatcher. When I try executing the batch independently, I get a console window that flashes some text in it, then goes completely black and doesn't print anything again, although a few moments later I hear the fans in my computer turn up really high.
I have the ATI OpenCL SDK installed, and when I'm not home or on the computer, I'd like to have both graphics cards working on the mining process.
Ultimately, I just want to use CGWatcher to connect to Multipool's multi-coin-mining URL and try some coin mining, but I've been screwing around with batch and config files while wrestling with a glitchy CGWatcher and various mining tutorials for two days now. Anybody have any tips? A donation to whomever helps me get this to work