Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
merc82
on 07/06/2014, 22:24:01 UTC
BETA: Multi-Algo MultiPorts -- X11 4010, X13 4011. Using the new sgminer5 -- mine the most profitable algo (that mines the most profitable coin Tongue)
--------------------------------------------------------------------------------------------------------
SGMiner 5 - https://bitcointalk.org/index.php?topic=632503.0

Setup:
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
Code:
"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"
        }
]