What's up people? I am very new at mining, so hopefully someone can help me out.
I am trying to hook up to the middlecoin pool and have a cgminer config file that works at all.
I'll include as much info as I know, let me know what else you need to know.
Hardware-wise, I think my rig is ok. I set up a six-card rig running Sapphire hd 7950
(sku:11196-19-20g) and Win8. Had to putz around with the gpu drivers but it does see all six.
I followed some instructions from the internet and loaded cgminer, rebooted, and did the following through my command prompt:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
and verified that that "took" .
Then I tried to set up a cgminer config for middlecoin and that didn't go too well.
Then I deleted my config and manually hooked up to the middlecoin pool by manually entering in stratum+tcp://middlecoin.com:3333
for the url, and entered in my name and password, and it hooked up and started hashing away based on the default settings.
Then I had it make and save a default config file while cgminer was running ("s", "w"), which it did.
Here's where I am having problems. If I quit out if cgminer and then attempt to restart it by clicking on the cgminer.exe file, it won't hook up again no matter what, even though I'm using the default config file that cgminer just created.
Below is what cgminer generates when I do "s" and "w" while it is running. (I took out my username and password, but checked it and it is what it should be.) One weird thing is that after the "o" in "tcpo", there is a character that looks like another "o" but it is surrounded with a black square. I tried deleting that but it still didn't help.
So if I delete that default config that cgminer generates and manually try to hook up to middlecoin again, I'm able to do that, but I'm not actually sure that I'm doing anything productive since I have not been able to run off of a config modified for scrypt, since the kernel is set to poclbm and not scrypt. Plus there are other settings that I know should be different to optimize my hash rate, but I'm less worried about that as opposed to not actually being able to run off of any config yet.
{
"pools" : [
{
"url" : "
http://stratum+tcpo://middlecoin.com:3333",
"user" : "...."
"pass" : "...."
}
]
,
"intensity" : "d,d,d,d,d,d",
"vectors" : "1,1,1,1,1,1",
"worksize" : "64,64,64,64,64,64",
"kernel" : "poclbm,poclbm,poclbm,poclbm,poclbm,poclbm",
"lookup-gap" : "0,0,0,0,0,0",
"thread-concurrency" : "0,0,0,0,0,0",
"shaders" : "0,0,0,0,0,0",
"gpu-engine" : "0-0,0-0,0-0,0-0,0-0,0-0",
"gpu-fan" : "0-85,0-85,0-85,0-85,0-85,0-85",
"gpu-memclock" : "0,0,0,0,0,0",
"gpu-memdiff" : "0,0,0,0,0,0",
"gpu-powertune" : "0,0,0,0,0,0",
"gpu-vddc" : "0.000,0.000,0.000,0.000,0.000,0.000",
"temp-cutoff" : "95,95,95,95,95,95",
"temp-overheat" : "85,85,85,85,85,85",
"temp-target" : "75,75,75,75,75,75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "1",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
So that is my big problem that I am having at this point. I also make sure to delete any .bin files that cgminer creates before attempting to make any progress.
I also have some questions about undervolting my cards through cgminer. Can I do that through my config using the vddc settings? I have read different things in regards to that, and trixx seems to suck and not retain my settings in regards to that. Afterburner won't even give me an active slider for that. Manually trying to alter voltage through cgminer once it's running may be working, not really sure though. It will let me change it and says it's good, but then the reported voltage is not what I tell it to become.
Anyway, I have searched for a while and have not come across what I am doing wrong in regards to the config file or what I am doing wrong in order to setting up a custom config file and having cgminer run using it.
Please help me out, I am a noob with this process.
Also let me know if there is any info that I am leaving out in order to get this figured out.