Awesome. Still trying to figure out my settings for vertminer. My 6850 runs at 8khash for some reason. can't figure it out
Use sgminer-t 4.1 or newer version (i use 4.1.271)
You can get them from here:
http://sgminerwindows.com/http://sgminer.builders/https://cryptocointalk.com/topic/10379-ann-latest-sgminer-41271-commit-3d7167ce2c/Read about it here:
https://github.com/sgminer-dev/sgminer/blob/master/NEWS.mdHere is an example "sgminer.conf" for SGMINER (i believe is also good for cgminer and maybe vertminer too)
Replace Your_workername and YourPassword with ur own !!!
******************************************************************************************
{
"pools" : [
{
"url" : "stratum+tcp://vmc.minep.it:3334",
"user" : "Your_workername.VMC",
"pass" : "YourPassword"
},
{
"url" : "stratum+tcp://192.99.143.107:3335",
"user" : "Your_workername.VMC",
"pass" : "YourPassword"
},
{
"url" : "stratum+tcp://vmc.suprnova.cc:33333",
"user" : "Your_workername.VMC",
"pass" : "YourPassword"
}
]
,
"intensity" : "13,13",
"xintensity" : "0,0",
"rawintensity" : "0,0",
"algorithm" : "adaptive-n-factor",
"nfactor" : "11",
"worksize" : "256,256",
"kernel" : "ckolivas,ckolivas",
"lookup-gap" : "2,2",
"gpu-threads" : "2,2",
"gpu-engine" : "600-1000,600-1000",
"gpu-fan" : "40-100,40-100",
"gpu-memclock" : "800-1500,800-1500",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"temp-cutoff" : "86,86",
"temp-overheat" : "81,81",
"temp-target" : "79,79",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "28",
"failover-only" : true,
"failover-switch-delay" : "60",
"gpu-dyninterval" : "4",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"no-client-reconnect" : true,
"queue" : "1",
"scan-time" : "1",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
******************************************************************************************
This is for a 2 GPU ATI HD 7990, but u can use for any VGA card.
If you have only 1 GPU on ur card, or only 1 card in ur mining rig, just remove the second parameters from the lines, where are 2 parameters.
No matters what card u have, use the following parameters for frequency:
"gpu-engine" : "600-1000",
"gpu-memclock" : "800-1500",
Actually u can use range from 0 to the highest frquency of ur card. (eg: 0-1500 for GPU MEM and 0-1200 for GPU ENGINE)
It will be automatically selected and adjusted by the miner software !!! (In case u use: "auto-gpu" : true, )