Hi guys, I'm a noob. I'm just starting out mining and hooked up to Middlecoin a couple of days ago since it seems pretty straightforward for a noob, and had a few questions pertaining to optimizing my config file for pool mining. I have done a lot of googling and read this whole thread also, so I think that I'm on the right track with my tune, but I want to ask some questions anyway.
Some setup info: I've got six Sapphire 7950 dual-x cards in one rig that I just put together. These are the 11196-19-20G models with the bios that allows adjustable voltage. The rig's on a 15 amp circuit for now, which is why I have the intensity turned down, until I can move it down into the basement, where I have a dedicated 20 amp circuit. So right now they are hitting ~325Mh each, and ~300 WU on average, with temps hovering among the low 70's, and no hardware errors at all.
I have what I would consider to be a "stable" and "fast enough" internet connection. It rarely hangs and it downloads at around 6 Mb/s, and uploads at around 3Mb/s, as long as the connection is wired. I am going to ping the middlecoin server from the rig but forgot to do it before I started posting.
First, here's what I'm running for my config in cgminer.
{
"pools" : [
{
"url" : "--scrypt stratum+tcp://middlecoin.com:3333",
"user" : "...",
"pass" : "..."
}
]
,
"intensity" : "14",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "22400",
"shaders" : "0",
"gpu-engine" : "1100",
"gpu-fan" : "0-85",
"gpu-memclock" : "1575",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : ".900,.900,.900,.900,.900,.900",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "1",
"gpu-dyninterval" : "10",
"gpu-platform" : "1",
"gpu-threads" : "1",
"scrypt" : true,
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
My main questions have to do with the queue, scantime, and expiry settings, and the worksize setting.
I'm pretty sure that I want my queue to be "0", or is that wrong? I have my scantime and expiry both at "1". Is that too short of a time frame in either case? I read one guy suggesting "5", and some other guy went with "1" and said that he didn't notice a difference. Does that depend on what is being worked on at any given time and/or what my rig is hashing? What exactly should I compare my results against if I test out some different settings for those? I ran all day yesterday with the default settings for the queue, expiry, and scantime, and then changed the config to the above this morning. I think I got .02 bitcoin after one day with the default queue, expiry, and scantime. (I also had the voltage at 1.0 for the first day and went down to .9 this morning, and didn't really notice an immediate difference, but I figured that I would mention that also at this time.)
My worksize is set at 256, should that be at 512 since the difficulty of the pool is 512? It seems that from what I have read, my cards like a worksize of 256 for a reason that I forget right at the moment, but I don't know if I'm supposed to match the pool difficulty with my worksize or not.
A couple more things that I just thought about is that my unit shuts off and restarts if I set gpu threads above "1". Does that matter that I can't run it at "2"? I'm not really sure what that setting affects exactly. I think that that setting kind of depends on the specific type of card that is being used, and I read that the 7950's seem to like gpu threads set at "1", maybe someone can confirm that, or tell me what it means and what the difference is.
Also one other thing, I deleted the vectors line, since I read that they aren't used for scrypt mining, but then I see a lot of scrypt config files posted that has that line in there. Am I correct in thinking that it doesn't do anything for scrypt mining and that I can leave it out?
Let me know if I forgot any info that would be needed to answer my questions, or if you see anything else that is amiss. I want to optimize my rig for Middlecoin at this time.