Multi port for X15 is 4012. Scrypt and N-scrypt don't have multi ports, probably because they are not really that profitable right now.
Thank you
Combining multi ports with normal ports won't mine the most profitable coin unfortunately. I set sgminer 5 to mine only X11/13/15 and Nist5 for now, since they are the most profitable algos these days.
I didn't know there is a multi multi port for X15, so I've added the X15 settings to my multi multi config with port 6660 and SGMiner 5 is switching between X11/13/15 and Nist5! Didn't work with Scrypt and Nscrypt, but already stopped trying after 5 minutes.
We're presently focused on the newer 'low power' algos with our multi-multi setups. Once we implement a user-defined process that lets users determine which algos they would like to use on the multi-multi instead of being forced into all algo's we add to it, we will add in scrypt and nscrypt.
As you guys have seen, 4013 is now live.. to recap the port list for multi-multi:
4010 - X11
4011 - X13
4012 - X15
4013 - Nist5
Thank you and BTW awesome pool !!
I still suggest using 4440 as a final failover for TMB in case the multi-multi ports act up, so you'll at least be mining something.
Thanks!
Simply by
adding the following code to my conf file?
{
"name" : "am01 x11 default",
"url" : "stratum+tcp://am01.eu.trademybit.com:4440",
"user" : "worker",
"pass" : "x",
"intensity" : "12",
"gpu-powertune" : "10",
"gpu-threads" : "2",
"algorithm" : "darkcoin-mod"
}
Should I also add
for every algo the second server am02.eu.trademybit.com like this?
{
"name" : "am01 x11 multi multi",
"url" : "stratum+tcp://am01.eu.trademybit.com:4010",
"user" : "worker",
"pass" : "x",
"intensity" : "12",
"gpu-powertune" : "10",
"gpu-threads" : "2",
"algorithm" : "darkcoin-mod"
},
{
"name" : "am02 x11 multi multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4010",
"user" : "worker",
"pass" : "x",
"intensity" : "12",
"gpu-powertune" : "10",
"gpu-threads" : "2",
"algorithm" : "darkcoin-mod"
}