Last updated: 2 months ago
Posted on: 2022-04-14 20:06

How to setup lolMiner for GPU mining


Compatible algorithms: Etchash, Ethash, Autolykos, BeamHash, Octopus, KHeavyHash, FishHash, Nexapow


Download the mining files


In order to mine with your GPU you can use lolminer, simply download it from here (be sure to download the latest version):


https://github.com/Lolliedieb/lolMiner-releases/releases



Here is also the official GitHub repository:


https://github.com/Lolliedieb/lolMiner-releases


Setup with a start.bat file


Once you download the file from Assets, unzip it and in the same folder as lolMiner.exe, create a start.bat file with the contents:


lolMiner.exe --algo ETCHASH --pool etchash.unmineable.com:3333 --user YourAlias.WorkerName --ethstratum ETHPROXY
pause


Some things to consider:


If your GPU meet the minimum memory for Ethash mining (6GB of memory) you can join our new Ethash pool (ETHW based), just update the --algo parameter to: --algo ETHASH and set the --pool param url to: ethash.unmineable.com:3333


lolMiner.exe --algo ETHASH --pool ethash.unmineable.com:3333 --user YourAlias.WorkerName --ethstratum ETHPROXY
pause


Kindly note that profitability is not the same as it was before The Merge. Also, because of the current ETHW high price volatility, expected daily rewards will vary.


You can also choose to mine the Autolykos algorithm, simply change the pool url autolykos.unmineable.com:3333 and update the --algo parameter to: AUTOLYKOS2


We have already launched our port 4444 (SSL) if your are having connection issues caused by possible firewall / ISP restrictions, just set the --pool parameter to:


lolminer.exe --algo AUTOLYKOS2 --pool stratum+ssl://autolykos.unmineable.com:4444 --user YourAlias.WorkerName --ethstratum ETHPROXY
pause


The BeamHash algorithm is now available, in order to join our mining pools, simply update the --algo parameter to: "--algo BEAM-III" and set the --pool param to:


--pool stratum+ssl://beamhash.unmineable.com:4444:


lolMiner.exe --algo BEAM-III --pool stratum+ssl://beamhash.unmineable.com:4444 --user YourAlias.WorkerName
pause


We have already added the KHeavyHash algorithm, to join our mining pools, just update the --algo param to: "KASPA" and change the pool url to:

--pool stratum+ssl://kheavyhash.unmineable.com:4444:


lolMiner.exe --algo KASPA --pool stratum+ssl://kheavyhash.unmineable.com:4444 --user YourAlias.WorkerName
pause


You can also start mining through our just added algorithm FishHash, simply change the --algo param to "--algo FISHHASH" and update the pool URL to: stratum+ssl://fishhash.unmineable.com:4444:


lolMiner.exe --algo FISHHASH --pool stratum+ssl://fishhash.unmineable.com:4444 --user YourAlias.WorkerName
pause


The Nexapow algorithm is now available, GPUs with at least 4GB VRAM are supported at this time by changing the pool url to stratum+ssl://nexapow.unmineable.com:4444 and updating the --algo parameter to: --algo NEXA


lolMiner.exe --algo NEXA --pool stratum+ssl://nexapow.unmineable.com:4444 --user YourAlias.WorkerName
pause


Octopus mining is now compatible, to join our pools, simply update the --algo param to: "--algo OCTOPUS" and set the pool URL as:

stratum+ssl://octopus.unmineable.com:4444:


lolMiner.exe --algo OCTOPUS --pool stratum+ssl://octopus.unmineable.com:4444 --user YourAlias.WorkerName
pause


Some things to consider


Accounts are now available and make mining significantly more flexible!


As part of this update, using an Alias is now the preferable way to start mining. This allows you to better manage your activity and distribute your hashrate across our supported coins with greater control.


If you haven’t created an Account yet, you can easily do so through our website.


You can follow your progress in the website, by going into the Dashboard section.


Setup with a Legacy Address


Despite the addition of the Accounts section to our website and mining pool, it is still possible to mine using legacy addresses for those who prefer the classic setup or need a quick start, just be sure to set the --user param as:


--user COIN:YOUR_ADDRESS.WORKER_NAME


You must change COIN, YOUR_ADDRESS and WORKER_NAME.


COIN is the coin you are mining, for example: ADA, TRX, WIN, or more. Also keep the ":" symbol between the coin and your address. YOUR_ADDRESS must be a valid address for the coin you choose, otherwise the pool will return an error, also be sure to check the supported network for some coins, like TRC20 for USDT mining (TRON address). Your WORKER_NAME is simply any name that you would like to set for your worker, to identify it on the website.


If you are mining XRP to an exchange or other coin that require payment tags or a memo to work, don't forget to add your memo or payment tag after your address:


XRP:YourAddress:YOUR_MEMO_OR_TAG.YourWorkerName


You can follow your progress in the website, by going into the Address section of the coin you are mining.


For an easier configuration, we recommend trying our wizard for the creating a .bat/.sh file. 🧙‍♂️

If you have any issue, question or suggestion contact us here:


Email (Official Support Channel)
X (formerly Twitter)
Instagram
Beware of impersonators, we have no official Telegram or Discord channels.

Back to top