Comment
Author: Admin | 2025-04-28
Displaying the miner’s restart counter with a watchdog timer.Let’s start the miner on our RIG with the following video card settings: PL (%): 70, CC (MHz): +0, MC (MHz): +1000.Bat-file: miner.exe -a ethash -server eth.2miners.com:2020 -u WALLET_ADDRESS.RIG_3080ti -t 70 -log_newjob 0pauseGMiner 2.68 testingThe miner worked for more than 17 hours, the speed on the Ethash algorithm ≈77Mh / s. Memory Controller Load, GPU Load and Board Power Draw charts (like other Power charts) with significant «jumps» in parameters.The result of the miner’s work on the statistics page on the 2Miners mining pool website looks like this.The results of the work of the rig on the site of the pool 2MinersThe average hash rate is 158.77Mh / s – or ≈79Mh / s per card.Now let’s test the miner with the -lhr_tune1 parameter. The maximum positive value of this parameter (from -10 to 10) increases performance: positive values increase performance, negative values decrease probability of lock.Let’s start the miner with the following video card settings: PL (%): 70, CC (MHz): +0, MC (MHz): +1000.Bat-file: miner.exe -a ethash -server eth.2miners.com:2020 -u WALLET_ADDRESS.RIG_3080ti -t 70 -tm 110 -log_newjob 0 -log_date 1 -logfile log_RIG_3080Ti.txt -lhr_tune1 10pauseTesting Gminer with the lhr_tune1 parameterFrom the very beginning of the miner’s operation, locks / unlocks occur: GPU Lock detected, unlocking / Unlocked. It can be seen that one Lock / Unlocked cycle of each video card lasts 30 seconds. At this time, the hash rate of the card is zero. Full information about the miner’s operation is saved
Add Comment