Lolminer. Download lol miner

Latest release

Changes

  • Significantly improved performance of Gram / Chapa mining on Nvidia Turing and newer gpus. Turing cards gain approximately 15%, Amperes even up to 22%). Note: because the new kernel also uses more energy, the old kernel is still available as an option by adding parameter --mode a. The new kernel can be found via --mode b and is default.
  • Significantly improved performance of dual mining Fishhash + Gram / Chapa mining on Nvidia Turing and newer gpus. Note: because the new kernel also uses more energy, the old kernel is still available as an option by adding parameter --mode a. The new kernel can be found via --mode b and is default.

Fixes

  • Fixed a hashrate degradation on RDNA3 gpus mining Gram / Chapa introduced in 1.86
  • Fixed a bug causing dual mining Fishhash and Gram / Chapa not to work on AMD Vega and VII gpus. Note: this still needs manual set --dualfactor.

Raveos Open console and write in it:

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

HiveOS Open console and write in it:

wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.88/lolMiner_v1.88_Lin64.tar.gz && tar -xvf lolMiner_v1.88_Lin64.tar.gz && pidof -x SCREEN && miner stop || echo lolminer && cp -adpR 1.88/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%