Skip to content

Releases: Lolliedieb/lolMiner-releases

lolMiner 1.80

09 Dec 14:39
fbea13a
Compare
Choose a tag to compare

Changes

  • Massively improved Karlsen mining performance on AMD RX 400, AMD RX 500 (both +45%) and AMD Vega 56 / 64 (both +92%).
  • Improved Karlsen mining performance on AMD Radeon VII and AMD RX 5000 GPUs (+12%).

Note: All AMD Vega and VII cards still need a driver that reports its Driver version as 3261.0 (HSA1.1,LC) or higher. As far as we know all mining operation systems offer a driver packed that is new enough - but it might be this is the latest.

Fixes

  • Improved / Fixed hashrate regression in 1.78a / 1.79 of Nvidia GPUs in Windows on Alephium, EthashB3, Ironfish, Karlsen, Nexa and Radiant.
  • Fixes Karlsen performance regression on GTX 16xx GPUs from 1.78 to 1.79.
  • Fixed an issue causing RX 5000 cards sometimes to not work in Windows on recently added algorithms

HiveOS
Open console and write in it:

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

RaveOS
Open console and write in it:

stop && wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.80/lolMiner_v1.80_Lin64.tar.gz && tar -xvf lolMiner_v1.80_Lin64.tar.gz && cp -adpR 1.80/lolMiner /app-data/miners/lolminer-1.79 && start

lolMiner 1.79

07 Dec 12:31
af1ea9d
Compare
Choose a tag to compare

Changes

  • Added Karlsen support for AMD RX 400, RX 500, RX Vega*, Radeon VII* and RX 5000 generation GPUs. This is for the stand alone solver only and not yet for RTH+KLS dual mining. * RX Vega and Radeon VII requiereing an OpenCL driver with version number 3261.0 or higher.
  • Slightly improved Karlsen solvers for Nvidia GPUs by approximately 0.5 (Ampere) to 3 % (Pascal cards)

Fixes

  • Fixed a bug causing FISHHASH-TESTNET solver not submitting shares to testnet server
  • Fixed a bug causing 1.78 added dual mining codes to not start up on some Linux systems
  • Fixed a bug causing multiple algorithms (RTH, NEXA, Radiant) not to start up on some systems in Windows
  • Fixed a bug causing KLS solver to sometimes segmentation fault in Linux
  • Fixed a bug causing AMD RDNA2 & RDNA3 cards to have low poolside Karlsen hashrate on older drivers. Hint: please update to drivers with OpenCL version above 3261.0 to get best possible performance out of your cards, cause the fix did cost a bit of raw speed.

Notes & Tips:

  • If you see the miner re-tunes the dualmode very often, because of clock change, try to spot a good factor and fix it via --dualfactor
  • The IRONDUAL dual mode does cost a lot of RETH performance on Nvidia cards. Therefore often the automatic tuning tunes it to 0. Therefore we advice to set a good for you --dualfactor on your own.

1.78

04 Dec 20:44
b81f46e
Compare
Choose a tag to compare

Changes

  • Added support for Beam Hash III on Nvidia RTX 4000 and AMD RX 7000 generation GPUs
  • Added support for Heavyhash-Karlsen for Nvidia Pascal and newer and AMD RX 6000 and newer GPUs. Use --algorithm KARLSEN to mine it, fee is 1%
  • Added multiple dual mining options for EthashB3 algorithm (Rethereum). The algorithm can now be used with --dualmode to be set to ALEPHDUAL (Blake3 - Alephium), FISHDUAL (Blake3 - Ironfish), RXDDUAL (Sha512 / 256D, Radiant) or KARLSENDUAL (HeavyHash-Karlsen). Fee rule for dual mining: its the same as with the individual algorithms, so if EthB3 takes 1% and Radiant mining 0.75 as individual algorithms, you pay 1% on the EthB3 portion and 0.75% on the Radiant portion when dual mining. Usage is the same as described here for Ethash.
  • The algorithms ALEPH, ETHASHB3, IRONFISH, KARLSEN, NEXA and RADIANT now support splitting the hashrate analog to the options described here. Use --dualmode SPLIT-X to put X% of the hashrate to the 2nd connection given by --dualuser and --dualpool
  • When using split mining, the hashrate will now be displayed as one solver as well in stats as in the API. This gives a more consistent representation.
  • Reduced stale shares on algorithms ALEPH, ETHASHB3, IRONFISH, NEXA and RADIANT.
  • Windows: Updated GUI tool
  • Added support for the FishHash algorithm (Future Ironfish PoW) for testing purposes. Use --algorithm FISHHASH-TEST to connect to a current Ironfish pool and run the shares just against the build in CPU verify. In this mode the difficulty is 1/256 of what the usual Blake3 difficulty would be. Use --algoriithm FISHHASH-TESTNET to connect to a real testnet pool and mine there including submitted shares.

