-
How to setup lolMiner for GPU miningCompatible algorithms: Ethash, Etchash Download the mining files In order to mine with your GPU you can use PhoenixMiner, 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:
-
How to setup Nanominer for GPU miningCompatible algorithms: Ethash, Etchash Download the mining files In order to mine with your GPU you can use PhoenixMiner, simply download it from here: https://github.com/nanopool/nanominer/releasesHere is also the official GitHub repository: https://github.com/nanopool/nanominer Setup with the config.ini file Once you downloaded the file from Assets, unzip it and in the same folder as nanominer.exe, edit the config.ini file by adding the contents: [Ethash] wallet = COIN:YOURADDRESS.WORKER_NAME rigName = WORKER_NAME pool1 = ethash.
-
How to setup NBMiner for GPU miningCompatible algorithms: Ethash, Etchash, Kawpow Download the mining files You can get NBMiner from their official Github repository: https://github.com/NebuTech/NBMiner/releases Here is also the officila README. Setup with a start.bat file Once you download the file from Assets, unzip it and in the same folder as NBMiner.exe, create a start.bat file with the contents: nbminer.exe -a ethash -o stratum+tcp://ethash.unmineable.com:3333 -u COIN:YOURADDRESS.WORKER_NAME -log 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.
-
How to setup our easy mining appCompatible algorithms: Ethash, Etchash, RandomX Versions and info Two versions are available, the main version and "Mining files included" (MFI) version, previously known as "Unpacked" and "Packed" versions respectively. Using the MFI version is very straight forward to use as it already includes the mining files (PhoenixMiner.exe / xmrig.exe), however it is not recommended, because the mining files can be removed during the download (by an antivirus or similar), if that happens you will need to re-download and point the app to the new miner files, which is the same as using the main version anyway :) (Main version was previously known as the unpacked version).
-
How to setup PhoenixMiner for GPU miningCompatible algorithms: Ethash, Etchash Download the mining files First you need to download PhoenixMiner from here (official link): https://phoenixminer.info/downloads/ Here is also the official dev team post. Setup with a start.bat file Unzip the just downloaded file and in the same folder as the file called PhoenixMiner.exe, create a start.bat file with the contents: PhoenixMiner.exe -pool ethash.unmineable.com:3333 -wal COIN:YOURADDRESS.WORKER_NAME -pass x 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 3GB or more you must change the pool url to: etchash.
-
How to setup T-Rex for GPU miningCompatible algorithms: Ethash, Etchash, Kawpow Download the mining files In order to mine with your GPU you can use T-Rex, simply download it from here (official link): https://trex-miner.com/download/t-rex-0.20.3-win.zipHere is also the official dev team post. Setup with a start.bat file Once you download the file from Assets, unzip it and in the same folder as t-rex.exe, create a start.bat file with the contents: t-rex.exe -a ethash -o ethash.unmineable.com:3333 -u COIN:YOURADDRESS.
-
How to setup XMRIG for CPU miningCompatible algorithms: RandomX Download the mining files In order to mine with your CPU you can use XMRIG, simply download it from here: https://github.com/xmrig/xmrig/releases Go to Assets and download the latest version available. Setup with a start.bat file Then unzip it and in the same folder as xmrig.exe, create a start.bat file with the contents: xmrig.exe -o rx.unmineable.com:3333 -a rx -k -u COIN:YOUR_ADDRESS.WORKER_NAME -p x pause Some things to consider: