Post
Topic
Board Announcements (Altcoins)
Re: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer
by
hjurcic
on 14/12/2014, 08:51:45 UTC
1. Download the miner here:
https://pool.verters.com/index.php?page=gettingstarted

I start the mining direcltly by starting sgminer.exe. I have no .bat for starting it.

Then you only need to configure sgminer.conf.

This is my full config which you can use in sgminer.conf. But be sure if you use this, you are mining into my pocket. Change the username! But for test you can use it!

And no, randywald is not the password of my account! Only for mining Grin  Grin  Grin

I removed GPU settings because i don't know your type of gpu. So you run it in standard mode. thread-concurrency also seems not to be neccessary.

Quote
{
"pools" : [
   {
      "url" : "stratum+tcp://pool.verters.com:4444",
      "user" : "randywald2.test",
      "pass" : "randywald"
   }
]
,
"intensity" : "18",
"worksize" : "256",
"kernel" : "Lyra2RE",
"algorithm" : "Lyra2RE",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "80",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "20",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"verbose" : "true"
}

Edit: If it still does not work change gpu platform from 0 to 1!

Thanx a lot, finally after changing gpu platform from 0 to 1, it is working, also with your config. Now I can try to configure mine, but it was all the time gpu platform Sad
Thnx

P.S. for others who have the same problem, except gpu platform, next important was new catalyst.
On Catalyst 8 R9 280x was working at 133 Kh/s and after installing Catalyst Omega 14.12 it works around 700-750 Kh/s