Fixes

  • Fixed a bug causing BEAM mining to crash on newer cuda versions.
  • Fixed a bug causing multiple algorithms to show hashrate in wrong place of statistics when running two algorithms on different GPUs.
  • Fixed a bug with Rethereum mining not working on Cuda 11 drivers.

Note on Dual Mining and how to use an unknown algorithm:

As you might know you can use --dualmode according with --dualdevices to mine an algorithm that is completely different to the one provided by --algo. So e.g. if you use --algo ETHASHB3 --dualalgo KARLSEN --dualdevices ALL, you will actually only mine Heavyhash-Karlson to the pool and user given to --dualpool and --dualuser. Note that this entry is different from real dual mining, there you must use KARLSENDUAL to enable real dual mining both algorithms on one card. This difference is important, as the miner can run into buggy behavior if you use the wrong parameter entry for your purpose.

mmpOS
Open console and write in it:

wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.78/lolMiner_v1.78_Lin64.tar.gz && tar -xvf lolMiner_v1.78_Lin64.tar.gz && agent-stop && sudo cp -adpR 1.78/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.78/lolMiner_v1.78_Lin64.tar.gz && tar -xvf lolMiner_v1.78_Lin64.tar.gz && cp -adpR 1.78/lolMiner /app-data/miners/lolminer-1.77b && start

HiveOS
Open console and write in it:

wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.78/lolMiner_v1.78_Lin64.tar.gz && tar -xvf lolMiner_v1.78_Lin64.tar.gz && miner stop && cp -adpR 1.78/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.78/lolMiner_v1.78_Lin64.tar.gz; tar -xvf lolMiner_v1.78_Lin64.tar.gz; sudo cp -adpR 1.78/lolMiner /home/minerstat/minerstat-os/clients/lolminer; mstart

lolMiner 1.78a

05 Dec 13:09
960a8f9
Compare
Choose a tag to compare

Fixes over 1.78

  • Fixed a bug causing low amount of Karlsen shares in Windows (introduced in 1.78)
  • Fixed a bug causing a segmentation fault on multiple algorithms when start mining on Nvidia cards (introduced in 1.78)
  • Fixed a bug causing first hashes on Ironfish to be invalid (introduced in 1.78)

lolMiner 1.77b

09 Nov 13:41
41a571b
Compare
Choose a tag to compare

Changes

  • Added support to mine SHA512_256D used for Radiant (RXD). Use -a RADIANT to mine it, fee is 0.75%. Supported GPUs: AMD RX 470 - 590, Vega (requires rocm drivers) and all Navi and newer, Nvidia Pascal and newer.
  • Added support to mine Ethash B3 used for Rethereum (RETH). Use -a ETHASHB3 to mine it, fee is 1.0%. Supported GPUs: AMD Navi and newer, Nvidia Pascal and newer.
  • Added ethash dag correction tables for epochs 13-29 (PowBlocks, XPB), 112-129 (OCTA) and 608 - 619 (ETHW)

Fixes

  • Fixed a bug in Ethash solvers for AMD Navi and newer and Nvidia GPUs that caused a crash when mining at some low epochs. This fix will allow to mine PowBlocks (XPB).
  • Fixed a bug introduced in 1.76a causing CTXC mining to not work.
  • (1.77a): Fixed a bug causing RXD mining to not work (bug was new in 1.77)
  • (1.77b): Fixed a bug causing Alephium and Ironfish mining to not work (bug was new in 1.77)

lolMiner 1.76a

11 Jul 10:35
41a571b
Compare
Choose a tag to compare

Fixes

  • Fixed a bug causing split pool connections for ZIL mining not working since the epoch change
  • Fixed a bug causing ZIL dag cache on Nvidia GPUs to not work since the epoch change
  • Fixed a bug causing a defect ZIL dag to be created on AMD GPUs when mining ETC+ZIL

Update guides

mmpOS

Open console and write in it:

  • wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.76a/lolMiner_v1.76a_Lin64.tar.gz && tar -xvf lolMiner_v1.76a_Lin64.tar.gz && agent-stop && sudo cp -adpR 1.76a/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.76a/lolMiner_v1.76a_Lin64.tar.gz && tar -xvf lolMiner_v1.76a_Lin64.tar.gz && cp -adpR 1.76a/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.76a/lolMiner_v1.76a_Lin64.tar.gz && tar -xvf lolMiner_v1.76a_Lin64.tar.gz && miner stop && cp -adpR 1.76a/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.76a/lolMiner_v1.76a_Lin64.tar.gz; tar -xvf lolMiner_v1.76a_Lin64.tar.gz; sudo cp -adpR 1.76a/lolMiner /home/minerstat/minerstat-os/clients/lolminer; mstart

lolMiner 1.76

10 May 08:34
537255a
Compare
Choose a tag to compare

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 1.75

