Lolminer is a mining software for cryptocurrencies that utilizes both CPU and GPU mining algorithms. It supports various mining algorithms such as Ethash, Etchash, ProgPoW, Kawpow, MTP, CuckooCycle, and more. The program is designed for use on Windows and Linux operating systems.
Lolminer offers some unique features such as support for mixed mining, which allows the user to mine different cryptocurrencies at the same time, and dual mining, where the user can mine two different cryptocurrencies simultaneously using one graphics card.
Additionally, Lolminer offers a web-based user interface that allows for easy monitoring and management of mining activities across multiple devices.
The program is free to download and use, and it supports a variety of cryptocurrency wallets for convenient and secure storage of mined coins.
Overall, Lolminer is a powerful mining software with advanced features and a user-friendly interface suitable for both beginners and experienced miners.
How to start Lolminer
Lolminer is a cryptocurrency miner for AMD and NVIDIA GPUs that supports various algorithms such as Ethash, Etchash, Blake2s, CuckooCycle and many more. Here is a step-by-step guide on how to use Lolminer to mine cryptocurrencies:
- Download the latest version of Lolminer from the official website.
- Extract the downloaded files to a folder on your computer.
- Open a text editor (such as Notepad) and create a new file named “mine.bat” (without the quotes).
- Edit the “mine.bat” file and add the following line:
- lolminer.exe –algo ETHASH –pool POOL_ADDRESS –user YOUR_WALLET_ADDRESS.WORKER_NAME –pass x
- Replace “POOL_ADDRESS” with the address of the mining pool you want to use. Replace “YOUR_WALLET_ADDRESS” with your cryptocurrency wallet address. Replace “WORKER_NAME” with the name of the worker you want to use (can be any name you choose).
- For example, if you want to mine Ethereum on the Ethermine pool with the wallet address 0x12345678901234567890 and the worker name “myworker“, the line should look like this:
- lolminer.exe –algo ETHASH –pool stratum+tcp://eu1.ethermine.org:4444 –user 0x12345678901234567890.myworker –pass x
- Save the “mine.bat” file and close the text editor.
- Double-click on the “mine.bat” file to start mining with Lolminer.
If everything is set up correctly, you should see output similar to the following:
- [2021-09-01 08:30:42] GPU1: initializing (cuda gpu0)
- [2021-09-01 08:30:42] GPU1: sharing memory with GPU0 (total: 12212 MiB)
- [2021-09-01 08:30:43] GPU1: found 30 sectors of 99.99 MiB
- [2021-09-01 08:30:44] GPU1: result sent to pool (2.000 ms)
- [2021-09-01 08:30:45] GPU1: found 29 sectors of 99.99 MiB
- [2021-09-01 08:30:46] GPU1: result sent to pool (2.000 ms)
- [2021-09-01 08:30:47] GPU1: found 29 sectors of 99.99 MiB
- [2021-09-01 08:30:48] GPU1: result sent to pool (2.000 ms)

This output shows that the miner is working and submitting shares to the mining pool.
You can monitor your mining progress on the mining pool’s website by entering your wallet address and worker name.
Note that this is a basic guide for using Lolminer. There are many additional options and configurations available that can be adjusted for optimal mining performance.