can you add your .bat settings? i have gigabyte rev 2 but only get's 1.7 mh/s
Settings for 280x Gigabyte rev.2"intensity" : "22,22,22",
"worksize" : "256,256,256",
"kernel" : "x13mod",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "8192,8192,8192",
"gpu-threads" : "2,2,2",
"gpu-engine" : "1150-1150,1150-1150,1150-1150",
"gpu-fan" : "50-100,50-100,50-100",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "20,20,20",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "80,80,80",
"temp-overheat" : "75,75,75",
"temp-target" : "70,70,70",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "20",
"failover-only" : true,
"failover-switch-delay" : "10",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "10",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-allow" : "W:127.0.0.1,W:192.168.1.0/24"
}
Im using
PIMP, so i followed this step-by-step =>
cd /opt/
rm -frv sph-sgminer
git clone git://github.com/lasybear/sph-sgminer_x11mod.git
mv ./sph-sgminer_x11mod/ ./sph-sgminer/
cd sph-sgminer
cp -av /opt/ADL-SDK/*.h ./ADL_SDK/
autoreconf -fvi
./configure CFLAGS="-O2 -Wall -march=native" --enable-opencl --enable-gridseed
make
make install
cheers.