github Lolliedieb/lolMiner-releases 1.83
lolMiner 1.83

latest releases: 1.88, 1.87, 1.86...
2 months ago

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

Don't miss a new lolMiner-releases release

NewReleases is sending notifications on new releases.