How to setup lolMiner for GPU mining
Compatible algorithms: Ethash, Etchash, Autolykos
Download the mining files
In order to mine with your GPU you can use lolMiner, simply download it from here:
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 ETHASH --pool ethash.unmineable.com:3333 --user COIN:YOURADDRESS.WORKER_NAME --ethstratum ETHPROXY pause
Some things to consider:
If your GPU meet the minimum memory for Ethash mining (6GB of memory) you can join our ethash pool, however if your GPU have from 3GB you must change the pool url to: etchash.unmineable.com:3333 and update the --algo parameter to: ETCHASH
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
You must change COIN, YOURADDRESS 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. YOURADDRESS 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 in the website.
Once you have the start.bat file, simply double click it, a terminal window will show up and you will be now mining! 😀
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 on the website, by going into the Address section of the coin you are mining.