Can anyone give me a hand with getting x11 working for the fluttercoin multipool? Am running r9 290 but getting nothing but hardware error's and rejects. Can someone post their batch file here? Scrypt is working fine but really want to move to x11.
Same here.
Please share .bat file, my sgminer crashes when I start it. Here's my bat file:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --kernel darkcoin -o
stratum+tcp://fluttercoinpool.com:5555 -u
myFLTaddress -p mypassword -I 13
-g 2 --thread-concurrency 8192 --gpu-engine 1090 --gpu-memclock 1600
Cheers
For starters i would remove the part that states --kernel darkcoin
This part works with all my other X11 coins I've been mining with, but thx for help
My sgminer will do nothing but H/W errors if I take out --kernel darkcoin so I leave it on.
I have a r9 280x but these are my settings.
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --kernel darkcoin -o stratum+tcp://fluttercoinpool.com:5555 -u FLTADDRESS -p 1 -I 18 -g 2 -w 256 --lookup-gap 2 --thread-concurrency 8192 --shaders 2048 --gpu-engine 1040 --gpu-memclock 1500
Sometimes its weird though, I will get amd driver crashes when I go to startup sgminer. What I found that works for some reason is the first thing i'll open up before running sgminer is cgminer on a scypt pool. Let it max out on hash then close it, then startup sgminer. It never crashes after that.
Cheers, can't figure it out but managed to make it work on one of my rigs with my previous config but not working on the other ones. I managed to make it work by DL again the 4.1.0 version.
it's a bit late but maybe this will help u.
this is a config for sapphire R9290 TRI-X OC version
./sgminer --kernel darkcoin -o stratum+tcp://fluttercoinpool.com:5555 -u ThisIsMyflutterAdress -p ThisIsAPasword --xintensity 1200 --thread-concurrency 20481 --gpu-fan "50-100" --gpu-memclock 1250 --gpu-engine 1000 --gpu-powertune 20 --temp-overheat 85 --auto-gpu --auto-fan -w 512 --temp-cutoff 90 --temp-target 80
this is a config for ati r9290 (Huge noisemakers) cards.
./sgminer --kernel darkcoin -o stratum+tcp://fluttercoinpool.com:5555 -u ThisIsMyFlutterAdress -p ThisIsAPasword -I 22 -w 256 --thread-concurrency 25601 --gpu-engine 1000 --gpu-powertune 20 --gpu-memclock 1250 --gpu-fan "30-100" --temp-overheat 85 --auto-gpu --auto-fan
i have more configs if u need them.
but these tend to give me best hashrates
*edit* changed some typo's
*/edit*