http://i.imgur.com/ys4Ve1e.pngMy conf is:
{
"pools" : [
{
"url" : "stratum+tcp://mine1.coinmine.pl:6350",
"user" : "user.user",
"pass" : "pw"
}
]
,
"scrypt" : true
}
and my bat is
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt --intensity 12 -g 1 -w 64 -o stratum+tcp://mine1.coinmine.pl:6350 -u user.user -p pw
I'm using a 6870 but shouldn't I be getting somewhere around 150 k/hs? How do I fix this?