Can anybody tell me why pools show up often as OFFLINE lately to me?
Only sporadically connected to Nicechash Multialgo
The same situation is happening to me. The port for the most profitable coin is not open in multialgo mining.
Are you 100% sure that you have all the algorithms configured with ALL your NiceHash / WestHash pools/profiles configurations?
You have to configure pools/profiles with blank password ("pass") parametere for all multi-algo algorithms with default parameters, or if you want to select only a subset of algorithms you have to set fX=0 to disable a particular fX algorithm.
Please take a carefull look at the configuration examples here:
https://www.nicehash.com/index.jsp?p=multialgo#examplesIf you have proper configuration then multi-algo will work 100%. The issues with "all multi-algo ports being down" is always related to sgminer misconfiguration (some algorithm missing).
Hmm, I didn't have Lyra2RE and Neoscrypt configured yet. Today my miners again wont connect. Here is my config now... I don't see a problem with it? Might it have something to do with CGRemote or something?
{
"pools" : [
{
"name" : "NiceHash_Scrypt_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4333",
"user" : "1xxx",
"pass" : "f0=0;f2=0;f3=5.5;f4=4;f5=0;f6=3.5;f7=20;f8=0;f9=0",
"nfactor" : "10",
"algorithm" : "zuikkis"
},
{
"name" : "NiceHash_Scrypt-N_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4335",
"user" : "1xxx",
"pass" : "f0=0;f2=0;f3=5.5;f4=4;f5=0;f6=3.5;f7=20;f8=0;f9=0",
"nfactor" : "11",
"algorithm" : "zuikkis"
},
{
"name" : "NiceHash_X11_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "1xxx",
"pass" : "f0=0;f2=0;f3=5.5;f4=4;f5=0;f6=3.5;f7=20;f8=0;f9=0",
"nfactor" : "10",
"algorithm" : "darkcoin-mod"
},
{
"name" : "NiceHash_X13_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "1xxx",
"pass" : "f0=0;f2=0;f3=5.5;f4=4;f5=0;f6=3.5;f7=20;f8=0;f9=0",
"nfactor" : "10",
"algorithm" : "marucoin-mod"
},
{
"name" : "NiceHash_Keccak_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4338",
"user" : "1xxx",
"pass" : "f0=0;f2=0;f3=5.5;f4=4;f5=0;f6=3.5;f7=20;f8=0;f9=0",
"nfactor" : "10",
"algorithm" : "maxcoin"
},
{
"name" : "NiceHash_X15_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "1xxx",
"pass" : "f0=0;f2=0;f3=5.5;f4=4;f5=0;f6=3.5;f7=20;f8=0;f9=0",
"nfactor" : "10",
"algorithm" : "bitblock"
},
{
"name" : "NiceHash_NIST5_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4340",
"user" : "1xxx",
"pass" : "f0=0;f2=0;f3=5.5;f4=4;f5=0;f6=3.5;f7=20;f8=0;f9=0",
"nfactor" : "10",
"algorithm" : "talkcoin-mod"
},
{
"name" : "NiceHash_NeoScrypt_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4341",
"user" : "1xxx",
"pass" : "f0=0;f2=0;f3=5.5;f4=4;f5=0;f6=3.5;f7=20;f8=0;f9=0",
"nfactor" : "10",
"algorithm" : "neoscrypt"
},
{
"name" : "NiceHash_Lyra2RE_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4342",
"user" : "1xxx",
"pass" : "f0=0;f2=0;f3=5.5;f4=4;f5=0;f6=3.5;f7=20;f8=0;f9=0",
"nfactor" : "10",
"algorithm" : "Lyra2RE"
},
{
"name" : "NiceHash_X11_backup",
"url" : "stratum+tcp://stratum.nicehash.com:3336",
"user" : "1xxx",
"pass" : "pass",
"nfactor" : "10",
"algorithm" : "darkcoin-mod"
},
{
"name" : "Nicehash x13",
"url" : "stratum+tcp://stratum.nicehash.com:3337",
"user" : "1xxx",
"pass" : "pass",
"nfactor" : "10",
"algorithm" : "marucoin-mod"
},
{
"name" : "ipo.multiport.x11",
"url" : "stratum+tcp://pool.ipominer.com:3335",
"user" : "x.r9",
"pass" : "x",
"no-extranonce" : true,
"algorithm" : "darkcoin-mod"
}
],
"api-allow" : "xxx",
"api-listen" : true,
"expiry" : "1",
"failover-only" : true,
"queue" : "0",
"scan-time" : "1",
"gpu-threads" : "4",
"gpu-engine" : "947,947,947",
"gpu-fan" : "63,63,67",
"gpu-memclock" : "1250,1250,1250",
"gpu-powertune" : "20,20,20",
"intensity" : "17",
"temp-target" : "85",
"temp-overheat" : "90",
"temp-cutoff" : "95",
"worksize" : "128",
"lookup-gap" : "2,2,2",
"shaders" : "2560,2560,2560",
"thread-concurrency" : "8192",
"sharethreads" : "32,32,32",
"no-pool-disable" : true,
"tcp-keepalive" : "30"
}