Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: PabiGamito on January 06, 2015, 08:49:20 PM



Title: Help: Can't mine Vertcoins
Post by: PabiGamito on January 06, 2015, 08:49:20 PM
This is my config for sgminer v5
Code:
{
"pools" : [
{
"name" : "Verters",
"url" : "stratum+tcp://pool.verters.com:4444",
"user" : "PabiGamito.user",
"pass" : "password",
"priority" : "0",
"no-extranonce" : true,
"profile": "Lyra2RE"
}
],
"profiles" : [
{
"name" : "Lyra2RE",
"lookup-gap" : "2",
"algorithm" : "Lyra2RE"
}
],

"kernel" : "Lyra2RE",
"xintensity" : "64",
"worksize" : "128",
"shaders" : "2048",
"failover-only" : true,
"no-submit-stales" : true,
"lookup-gap" : "2,",
"auto-fan" : true,

"gpu-platform" : "0",
"gpu-engine" : "1020",
"gpu-memclock" : "1500",
"gpu-threads" : "2",

"temp-cutoff" : "85",
"temp-overheat" : "80",
"temp-target" : "72",
"temp-hysteresis" : "3",

"api-port" : "4028",
"api-listen" : true,
"api-allow" : "W:127.0.0.1",
"api-network" : true,

"kernel-path" : "/usr/local/bin"

}

But when I run sgminer.com this is what I get:
http://s7.postimg.org/paslosfsb/Screenshot_9.png
Continuously showing Stratum connection to Verters interrupted.
Verters difficulty changed to 0.100
And on verters pool it shows as if the workers aren't active.

Would anyone know how to help me.