Skip to content

Releases: Lolliedieb/lolMiner-releases

lolMiner 1.87

16 Apr 08:09
b4d5c6a
Compare
Choose a tag to compare

Changes

  • Fishhash: Significantly improved speed on AMD RX 470 - RX 590 series of gpus (by 30%), significantly improved speed on Nvidia CMP 170HX (by 8-9%)
  • Fishhash: Implemented new DAG build procedure for Nvidia Turing and up gpus, that will build a valid DAG even on higher memory OC. This significantly reduces the number of defect shares in this situation.
  • Pyrin: Improved Pyrin performance on Nvidia Turing and newer gpus by about 2%
  • Ton / Gram: Improved performance on Nvidia Turing and newer gpus by about 1-2%
  • Improved performance of Fishhash + Pyrin dual mining on Nvidia Turing and newer gpus by about +10% on the Pyrin side
  • Improved performance of Fishhash + Alephium dual mining on Nvidia Ampere and newer gpus by about -2% speed on Fishhash side, but +10% on Alephium side with auto tune, about +5% on Alephium side at same Fishhash speed with manual tuning
  • Added experimental support for Fishash + Gram / Ton dual mining for AMD Vega and VII GPUs. Might require manual setting of dual tuning ratio.
  • The Ton job interface can now connect to pools or bridges using Ton mode 5 with http, so not enforcing https.
  • Removed Blake3-Ironfish from visible algorithms. --algo IRONFISH will now redirect to FISHHASH.

Fixes

  • Fixed a bug causing the display of defect shares when mining Ton / Gram with very high difficulty
  • Fixed missing of Ton / Gram mining on AMD Tonga, AMD Fiji and RX 460 (Baffin) series of GPU. Was accidentally removed in a previous release.

Known issues:

  • CMP cards might crash or display faulty device statistics when trying to set offset or memory lock clock settings via lolMiner. Please use your operating system functions to do so.

Raveos
Open console and write in it:

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

HiveOS
Open console and write in it:

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

lolMiner 1.86

02 Apr 12:24
ced0d5d
Compare
Choose a tag to compare

Note: In consideration of automatic update systems, we have decided to skip version number 1.85. The changes refer to 1.84.

Changes

  • Added support for FishHash including dual mining codes. Use -a FISHHASH to mine it. Fork for Ironfish will be April 2nd, 2024
  • Significantly increased Ton / Gram mining performance on all supported AMD GPUs.
  • Removed old Fishhash testing codes.
  • lolMiner will now accept --algo to be put in multiple times. The last occurrence will be the selected algorithm.

Fixes

  • Fixed a bug causing high amount of pool rejected shares with AMD cards and Gram mining

Driver compatibility for Fishhash and Ton (Gram)

GPU Type Driver Dual Mining Capabilities for Fishhash
AMD RX 400, 500 19.30+ None
AMD RX Vega / VII 22.40+ None
AMD RX 5000 20.40+ Aleph, Karlsen, Radiant, Ton/Gram
AMD RX 6000 20.40+ Aleph, Karlsen, Pyrin, Radiant, Ton/Gram
AMD RX 7000 22.40+ Aleph, Karlsen, Pyrin, Radiant, Ton/Gram
Nvidia GTX 10 / 16 Cuda 11 Aleph, Karlsen, Pyrin, Radiant, Ton/Gram
Nvidia RTX 20 / 30 Cuda 11 Aleph, Karlsen, Pyrin, Radiant, Ton/Gram
Nvidia RTX 40 Cuda 12 Aleph, Karlsen, Pyrin, Radiant, Ton/Gram

Update:

RaveOS
Open console and write in it:

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

HiveOS
Open console and write in it:

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

lolMiner 1.85 Beta

22 Mar 08:41
ced0d5d
Compare
Choose a tag to compare
lolMiner 1.85 Beta Pre-release
Pre-release

This release is intentionally flagged as a beta version. The reason is that some features are missing that would make it complete. See the list below. All the new additions that are mentioned have production grade quality though.

