i am using sgminer5 development and i am activily mining on other pools with neoscrypt and when i put stratum+tcp://strat.dnb.io:3031
then myname.worker x password
it sees all of dnb pools as dead while mining on tblocksfactory neoscrypt is working great and also the stratum+tcp://hobbyistpool.ddns.net:4334
is working fine plus all other pools i ever put in work fine but this one does not
Pool Pool URL Status Accept/Reject Active Priority
0
stratum+tcp://stratum.ipc.theblocksfactory.com:3331 Alive neoscrypt 0 / 0 0.0%
Switch
3
1
stratum+tcp://stratum.ftc.theblocksfactory.com:3333 Alive neoscrypt 0 / 0 0.0%
Switch
4
2
stratum+tcp://stratum.gun.theblocksfactory.com:3330 Alive neoscrypt 0 / 0 0.0%
Switch
2
3
stratum+tcp://stratum.pxc.theblocksfactory.com:3332 Alive neoscrypt 92 / 0 0.0%
Switch
1
4
stratum+tcp://hobbyistpool.ddns.net:4334 Alive neoscrypt 86 / 5 5.49% 0
5
stratum+tcp://strat.dnb.io:3031 Dead neoscrypt 0 / 0 0.0% 5
6
stratum+tcp://strat.dnb.io:3031 Dead neoscrypt 0 / 0 0.0% 6
7
stratum+tcp://strat.dnb.io:3031 Dead neoscrypt 0 / 0 0.0% 7
8
stratum+tcp://strat.dnb.io:3031 Dead neoscrypt 0 / 0 0.0% 8
my conf file for 2 msi tf3 7950
{
"pools": [
{
"url": "stratum+tcp://stratum.ipc.theblocksfactory.com:3331",
"user": "fredflintsone.7790",
"pass": "x",
"priority": "3",
"profile": "neoscrypt"
},
{
"url": "stratum+tcp://stratum.ftc.theblocksfactory.com:3333",
"user": "fredflintsone.7790",
"pass": "x",
"priority": "4",
"profile": "neoscrypt"
},
{
"url": "stratum+tcp://stratum.gun.theblocksfactory.com:3330",
"user": "fredflintsone.7790",
"pass": "x",
"profile": "neoscrypt"
},
{
"url": "stratum+tcp://stratum.pxc.theblocksfactory.com:3332",
"user": "fredflintsone.7790",
"pass": "x",
"priority": "1",
"profile": "neoscrypt"
},
{
"url": "stratum+tcp://hobbyistpool.ddns.net:4334",
"user": "fredflintsone.x",
"pass": "x",
"priority": "0",
"profile": "neoscrypt"
},
{
"url": "stratum+tcp://strat.dnb.io:3031",
"user": "fredflintsone.7790",
"pass": "x",
"profile": "neoscrypt"
},
{
"url": "stratum+tcp://strat.dnb.io:3031",
"user": "fredflintsone_7790",
"pass": "x",
"profile": "neoscrypt"
},
{
"url": "stratum+tcp://strat.dnb.io:3031",
"user": "fredflintsone-7790",
"pass": "x",
"profile": "neoscrypt"
},
{
"url": "stratum+tcp://strat.dnb.io:3031",
"user": "fredflintsone.x",
"pass": "x",
"profile": "neoscrypt"
}
],
"profiles": [
{
"name": "neoscrypt",
"algorithm": "neoscrypt",
"device": "1,2",
"intensity": "11,20,20",
"thread-concurrency": "8000,24000,24000",
"worksize": "64,128,128",
"gpu-engine": "776,1125,1100",
"gpu-memclock": "667,1450,1450",
"gpu-threads": "1",
"gpu-fan": "0,80-99,50-95"
}
],
"failover-only": true,
"default-profile": "neoscrypt",
"temp-cutoff": "70,88,88",
"temp-overheat": "60,83,83",
"temp-target": "50,79,79",
"gpu-memdiff": "0,0,0",
"shares": "0",
"kernel-path": "/usr/local/bin",
"api-allow": "W:127.0.0.1,107.170.10.86",
"api-listen": true,
"api-mcast-port": "4028",
"api-port": "4028",
"auto-fan": true,
"expiry": "1",
"failover-switch-delay": "5",
"gpu-dyninterval": "7",
"gpu-platform": "-1",
"hamsi-expand-big": "7",
"hamsi-short": true,
"keccak-unroll": "0",
"log": "5",
"no-pool-disable": true,
"no-client-reconnect": true,
"queue": "0",
"scan-time": "1",
"temp-hysteresis": "3"
}
if someone could help improve this it would be great
)