Post
Topic
Board Altcoin Discussion
Re: The big VTC Vertcoin settings thread
by
themike5000
on 06/02/2014, 19:45:09 UTC


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?

Try this. I'm getting 100Kh/s because I'm running a lower clock (one of my fans is broken).

Quote
{
"pools" : [
   {
      "url" : "stratum+tcp://vertcoinheavyindustries.com:4444",
      "user" : "user.5",
      "pass" : "x"
   },
   {
      "url" : "stratum+tcp://vertcoinheavyindustries.com:4444",
      "user" : "user.5",
      "pass" : "x"
   }   
]
,
"intensity" : "12",
"worksize" : "128",
"lookup-gap" : "2",
"gpu-threads" : "1",
"expiry" : "30",
"scan-time" : "5",
"thread-concurrency" : "4000",
"temp-overheat" : "80",
"temp-cutoff" : "85",
"device" : "0"
}