26 Apr 08:52
50c5702
Compare
Choose a tag to compare

Changelog

Changes

  • Improved Ironfish mining speed by 4-5% on all supported GPUs.
  • Added support to mine Alephium on AMD GCN3 (RX 400, Rx500) and newer GPUs
  • Added support to mine Ironfish on AMD GCN3 gpus
  • Renamed Blake3-Ironfish to Blake3-Iron to make it identical to competing miner softwares and better detectable by some mining OS

Fixes

  • Fixed a bug causing to little shares submitted when mining Alephium on Nvidia GPUs
  • Fixed a bug causing high stale and defect share counts when mining Ironfish on AMD GPUs
  • Fixed a bug causing AMD RX 7900 series GPUs not starting up Ironfish mining
  • Fixed a bug causing only defect shares on Ironfish mining when a pool did not zero the Grafitti part of the block header (e.g. ezil pool)

Update guides

mmpOS

Open console and write in it:

  • wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.75/lolMiner_v1.75_Lin64.tar.gz && tar -xvf lolMiner_v1.75_Lin64.tar.gz && agent-stop && sudo cp -adpR 1.75/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.75/lolMiner_v1.75_Lin64.tar.gz && tar -xvf lolMiner_v1.75_Lin64.tar.gz && cp -adpR 1.75/lolMiner /app-data/miners/lolminer-1.74 && start

HiveOS

Open console and write in it:

  • wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.75/lolMiner_v1.75_Lin64.tar.gz && tar -xvf lolMiner_v1.75_Lin64.tar.gz && miner stop && cp -adpR 1.75/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.75/lolMiner_v1.75_Lin64.tar.gz; tar -xvf lolMiner_v1.75_Lin64.tar.gz; sudo cp -adpR 1.75/lolMiner /home/minerstat/minerstat-os/clients/lolminer; mstart

lolMiner 1.74

20 Apr 13:14
50c5702
Compare
Choose a tag to compare

Fishing for a Windows build? That will come tomorrow.

Changes

  • Added support for Ironfish mining (use -a IRONFISH for putting out your rod) for Nvidia Pascal and newer and AMD Vega and newer GPUs. (AMD Vega require rocm based drivers). Fee is 0.75%.
    This version uses the pool protocol extension of TeamRedMiner and should be compatible to all pools supporting their protocol as well as their solo mining protocol fork of Ironfish node.
  • Slight improved performance and reduction of stales for Alephium mining on Nvidias.

Update guides

mmpOS

Open console and write in it:

  • wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.74/lolMiner_v1.74_Lin64.tar.gz && tar -xvf lolMiner_v1.74_Lin64.tar.gz && agent-stop && sudo cp -adpR 1.74/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.74/lolMiner_v1.74_Lin64.tar.gz && tar -xvf lolMiner_v1.74_Lin64.tar.gz && cp -adpR 1.74/lolMiner /app-data/miners/lolminer-1.73 && start

HiveOS

Open console and write in it:

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

lolMiner 1.73

14 Apr 18:33
50c5702
Compare
Choose a tag to compare

Changes

Improved Kaspa codes:

  • Improved performance of Kaspa on Nvidia Turing and newer by 0.2-1% depending on model
  • Improved efficiency of Kaspa mining on Nvidia Turing and newer by 2-3% depending on model
  • Halved number of stale shares on Kaspa on Nvidia Turing and newer

Improved Nexa codes:

  • Improved performance of Nexa on Nvidia Turing and newer by 2-5% depending on model

  • Improved performance of Nexa on AMD cards by 0.5 - 1.5% depending on model

  • All GPUs on Nexa and Nvidia GPUs on Kaspa now do a clean shutdown once hitting ctrl+c - that should prevent issues and crashing when exiting / resetting oc

  • Enabling reading of GPU junction temperature ( and memory temperature on Nvidia GDDR6x GPUs) on Nvidia 530 drivers or newer

  • Windows: updated the oc gui with added AMD overclock functionality

Fixes

  • Fixed a bug causing --tstart and --tstop not working in Nexa solvers
  • Fixed a bug causing the miner not to pause on a connection loss in Nexa solvers

Notes:

The Nexa gpu codes are (and will be in foreseeable future) joint work with Iedoc from BzMiner. Miner fees will be evenly shared regardless of which of these two flavors of the code you prefer.

Update guides

mmpOS

Open console and write in it:

  • wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.73/lolMiner_v1.73_Lin64.tar.gz && tar -xvf lolMiner_v1.73_Lin64.tar.gz && agent stop && sudo cp -adpR 1.73/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.73/lolMiner_v1.73_Lin64.tar.gz && tar -xvf lolMiner_v1.73_Lin64.tar.gz && cp -adpR 1.73/lolMiner /app-data/miners/lolminer-1.72 && start

HiveOS

Open console and write in it:

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