Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
opet
on 16/07/2014, 01:15:03 UTC
Any ideas what might cause this URL error when launching sgminer5?

Code:
[21:07:35] Please check the details from the list below of the servers you have
input
[21:07:35] Most likely you have input the wrong URL, forgotten to add a port, or
 have not set up workers
[21:07:35] Pool: 0  URL: stratum+tcp://east01.us.trademybit.com:4010  User: xxx  Password: x
[21:07:35] Pool: 1  URL: stratum+tcp://east01.us.trademybit.com:4011  User: xxx  Password: x
[21:07:35] Pool: 2  URL: stratum+tcp://east01.us.trademybit.com:4012  User: xxx  Password: x
[21:07:35] Pool: 3  URL: stratum+tcp://east01.us.trademybit.com:4013  User: xxx  Password: x
[21:07:35] Press any key to exit, or sgminer will try again in 15s.

My sgminer.conf follows:
Code:
{
"pools" : [
{
"name" : "x11 multi",
"url" : "stratum+tcp://east01.us.trademybit.com:4010",
"user" : "xxx",
"pass" : "x",
"profile" : "x11"
}
,
{
"name" : "x13 multi",
"url" : "stratum+tcp://east01.us.trademybit.com:4011",
"user" : "xxx",
"pass" : "x",
"profile" : "x13"
}
,
{
"name" : "x15 multi",
"url" : "stratum+tcp://east01.us.trademybit.com:4012",
"user" : "xxx",
"pass" : "x",
"profile" : "x15"
}
,
{
"name" : "nist5 multi",
"url" : "stratum+tcp://east01.us.trademybit.com:4013",
"user" : "xxx",
"pass" : "x",
"profile" : "nist5"
}
]
,
"profiles" : [
"name" : "x11",
"algorithm" : "darkcoin-mod",
"intensity" : "21",
"gpu-threads" : "1",
"thread-concurrency" : "24000",
"worksize": "256"
}
,
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "4",
"thread-concurrency" : "24000",
"worksize": "256"
}
,
{
"name" : "x15",
"algorithm" : "bitblock",
"intensity" : "18",
"gpu-threads" : "2",
"thread-concurrency" : "8192",
"worksize": "256"
}
,
{
"name" : "nist5",
"algorithm" : "talkcoin-mod",
"intensity" : "20",
"gpu-threads" : "4",
"thread-concurrency" : "8192",
"worksize": "256"
}
]
,
"look-up gap": 2,
"gpu-powertune": "20",
"gpu-engine": "1050",
"gpu-memclock": "1570",
"failover-only": true,
"auto-fan": true,
"gpu-fan": "50-85",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-listen": true,
"api-port": "4028",
"api-mcast-port": "4028",
"api-allow": "W:127.0.0.1",
"queue": "0",
"expiry": "1",
"show-coindiff": true,
"no-submit-stale": true,
"failover-only": true,
"failover-switch-delay": "30",
"extranonce-subscription": true,
"no-extranonce": true,
"hotplug": "5",
"no-restart": true,
"remove-disabled": true
}
I'm new to this multi-agro version, so it's probably just something stupid that I missed.  Any help would be much appreciated!