Post
Topic
Board Announcements (Altcoins)
Re: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer
by
djm34
on 14/12/2014, 00:59:06 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!
for info my amd card is on gpu-platform 2  Tongue
you can try also "sgminer --ndevs" that will tell you exactly where are your amd cards