Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: PabiGamito on January 13, 2015, 04:05:13 PM



Title: Best Config for Mining X11 with R9 280x
Post by: PabiGamito on January 13, 2015, 04:05:13 PM
Hello,

This is my current bat file to start the miner:

Code:
set GPU_MAX_ALLOC_PERCENT=60

sgminer.exe -o stratum+tcp://eu.multipool.us:11111 -u PabiGamito.1 -p x -I 18 -g 2 --thread-concurrency 8192 --lookup-gap 2 --worksize 128 --gpu-engine 1033 --gpu-memclock 1500 --auto-fan --temp-target 72 --temp-cutoff 85 --temp-overheat 80

What would you suggest I add to the config or chage to get the bes harshrates for my GPU.

Thank you.


Title: Re: Best Config for Mining X11 with R9 280x
Post by: giveen on January 13, 2015, 04:10:13 PM
set GPU_MAX_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1


Title: Re: Best Config for Mining X11 with R9 280x
Post by: Bananana on January 13, 2015, 04:23:21 PM
Hello,

This is my current bat file to start the miner:

Code:
set GPU_MAX_ALLOC_PERCENT=60

sgminer.exe -o stratum+tcp://eu.multipool.us:11111 -u PabiGamito.1 -p x -I 18 -g 2 --thread-concurrency 8192 --lookup-gap 2 --worksize 128 --gpu-engine 1033 --gpu-memclock 1500 --auto-fan --temp-target 72 --temp-cutoff 85 --temp-overheat 80

What would you suggest I add to the config or chage to get the bes harshrates for my GPU.

Thank you.

You got no choice but to try it yourself (increasing the engine slowly and memory clock slowly), not all GPU work the same and different batch also means different result.


Title: Re: Best Config for Mining X11 with R9 280x
Post by: PabiGamito on January 13, 2015, 04:24:32 PM
set GPU_MAX_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1

set GPU_MAX_ALLOC_PERCENT=100 & set GPU_MAX_ALLOC_PERCENT=60

Makes no difference to my hashrate. But set GPU_MAX_ALLOC_PERCENT=60 does make my GPU cooler.


Title: Re: Best Config for Mining X11 with R9 280x
Post by: PabiGamito on January 13, 2015, 06:03:42 PM
This is what I have gotten to:

Code:
set GPU_MAX_ALLOC_PERCENT=60
set GPU_USE_SYNC_OBJECTS=1

sgminer.exe -o stratum+tcp://eu.multipool.us:11111 -u PabiGamito.1 -p x -I 17 -g 2 --thread-concurrency 8192 --gpu-powertune 20 --lookup-gap 2 --worksize 128 --gpu-engine 1150 --gpu-memclock 1250 --auto-fan --temp-target 72 --temp-cutoff 85 --temp-overheat 80

Any suggestions for higher hashes or less power consumption?

I greatly appreciate your help.