Post
Topic
Board Altcoin Discussion
Re: The big VTC Vertcoin settings thread
by
magikarp88
on 06/02/2014, 07:54:34 UTC
http://i.imgur.com/ys4Ve1e.png

My 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?