• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

sgminer5

ive dabbled in it... but wasn't able to get it working super smooth.

Honestly I'm a bit tired of having to read all the threads, dabble with a new setup all the time, always tweaking and screwing with something.

LTC difficutly is over 10K, so screw mining that with my GPU farm. VertCoin is dropping like a rock. Texas heat is killing any motivation i Have to mine.

If I could get sgminer5 setup with a pool that auto switches, and auto pays out directly in BTC.... I'd be happy, probably wouldn't really be able to mine till it cools off this fall. Already 95F here.
 
If I could get sgminer5 setup with a pool that auto switches, and auto pays out directly in BTC.... I'd be happy, probably wouldn't really be able to mine till it cools off this fall. Already 95F here.

Trademybit.

But since every so often it may switch to Scrypt, all of a sudden you'd be stuck with high temps.

I wish I knew if vtc was going to continue dropping.

Sell now, or wait?

Sell... buy back at the bottom if you're still committed to VTC. This way you can at least say you're free and clear if the price doesn't ever recover.
 
ive dabbled in it... but wasn't able to get it working super smooth.

Honestly I'm a bit tired of having to read all the threads, dabble with a new setup all the time, always tweaking and screwing with something.

LTC difficutly is over 10K, so screw mining that with my GPU farm. VertCoin is dropping like a rock. Texas heat is killing any motivation i Have to mine.

If I could get sgminer5 setup with a pool that auto switches, and auto pays out directly in BTC.... I'd be happy, probably wouldn't really be able to mine till it cools off this fall. Already 95F here.

I'm sorta the same way. I have my rigs in an unoccupied office. The weather has been 110f out. I have the AC set for 91f (the building is well insulated). The rigs on X11 don't seem to suffer at all. I've just been letting them run X11 and not paying much attention.

I may setup NiceHash to auto-switch from X11 to X13 (and vice-versa). But I haven't played around with it a whole lot. I'm not sure if you can do it without also having to run scrypt/scrypt-n/keccak.
 
Trademybit.

But since every so often it may switch to Scrypt, all of a sudden you'd be stuck with high temps.

It's only going to switch to an algo you have specified in your config file. So if you wanted to keep things running cool, just set it up to switch between X11 and X13.
 
It's only going to switch to an algo you have specified in your config file. So if you wanted to keep things running cool, just set it up to switch between X11 and X13.

Ah... that part of the functionality I did not know. I just glanced at the whole thing briefly and missed that entirely. :p
 
I have mine setup to auto switch from NiceHash x11/x13 with TradeMyBit as my backup pool when I can't get work from NiceHash. Working fairly smoothly so far, even watched it switch back and forth between all 3 pools.
 
I have mine setup to auto switch from NiceHash x11/x13 with TradeMyBit as my backup pool when I can't get work from NiceHash. Working fairly smoothly so far, even watched it switch back and forth between all 3 pools.

Can you post your config file?
 
I'm incredibly new to X13 -- i have a config running stable, but im only getting 1.32Mhash per R9 270 (non X)

any tips?

using the following in my CONF

"name" : "NiceHash_X13_multi",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "XXX",
"pass" : "d=128",
"pool-nfactor" : "10",
"pool-intensity" : "19",
"pool-algorithm" : "marucoin-mod",
"pool-thread-concurrency" : "15508"
}
 
"pools" : [
{
"name" : "NiceHash_X11_multi!",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "BTC Address",
"pass" : "d=0.08",
"pool-nfactor" : "10",
"pool-algorithm" : "darkcoin-mod",
"pool-gpu-engine" : "1100",
"pool-thread-concurrency" : "8192",
"pool-intensity" : "18"
},
{
"name" : "NiceHash_X13_multi!",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "BTC Address",
"pass" : "d=0.08",
"pool-nfactor" : "10",
"pool-algorithm" : "marucoin-mod",
"pool-gpu-engine" : "1100",
"pool-worksize" : "128",
"pool-intensity" : "18",
"pool-g" : "4",
"pool-thread-concurrency" : "8192"
},
{
"name" : "TradeMyBit x13",
"url" : "stratum+tcp://west01.us.trademybit.com:5550",
"user" : "US",
"pass" : "PW",
"pool-nfactor" : "10",
"pool-algorithm" : "marucoin-mod",
"pool-gpu-engine" : "1100",
"pool-worksize" : "128",
"pool-intensity" : "18",
"pool-g" : "4",
"pool-thread-concurrency" : "8192"
}

]

All gpus running at over 2.5 MH:)
 
Last edited:
Back
Top