Because Im not able to run it on Wx64..
These are my settings:
./sgminer -k Lyra2RE -u Contra.1 -p 1 -o
stratum+tcp://stratum-eu1.hashlink.eu:10031 -w 256 -I 13 -g 2
--thread-concurrency 8192 --gpu-engine 1000 --gpu-memclock 1500 --auto-gpu
--gpu-engine 500-1000 --temp-target 80 --temp-overheat 85 --temp-cutoff 90
Thank for answer
try with this config:
{
"pools" : [
{
"name" : "Vertcoin-EU",
"url" : "stratum+tcp://stratum-eu1.hashlink.eu:10031",
"user" : "USER.WORKER",
"pass" : "PASS"
},
{
"name" : "Vertcoin-US",
"url" : "stratum+tcp://stratum-us1.hashlink.eu:10031",
"user" : "USER.WORKER",
"pass" : "PASS"
}
]
,
"intensity" : "17",
"worksize" : "64",
"kernel" : "Lyra2RE",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-threads" : "2",
"gpu-engine" : "1024",
"gpu-fan" : "10-85",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "1.081",
"temp-cutoff" : "75",
"temp-overheat" : "69",
"temp-target" : "65",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "20",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-allow" : "W:127.0.0.1,172.16.128.0/17"
}
This conf with official Vertcoin sgminer is working fine:
https://github.com/metalicjames/sgminer-Lyra2RE/releases/download/5.0.0-Lyra2RE-RC1/sgminer-v5-Lyra2RE-RC1-WIN32.zip