Basically the way to create a .conf file is very easy
- step 1: start cgminer with just the pool and user options in the command line
- step 2: increase/decrease the mining intensity by pressing ‘G’ (for GPU) and then ‘I’ for intensity to find the highest setting without or with a small percentage of HW errors
- step3: from main screen of the miner press ‘S’ for settings and ‘W’ for write config. This will create the .conf file in .cgminer directory (Linux) and I think in %appdata%/cgminer for windows.
If that is done, start further tuning by setting the clock rates of your card under the GPU menu or by editing the .conf file.
Sorry for the late reply, been a little busy…
I was finally able to write the .conf file, but when i tried to mine, it’s still hashing in MH instead of KH. Still getting errors.
Not to sure what you mean by – Did you specify the -algo=neoscrypt option?
Check cgmi er for the exact syntax–
I’m really trying to understand this and find my way around it, sorry if I’m becoming a bother.
This is the .conf file that i created, i haven’t changed anything yet.
{
“pools” : [
{
“url” : “stratum+tcp://ftceu.nut2pools.com:5567”,
“user” : “XXXXXXXX.1”,
“pass” : “X”
}
]
,
“intensity” : “d,d”,
“vectors” : “2,2”,
“worksize” : “128,128”,
“kernel” : “phatk,phatk”,
“gpu-engine” : “0-0,0-0”,
“gpu-fan” : “0-85,0-85”,
“gpu-memclock” : “0,0”,
“gpu-memdiff” : “0,0”,
“gpu-powertune” : “0,0”,
“gpu-vddc” : “0.000,0.000”,
“temp-cutoff” : “95,95”,
“temp-overheat” : “85,85”,
“temp-target” : “75,75”,
“api-mcast-port” : “4028”,
“api-port” : “4028”,
“expiry” : “120”,
“gpu-dyninterval” : “7”,
“gpu-platform” : “0”,
“gpu-threads” : “2”,
“log” : “5”,
“no-pool-disable” : true,
“queue” : “1”,
“scan-time” : “60”,
“temp-hysteresis” : “3”,
“shares” : “0”,
“kernel-path” : “/usr/local/bin”
}