Post
Topic
Board Announcements (Altcoins)
Re: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer
by
replicator
on 13/12/2014, 16:44:51 UTC
Please help,

is a new vertcoin miner working with w7 64bit?
I cannot configure it to work, tried at least 20 combinations, different configuration from this forum, none of them are working...


I'm using: sgminer-v5-Lyra2RE-RC1-WIN32
with this in my bat file:

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer.exe  -a lyra2 -o stratum+tcp://pool.verters.com:3333 -u xxx.xxx -p x

also tried:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

sgminer.exe --kernel Lyra2RE -o stratum+tcp://pool.verters.com:4444 -u hjurcic.2 -p xxx

nothing works. When I start my bat file manually from cmd, it says all devices are disabled...
Can anyone help? Everything worked fine until change to Lyra2RE.

Also, I'm using Ati ASUS R9 280x

please someone help with configuring so it works Smiley


Had the same problem. Found a configuration on here for a R290 but tried it anyway on my 280x and it worked. Not optimized yet but at least producing some results.

{
"pools" : [
   {
      "url" : "stratum+tcp://pool.verters.com:4444",
      "user" : "xxx",
      "pass" : "x"
   }
]
,
"algorithm" : "Lyra2RE",
"intensity" : "15",
"gpu-threads" : "2",
"lookup-gap" : "2",
"worksize" : "128",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"autofan" : true,
"kernel-path" : "/usr/local/bin"
}