Lolminer. Download lol miner
Latest release
Changes
- Added support to mine Conflux (-a OCTOPUS) on AMD GPUs (Vega and newer). Fee is 2%. See tuning notes below
Fixes
- Fixed power readings of older AMD GPUs in Linux
Tuning hints for Octopus algorithm on AMD GPUs
Octopus is a very demanding algorithm - in fact we are the first implementation that allows mining it on AMD RX 6000 and 7000 cards close to their memory bandwidth. That said: start with clocks usually used for dual mining or KawPow and evolve from there or alternatively go for maximum possible core clock speed and lower it step by step until the desired efficiency is reached or performance drops too much.
Example performance figures can be found here: https://hashrate.no/coins/CFX/benchmarks
Click on your GPU to see the used benchmark settings.
Notes
- The above code is optimized for RDNA 2 & 3. RDNA 1 speeds are also reasonably good, but the cards suffer more from their low compute core count. Vega and Radeon Instinct support is experimental.
- We observed a slightly better performance on the newer Amd drivers from the last two years. We do not recommend to run this code on old drivers.
- Nvidia support for Octopus will be added next version.
HiveOS
Open console and write in it:
wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.92/lolMiner_v1.92_Lin64.tar.gz && tar -xvf lolMiner_v1.92_Lin64.tar.gz && pidof -x SCREEN && miner stop || echo lolminer && cp -adpR 1.92/lolMiner $(ls -d1 /hive/miners/lolminer/*/ | tail -1) && miner start
Downloads
Lolminer .bat File Examples
EthereumPOW (ETHW)
lolMiner.exe --algo ETHASH --pool pool.woolypooly.com:3096 --user WALLET_ADDRESS.WORKER_NAME
Ethereum Classic (ETC)
lolMiner.exe --algo ETCSHASH --pool pool.woolypooly.com:35000 --user WALLET_ADDRESS.WORKER_NAME
EthereumPOW (ETHW) + Alephium Dual Mining
lolMiner.exe --algo ETHASH --pool pool.woolypooly.com:3096 --user WALLET_ADDRESS_ETH.WORKER_NAME --dualmode ALEPHDUAL --dualpool pool.woolypooly.com:3106 --dualuser WALLET_ADDRESS_ALPH.WORKER_NAME
EthereumPOW (ETHW) + Kaspa Dual Mining
lolMiner.exe --algo ETHASH --pool pool.woolypooly.com:3096 --user WALLET_ADDRESS_ETH.WORKER_NAME --dualmode KASPADUAL --dualpool pool.woolypooly.com:3112 --dualuser WALLET_ADDRESS_KAS.WORKER_NAME
Ethereum Classic (ETC) + Kaspa Dual Mining
lolMiner.exe --algo ETCHASH --pool pool.woolypooly.com:35000 --user WALLET_ADDRESS_ETC.WORKER_NAME --dualmode KASPADUAL --dualpool pool.woolypooly.com:3112 --dualuser WALLET_ADDRESS_KAS.WORKER_NAME
Kaspa
lolMiner.exe --algo KASPA --pool pool.woolypooly.com:3112 --user WALLET_ADDRESS_KAS.WORKER_NAME
NEXA
lolMiner.exe --algo NEXA --pool pool.woolypooly.com:3124 --user WALLET_ADDRESS.WORKER_NAME
Aeternity (AE)
lolMiner.exe --algo C29AE --pool pool.woolypooly.com:20000 --user WALLET_ADDRESS.WORKER_NAME
Cortex (CTXC)
lolMiner.exe --coin CTXC --pool pool.woolypooly.com:40000 --user WALLET_ADDRESS.WORKER_NAME
Ergo (ERG)
lolMiner.exe --algo AUTOLYKOS2 --pool pool.woolypooly.com:3100 --user WALLET_ADDRESS.WORKER_NAME
Lolminer Setup
Download the latest Lol miner from the link above. After that, extract the archive and go to the folder with the miner. Select the coin you are interested in for mining and edit the .bat file. If you have not yet chosen what you want to mine, then we recommend that you first go to our
mining calculator, where you can specify your video card and get the most profitable coin for the current day. Above you will find ready-made examples of bat files for each coin that you can mine on our pool. You will only have to specify your wallet address and, if desired, the name of the worker (rig).
Lol miner Commands
-a, --algo selects the mining algorithm;
--devices select video cards that will mine (those video card ids that you did not specify will not be mined) . The count starts from 0. A comma without a space is used as a separator. For example, -d 0,1,2,3. In HiveOS, this parameter is set in the add. configuration;
-u, --user this field specifies your wallet address or pool account address;
--dualuser to specify a second address if you are mining in dual mode;
--pass password, use x by default;
--tls enable secure connection (SSL);
-h, --help output all available commands.
Commands for Dual Mining
--dualmode select coin in dual, parameter values can be none, zil, zilEx, eth, etc;
--dualuser wallet address of the second coin in dual;
--dualpass password for the second coin, set to x by default;
--dualtls arg enable SSL for the second coin in dual.
LHR GPU Unlock and Overclocking
--lhrtune this option allows you to further tune each card in the rig. It allows positive and negative values, and you can allow different values for each card. Positive values increase the hashrate, but increase the risk that the card will activate the LHR block and have to wait 1 minute to re-mine. Negative values decrease the hash rate, but also reduce the risk of LHR blocking. Usually, to get the best tuning, when we have a fixed kernel with LHRLP or LHR2 mode, we add --lhrtune 5. And we increment by 5, leaving at least 20 minutes to see if there is an LHR lock. If it doesn't block, we can increase by 5 more and repeat the 20 minute test, and so on, until the LHR blocking point is reached.
Lolminer Overclocking
--cclk set the core frequency of the GPU.
Is Lolminer Safe?
Yes, Lolminer is a reputable crypto miner. It has a lot of users all over the world.
Is Lolminer a Virus?
Some antivirus determines Lolminer as a Virus, even Trojan. In that case double check the place where are you downloaded it from. If you downloaded it from our website or official github - you should not be worried.
Lolminer vs Claymore vs Ethminer
Our choice is - Lolminer.
Lol miner Common Errors/Issues
lolminer unrecoverable memory error by gpu - this error usually occurs when the miner is overclocked. Try lowering the memory frequency;
lolminer error when allocating memory or building dag - indicates insufficient amount of physical memory in the video card for mining this coin. Use our
calculator to select a new coin to mine;
lolminer access is denied - open CMD as admin, then navigate within the console to the .bat and run it from there.
Lolminer not starting
If you have Windows OS and the miner crashes immediately at startup, then add pause to the second line of the miner. Next, start the miner and read the error. After that, double-check your miner settings. If you have HiveOS or any other OS - go to the miner console and look at the logs of what is happening in the miner. After that, double-check your miner settings.
Dev Fees
ETH - 0,7%
ETC - 0,7%
RVN - 0,7%
Cortex - 2,5%
Ergo - 1,5%
Flux - 1%
Alephium - 0%
Kaspa - 0%