Changes

  • Significantly improved Gram hashrate on AMD RX 5000 and higher cards by almost 10%
  • Added support for mining the Fishhash mainnet. New parameter -a FISHHASH. This will automatically use the new Ironfish stratum format that is mandatory after the fork. Supported GPUs: Nvidia GTX 1000 series and newer, AMD RX 5000 series and new. Supported dual mining options with Alephium (ALEPHDUAL), Gram (TONDUAL) and Radiant (RXDDUAL).
  • Removed old Fishhash testing codes.

Fixes

  • Fixed a bug causing high amount of pool rejected shares with AMD cards and Gram mining

Missing features

  • The dual mining codes of Fishhash and Ethash B3 with Karlsen and Pyrin can be buggy at the moment.
  • The Fishhash codes for AMD RX 400 / 500 and Vega generation cards are missing at the moment
  • The Gram codes for Intel GPUs as well as AMD RX 400 / 500 and Vega and ADA generation cards are missing at the moment, for ADA please use previous version 1.84

You can expect a full release with this issues fixed in 1st week of April.

RaveOS
Open console and write in it:

stop && wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.85_beta/lolMiner_v1.85_beta_Lin64.tar.gz && tar -xvf lolMiner_v1.85_beta_Lin64.tar.gz && cp -adpR 1.85_beta/lolMiner /app-data/miners/lolminer-1.84 && start

HiveOS
Open console and write in it:

wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.85_beta/lolMiner_v1.85_beta_Lin64.tar.gz && tar -xvf lolMiner_v1.85_beta_Lin64.tar.gz && pidof -x SCREEN && miner stop || echo lolminer && cp -adpR 1.85_beta/lolMiner $(ls -d1 /hive/miners/lolminer/*/ | tail -1) && miner start

lolMiner 1.84

14 Feb 15:00
0ce9eac
Compare
Choose a tag to compare

Changes

  • Improved Ton / Gram mining performance by 15-18% on AMD RDNA 1-3 and NVIDIA Pascal and newer GPUs
  • Added EthashB3 + Ton dual mining via --dualmode TONDUAL
  • Added support to mine Gram on gramcoin.org - the https endpoint https://api-pool.gramcoin.org will be detected automatically, but the mode also can be selected manually by using --ton-mode 5

Fixes

  • Fixed a bug causing Ton / Gram mining not to work on Cuda 11 drivers
  • Fixed a bug causing Ton / Gram mining to not work on newer AMD drivers

To update HiveOS:

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

lolMiner 1.83

11 Feb 18:41
0ce9eac
Compare
Choose a tag to compare

Changes

  • Due to popular demand added back codes for mining TON / GRAM. Use -a TON or -a GRAM to mine it.
  • Ton / Gram pool connector now detects pools lolminer.ton.ninja and gram.hashrate.to correctly with --ton-mode 6 and https://ninja.tonlens.com with --ton-mode 4 (fixed in this build, did not work with old versions of the miner)
  • Added Ton support for Nvidia ADA and AMD RDNA3 generation of GPUs

Note:

Nvidia Drivers required are 525 or higher.
Old Ton dual mining codes and the solo mining mode are not available. For the dual codes hang on, we try getting them back.
The miner is compatible with all pools that add the old icemining style stratum (--ton-mode 6) or one of the old https dialects. Other https connectors are NOT supported, we highly encourage implementing a stratum over tcp approach for all pools.

RaveOS
Open console and write in it:

stop && wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.83/lolMiner_v1.83_Lin64.tar.gz && tar -xvf lolMiner_v1.83_Lin64.tar.gz && cp -adpR 1.83/lolMiner /app-data/miners/lolminer-1.82a && start

HiveOS
Open console and write in it:

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

HiveOSCustom
Open console and write in it:
wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.83/lolMiner_v1.83_Lin64.tar.gz && tar -xvf lolMiner_v1.83_Lin64.tar.gz && pidof -x SCREEN && miner stop || echo lolminer && cp -adpR 1.83/lolMiner /hive/miners/custom/lolminer/ && miner start

lolMiner 1.82a

30 Dec 23:55
bebf312
Compare
Choose a tag to compare

Changes

  • Improved Heavyhash-Pyrin performance on GTX16 cards by about 25-30%, improved Heavyhash-Pyrin performance on GTX 10 series cards by about 10%.
  • Improved energy efficiency of Heavyhash-Karlsen mining on GTX 16 series cards. Also slightly improved performance by about 1.5%.

Fixes

  • Fixed a bug causing ETH / ETC / Ubiq mining to sometimes crash with a segfault (introduced in 1.82)
  • Fixed the "submit not found" bug on Karlsen & Pyrin mining
  • Fixed a bug causing too many rejected shares on Karlsen and Pyring when on unmineable pool.
  • Fixed reading memory temperatures on AMD RTX 4000 cards
  • Fixed a bug causing Beam mining to not work on AMD RX 5500 with 8G

PS:

Wish you all a happy new year 2024 :)

RaveOS
Open console and write in it:

stop && wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.82a/lolMiner_v1.82a_Lin64.tar.gz && tar -xvf lolMiner_v1.82a_Lin64.tar.gz && cp -adpR 1.82a/lolMiner /app-data/miners/lolminer-1.82 && start

HiveOS
Open console and write in it:

wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.82a/lolMiner_v1.82a_Lin64.tar.gz && tar -xvf lolMiner_v1.82a_Lin64.tar.gz && pidof -x SCREEN && miner stop || echo lolminer && cp -adpR 1.82a/lolMiner $(ls -d1 /hive/miners/lolminer/*/ | tail -1) && miner start

