lolMiner 1.76 released

Published on: 2023-05-10

40234439?s=60&v=4

Changes

  • Improved performance of Blake3-Alephium mining on Nvidia Turing and newer cards by 15-18%.
  • Improved performance of Blake3-Ironfish mining on Nvidia Turing and newer cards by 9-11%.
  • Slightly improved performance of Blake3-Ironfish mining on AMD cards by ~0.8%.
  • Slightly improved performance of Nexa mining on Nvidia Turing and newer cards by ~0.6%.
  • Updated dag repair tables for OctaSpace, ETHW & ETC mining to cover current epochs
  • Added option --screen to enable a special mining mode in case a GPU is connected to a screen to prevent shuttering. The value -1 activates this mode for all cards, any value above or equal 0 will activate this mode for the GPU with index equal to the provided number. E.g. --screen 0 will active it for the first card detected by the miner.
    Note: it is in the nature of this option to cost some performance when used. At the moment this option is available for Ethash (AMD cards), Kaspa (Nvidia), Nexa, Alephium and Ironfish solvers.

Fixes

  • Fixed a bug with Alephium mining on RTX4090 producing duplicated shares.
  • Fixed a bug making some Nvidia only rigs to need --no-cl parameter to mine Ironfish.
  • Fixed a bug causing Nvidia Ampere-based CMP HX GPUS & Nvidia Ax000 series not to mine blake3 algorithms.
  • Fixed a bug rarely causing defect shares on AMD cards when mining Ironfish.

Update guides

mmpOS

Open console and write in it:

  • wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.76/lolMiner_v1.76_Lin64.tar.gz && tar -xvf lolMiner_v1.76_Lin64.tar.gz && agent-stop && sudo cp -adpR 1.76/lolMiner /opt/mmp/miners/lolminer-equihash && agent-start

RaveOS

Open console and write in it:

  • stop && wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.76/lolMiner_v1.76_Lin64.tar.gz && tar -xvf lolMiner_v1.76_Lin64.tar.gz && cp -adpR 1.76/lolMiner /app-data/miners/lolminer-1.75 && start

HiveOS

Open console and write in it:

  • wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.76/lolMiner_v1.76_Lin64.tar.gz && tar -xvf lolMiner_v1.76_Lin64.tar.gz && miner stop && cp -adpR 1.76/lolMiner $(ls -d1 /hive/miners/lolminer/*/ | tail -1) && miner start

MinerstatOS

Open console and write in it:

  • mstop; cd /tmp; wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.76/lolMiner_v1.76_Lin64.tar.gz; tar -xvf lolMiner_v1.76_Lin64.tar.gz; sudo cp -adpR 1.76/lolMiner /home/minerstat/minerstat-os/clients/lolminer; mstart

lolMiner as a GPU miner for AMD.

Go to the lolMiner 1.76 released download page