RainbowMiner / RainbowMiner

GPU/CPU Mining script with intelligent profit-switching between miningpools, algorithms, miners, using all possible combinations of devices (NVIDIA, AMD, CPU). Features: actively maintained, uses the top actual miner programs (Bminer, Ccminer, Claymore, Dstm, EnemyZ, Sgminer, T-rex and more) easy setup wizard, webinterface, auto update.
GNU General Public License v3.0
593 stars 168 forks source link

AMD GPU better hashrates #884

Open qinapps opened 4 years ago

qinapps commented 4 years ago

I see for and cards rbm generates following command: PhoenixMiner -cdmport 30800 -coin auto -di 0 -pool pool -wal wallet.worker -pass x -proto 4 -stales 0 -amd -allpools 0 -cdm 1 -leaveoc -log 0 -rmode 0 -wdog 1 Thats ok for GPUs with less Ram. For example VII and gfx1010 brings 11% better hash rates when you use following command: PhoenixMiner -pool pool -wal wallet.worker -pass x -di 0 -proto 4 -epsw x -amd -acm -mi 1 -gt 126 -mode 1 -clKernel 1 -clNew 1 -clf 0 -lidag 1 -openclLocalWork 64 -openclGlobalMultiplier 4096

Can you change that? Some success by implementing hash rates per gpu? (this will help a lot to improve)

RainbowMiner commented 4 years ago

Good finding! I'll investigate further. In the meantime, I recommend you put the additional paramters into the miners.config.txt / PhoenixMiner section.