Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
badman74
on 16/07/2014, 01:34:01 UTC
Those ports may be closed if nist5 is the most profitable, which it has been for the last day or two.

All you have are profitability ports, with no fixed port as a failover.
How do I add a fixed port as failover?  What would I need to add to the above?

EDIT:
I just added this pool to the list:

Code:
{
"name" : "nist5 failover",
"url" : "stratum+tcp://east01.us.trademybit.com:7770",
"user" : "xxx",
"pass" : "x",
"profile" : "nist5"
}

Still get the same URL error for all five. Sad
just add a pool on to the bottom of your pool list that is not using a profit switching port
Code:
{
"name" : "x11 Failover",
"url" : "stratum+tcp://east01.us.trademybit.com:4440",
"user" : "xxx",
"pass" : "x",
"profile" : "x11"
}
edit: silly question but you are setting your username right?
edit2: err why do you have "failover-only": true, twice and
"extranonce-subscription": true,
"no-extranonce": true,
maybe that is why it doesn't work...
you tell the pool to use extranonce subscription then turn it off?