BETA: Multi-Algo MultiPorts -- X11 4010, X13 4011. Using the new sgminer5 -- mine the most profitable algo (that mines the most profitable coin

)
--------------------------------------------------------------------------------------------------------
SGMiner 5 -
https://bitcointalk.org/index.php?topic=632503.0Setup:
your tmb stratum of choice port 4010
algo: x11
your tmb stratum of choice port 4011
algo: x13
Only one port is alive at a time -- we will likely add scrypt/nscrypt to the mix at a later time, but right now x11 and x13 is where the gpu profits are.
I'm working on re-organizing the home page, and will add more charts/stats for the multi-multi ports to the dashboard as well.
Cheers!
Example Pools Config for sgminer5
"pools" : [
{
"name" : "TMB_Multi_X11",
"url" : "stratum+tcp://east02.us.trademybit.com:4010",
"user" : "merc.2",
"pass" : "x",
"pool-nfactor" : "10",
"pool-algorithm" : "darkcoin-mod",
"pool-gpu-engine" : "1100",
"pool-thread-concurrency" : "8192",
"pool-xintensity" : "4",
"pool-gpu-threads" : "2"
},
{
"name" : "TMB_Multi_X13",
"url" : "stratum+tcp://east02.us.trademybit.com:4011",
"user" : "merc.2",
"pass" : "x",
"pool-nfactor" : "10",
"pool-algorithm" : "marucoin-mod",
"pool-gpu-engine" : "1100",
"pool-thread-concurrency" : "8192",
"pool-xintensity" : "4",
"pool-gpu-threads" : "2"
}
]
Hi
I,m getting many
invalid nonce count - HW-error , can you paste here the complete config file you are using...
Thank you !
{
"pools": [
{
"name" : "TMB USW X13",
"url" : "stratum+tcp://west01.us.trademybit.com:4011",
"user": "username",
"pass": "x",
"pool-algorithm":"marucoin-mod"
},
{
"name" : "TMB USE 2 X13",
"url" : "stratum+tcp://east02.us.trademybit.com:4011",
"user": "username",
"pass": "x",
"pool-algorithm":"marucoin-mod"
},
{
"name" : "TMB USW X11",
"url" : "stratum+tcp://west01.us.trademybit.com:4010",
"user": "username",
"pass": "x",
"pool-algorithm":"darkcoin-mod"
},
{
"name" : "TMB USE 2 X11",
"url" : "stratum+tcp://east02.us.trademybit.com:4010",
"user": "username",
"pass": "x",
"pool-algorithm":"darkcoin-mod"
},
{
"name" : "TMB East2 X13",
"url" : "stratum+tcp://east02.us.trademybit.com:5550",
"user": "username",
"pass": "x",
"pool-algorithm":"marucoin-mod"
},
{
"name" : "TMB East2 X11",
"url" : "stratum+tcp://east02.us.trademybit.com:4440",
"user": "username",
"pass": "x",
"pool-algorithm":"darkcoin-mod"
}
],
"gpu-engine" : "1050,1025,1050",
"auto-fan": true,
"gpu-fan": "30-100,30-100,30-100",
"gpu-memclock": "1400,1400,1400",
"temp-cutoff": "90,90,90",
"temp-overheat": "85,85,85",
"temp-target": "53,55,53",
"no-submit-stale": "true",
"worksize": "128,128,128",
"xintensity": "512,512,512",
"thread-concurrency": "5121,5121,5121",
"gpu-threads": "2,2,2",
"api-port": "4028",
"api-listen": true,
"api-allow": "W:127.0.0.1",
"shaders" : "1280,1280,1280",
"failover-only" : true,
"no-pool-disable": true,
"no-submit-stale" : true,
"lookup-gap" : "2,2,2",
"vectors" : "1,1,1",
"queue": "0",
"algorithm" : "marucoin-mod",
"kernel-path": "/usr/local/bin"
}
The above code is for my three R9 270s (first is 270x last two are 270s). This is conservative, 1500-1550 khs on X13 and 1875-1940 khs on X11.
You have to put "algorithm" in the main body and then you can put your pool-algorithm in the pool area. Whatever algo your Pool 0 is, is what I would put in the body down at the bottom. If you had darkcoin-mod in pool 0, I would put darkcoin-mod in the algo statement at the body. If you don't put the algo in the bottom part, you'll get a ckolivas kernel compiled and will stay on that kernel until you switch another pool beside your 0-pool. Just to restate the obvious, the ckolivas kernel won't work for X13 nor X11 and get the errors you're talking about.