Hi guys,
Sorry, I'm not able to read the whole thread regarding my problem. Probably someone has a quick answer to this:
I'm starting the miner with the following config file:
{
"pools" : [
{
"name" : "Betarigs X13",
"url" : "stratum+tcp://r1182.g19.rigs.eu.betarigs.com:4420",
"user" : "user",
"pass" : "x",
"pool-priority" : "0",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"worksize": "128"
},
{
"name" : "NH x13 auto",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "BTC address here",
"pass" : "d=.01;f0=0;f2=0;f3=4.14;f4=3.18;f5=0;f6=2.66;f7=0",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"worksize": "128"
},
{
"name" : "NH x11 auto",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "BTC address here",
"pass" : "d=.04;f0=0;f2=0;f3=4.14;f4=3.18;f5=0;f6=2.66;f7=0",
"algorithm" : "darkcoin-mod",
"intensity" : "17",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "NH x15 auto",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "BTC address here",
"pass" : "d=.01;f0=0;f2=0;f3=4.14;f4=3.18;f5=0;f6=2.66;f7=0",
"algorithm" : "bitblock",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "TradeMyBit E2 X13",
"url" : "stratum+tcp://east02.us.trademybit.com:5550",
"user" : "user",
"pass" : "x",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"worksize": "128"
}
],
"hamsi-expand-big" : "1",
"extranonce-subscription" : true,
"show-coindiff" : true,
"gpu-engine" : "1140,1140,1120,1150",
"gpu-memclock" : "1400,1400,1400,1400",
"gpu-powertune" : "0",
"gpu-vddc" : "0",
"auto-fan" : true,
"gpu-fan" : "10-100,10-100,10-100,10-100",
"temp-target" : "69,70,71,72",
"temp-overheat" : "86",
"temp-cutoff" : "95",
"temp-hysteresis" : "2",
"disable-rejecting" : true,
"failover-only" : true,
"failover-switch-delay" : "30",
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"no-submit-stale" : false,
"no-restart" : true,
"api-port" : "4028",
"api-listen" : true,
"api-allow" : "W:127.0.0.1,W:192.168.2.1/25"
}
The miner starts and silently shuts down after couple of seconds. When I start it with -T option it prints text below and shuts down after I press any key:
C:\Utils\Sgminer5>C:\Utils\Sgminer5\sgminer.exe -T --config C:\Utils\Sgminer5\sg
miner-auto.conf
[13:48:50] Started sgminer 4.2.2-265-g363f-dirty
[13:48:50] * using Jansson 2.6
[13:48:50] Loaded configuration file C:\Utils\Sgminer5\sgminer-auto.conf
[13:48:52] Probing for an alive pool
[13:48:53] Switching to NH x11 auto - first alive pool
[13:48:53] Startup GPU initialization... Using settings from pool NH x11 auto.
[13:48:53] Startup Pool No = 1
C:\Utils\Sgminer5>pause
Press any key to continue . . .
If I start it with "old-fashion" config file, without auto-switching options specified under the "pools" section, it works perfectly. What could it be? Thank you.