lolMiner 1.82

28 Dec 10:37
e207ca1
Compare
Choose a tag to compare

Changes

  • Added support to mine Heavyhash-Pyrin on AMD RX Fury, RX 400, RX 500 and Vega / VII series
  • Increased Heavyhash-Pyrin performance of Nvidia GTX 16 series GPUs by over 100%
  • Increased Heavyhash-Pyrin performance of AMD RX 5500 series and AMD 7000 series GPUs by over 60%
  • Increased Heavyhash-Karlsen performance of AMD RX 5500 series and AMD 7000 series GPUs by over 15%
  • Increased Heavyhash-Pyrin performance of Nvidia Pascal GPUs by about 6+%, Slightly increased Heavyhash-Karlsen performance on Nvidia Pascal series by 1.3%
  • Slightly improved performance of Heavyhash-Pyrin on Nvidia RTX (by up to 1.5%) and AMD RDNA 2 cards (by 3% at improved efficiency), minor improvements to the Heavyhash-Karlsen performance as well
  • Added support to read memory temperatures on Nvidia drivers 545 and upwards (for those cards that support it)

Fixes

  • Fixed a bug causing dual mining ETHW, ETC, Ubiq + Alephium being broken from 1.77
  • Fixed a bug causing Pyrin mining not starting on Nvidia GPUs without --no-cl parameter from 1.81

RaveOS
Open console and write in it:

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

HiveOS
Open console and write in it:

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

lolMiner 1.81

12 Dec 22:45
f11a5dd
Compare
Choose a tag to compare

Changes

  • Added support to mine Heavyhash-Pyrin (-a PYRIN) on Nvidia Turing and newer / AMD Navi and newer. Fee is 1%. Note: requires a Pyrin stratum pool or adjusted stratum bridge. Please keep an eye open on those.
  • Added support to dual mine EthashB3 and Heavyhash-Pyrin on Nvidia Turing and newer / AMD Navi and newer. Fee is 1% + 1%
  • Added support to dual mine EthashB3 and Heavyhash-Karlsen on AMD RX 5000 series.

RaveOS
Open console and write in it:

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

HiveOS
Open console and write in it:

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

lolMiner 1.80a

10 Dec 07:10
e821553
Compare
Choose a tag to compare

Changes (1.80a)

  • 1.80a: Added Karlsen support for AMD Vega and Radeon VII on PAL drivers (current Windows, older Linux). Note: For ideal performance and future developments on this mining software we strongly recommend moving to a Linux platform with modern drivers if you own this card, since not all future algorithms will be ported this way.

Changes (1.80)

  • 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 (update from 1.79)
Open console and write in it:

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

RaveOS (update from 1.79)
Open console and write in it:

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

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