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
582 stars 167 forks source link

LHR unlock with TRex config #1951

Open Djago opened 2 years ago

Djago commented 2 years ago

Hi!

Is LHR unlock with TRex supported? Automagicaly? Or I need to config something/somewhere? I have 2 nVidia 3080 LHR 10GB

Regards

RainbowMiner commented 2 years ago

Yes, it should detect the LHR cards and do the magic.

Djago commented 2 years ago

I've tried it and the line RB is using is: Bin\NVIDIA-Trex\t-rex.exe -N 10 -r 5 --api-bind-http 127.0.0.1:31600 -d 0,1 -a ethash -o stratum2+tcp://us-east.ethash-hub.miningpoolhub.com:17020 -u BLABLABLA -p BLABLABLA --no-color --no-watchdog --no-new-block-info So it seems that no multi coins are being mined? If I'm right, TRex needs a --LHR-SOMETHING?

EDIT: sorry if I wasn't clear enough, I was referring to the ability of T-Rex to mine more than one coin at once to overcome the LHR limit

RainbowMiner commented 2 years ago

Well, it should actually use that second coin magic, automatically. Maybe, the GPU is being mis-detected as non-LHR. Could you please open http://localhost:4000/devices (yes, the one without .html) and post the resulting JSON data here?

Edit: another idea, look into config.txt and check, that "DisableDualMining": "0", - if this is set to "1", no dual mining will be allowed.

Djago commented 2 years ago

I'm uploading the json files devices.zip

DisableDualMining is "0"

RainbowMiner commented 2 years ago

All devices are correctly detected as "IsLHR": true, so it should benchmark the dual mining modes. I'll double check the mechanics.

Djago commented 2 years ago

Hi! Did you check that detection? Regards