Last updated: 3 years ago
Posted on: 2022-08-04 21:06

How to setup GMiner for GPU mining


Compatible algorithms: Etchash, Ethash, Kawpow, ZelHash, ZHash, KHeavyHash, IronFish, Octopus


Download the mining files


In order to mine with your GPU, you can use GMiner, simply download it from here (official link):


https://github.com/develsoftware/GMinerRelease/releases



Here 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 miner.exe create a start.bat file with the contents:


miner.exe -a etchash -s proxy+tcp://etchash.unmineable.com:3333 -u COIN:YOURADDRESS.WORKER_NAME
pause


Some things to consider:


If your GPU meet the minimum memory for Kawpow mining (6GB of memory) you can join our Kawpow pool, just change the pool url to: kp.unmineable.com:3333 and update the -a parameter to: -a kawpow


You can also point to our port 4444 (SSL) if your are having connection issues caused by possible firewall / ISP restrictions, just set the -o parameter to:


miner.exe -a kawpow -s proxy+ssl://kp.unmineable.com:4444 -u COIN:YOUR_ADDRESS.WORKER_NAME
pause


The Ethash algorithm is now available (ETHW based), if your GPU meet the minimum requirement (6GB of memory) you can join our Ethash pool:


miner.exe -a ethash -s proxy+ssl://ethash.unmineable.com:4444 -u COIN:YOURADDRESS.WORKER_NAME
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.


In order to start mining through our just added algorithm ZelHash, simply update the -a parameter to: -a equihash125_4 and set the -s param to:


-s proxy+ssl://zelhash.unmineable.com:4444:


miner.exe -a equihash125_4 -s proxy+ssl://zelhash.unmineable.com:4444 -u COIN:YOUR_ADDRESS.WORKER_NAME
pause


We have already added the ZHash algorithm to join our mining pools, just update the -a parameter to: "-a equihash144_5", add the "--pers BgoldPoW" param next to "equihash144_5" and set the -s param to:


-s proxy+ssl://zhash.unmineable.com:4444:


miner.exe -a equihash144_5 -s proxy+ssl://zhash.unmineable.com:4444 -u COIN:YOUR_ADDRESS.WORKER_NAME
pause


You can also choose to mine the KHeavyHash algorithm, simply update the -a parameter to -a kaspa and change the pool url to "proxy+ssl://kheavyhash.unmineable.com:4444":


miner.exe -a kaspa -s proxy+ssl://kheavyhash.unmineable.com:4444 -u COIN:YOUR_ADDRESS.WORKER_NAME
pause


The IronFish algorithm is now available, GPUs with at least 4GB VRAM are supported at this time by updating the -a parameter to -a ironfish and changing the pool url to "proxy+ssl://ironfish.unmineable.com:4444":


miner.exe -a ironfish -s proxy+ssl://ironfish.unmineable.com:4444 -u COIN:YOUR_ADDRESS.WORKER_NAME
pause


You can also start mining through our just added algorithm Octopus, simply change the -a param to -a octopus and update the pool URL to: stratum+ssl://octopus.unmineable.com:4444:


miner.exe -a octopus -s proxy+ssl://octopus.unmineable.com:4444 -u COIN:YOUR_ADDRESS.WORKER_NAME
pause


Be sure to 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 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