lolMiner is a multiple algorithm mining software featuring solvers for Ethash, Etchash, Beam and the most widely GPU mined variants of Cuckoo Cycle and Equihash.
The software is based on OpenCL and focuses on mining with AMD graphic cards, but also has Nvidia codes to support mixed configurations. Key selling points for lolMiner are a wide GPU compatibility, honest hash rate reporting and a responsive online support. lolMiner is available for Windows and Linux.
Below is the list of algorithms supported by the lolMiner mining software. Each algorithm indicates the program fee, which is usually just a few percent. Software developers use it for their product support, enhancement, and development of new features. The fee works in such a way that every hour a program mines for a short period of time (usually less than a minute) to the developer’s wallet.
The mining software launches through the command line in Linux and through the bat file in Windows. Below are sample bat files for each cryptocurrency that you can mine with lolMiner. Make sure to replace YOUR_ADDRESS with your own wallet address, and RIG_ID with your own rig name. You can name it however you like, but the name must contain only Latin letters and symbols “-” and “_”. The wallet must correspond to the cryptocurrency you are mining.
You can find additional settings for the mining program at the end of the page. If you have problems setting up lolMiner, feel free to ask for advice in our Telegram chat.
lolMiner.exe --algo ETHASH --pool ethw.2miners.com:2020 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --algo AUTOLYKOS2 --pool erg.2miners.com:8888 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --algo NEXA --pool nexa.2miners.com:5050 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --algo KASPA --pool kas.2miners.com:2020 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --algo PYRINV2 --pool pyi.2miners.com:2121 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --algo ETCHASH --pool etc.2miners.com:1010 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --coin CTXC --pool ctxc.2miners.com:2222 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --algo EQUI144_5 --pers BgoldPoW --pool btg.2miners.com:4040 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --algo C29AE --pool ae.2miners.com:4040 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --coin ZEL --pool flux.2miners.com:9090 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --coin BEAM --pool beam.2miners.com:5252 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
lolMiner.exe --coin GRIN-C32 --pool grin.2miners.com:3030 --user YOUR_WALLET_ADDRESS.RIG_ID
pause
Sometimes you need to take additional steps to set up a mining program. For example, you may want to disconnect a GPU or set the GPU operating temperature limit. We prepared the list of the most popular lolMiner settings. To use a setting, add it to the standard launch line indicated above. As a rule, you can’t control GPU overclocking through the mining program settings. You can find a detailed guide on GPU overclocking in this article.
--tls
enable mining through TLS/SSL. Use --tls on
to mine with SSL. Please keep in mind that the pool address with SSL is usually different from the pool address without SSL. For example, eth.2miners.com:12020 is 2Miners Ethereum pool with SSL and eth.2miners.com:2020 is 2Miners Ethereum pool without SSL.--devices
launches mining software only on certain GPUs. Indicate target GPUs separated with a comma after --devices. The first GPU is indexed as 0. For example, GPUs in a rig of six graphics cards are numbered from 0 to 5. --devices 0,1,2,3,5
launches mining software on all GPUs except for the fifth (indexed as 4). --devices can also launch GPUs of a certain brand (only Nvidia or only AMD). For example, --devices nvidia
launches mining software only on Nvidia GPUs.--keepfree
sets the amount of GPU memory in MB that can't be used for mining. The default is 5MB for Linux and 56MB for Windows.--tstart
sets the min GPU temperature in °C. For example, --tstart 30
.--tstop
sets the max GPU temperature in °C. For example, --tstop 70
.--log
manages the log file. --log on — log file is created (default), --log off
— log file is not created.