Gminer. Download G miner

Latest release

  • added Dero and Dero + ZIL mining support on K1Pool (Nvidia only)

GPU Memory requirements: 13GB+, recommend card - RTX3090/RTX4090

Developer commission: Dero - 5% Dero + ZIL - 6% + 0%

Telegram chat: https://t.me/gminer_talk Telegram announcements: https://t.me/gminer_releases BitcoinTalk: https://bitcointalk.org/index.php?topic=5034735.0 Discord: https://discord.gg/J7RUG3FDYw

mmpOS update command: cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.44/gminer_3_44_linux64.tar.xz && tar -xvf gminer_3_44_linux64.tar.xz && cd /opt/mmp/miners/gminer && agent-stop && cp /tmp/miner . && agent-start

Hive OS update command: cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.44/gminer_3_44_linux64.tar.xz && tar -xvf gminer_3_44_linux64.tar.xz && cd /hive/miners/gminer && miner stop && cp /tmp/miner $(ls -d1 */ | tail -1)/gminer && miner start

minerstat OS command: cd /tmp; wget https://github.com/develsoftware/GMinerRelease/releases/download/3.44/gminer_3_44_linux64.tar.xz; tar -xvf gminer_3_44_linux64.tar.xz; sudo cp /tmp/miner /home/minerstat/minerstat-os/clients/gminer; mstart

use --force_algo dero to force select Dero (if your system not show Dero algorithm for GMiner)

Downloads

Gminer .bat File Examples

EthereumPOW (ETHW)

miner.exe --algo ethash --server pool.woolypooly.com:3096 --user WALLET_ADDRESS.WORKER_NAME

Ethereum Classic (ETC)

miner.exe --algo etchash --server pool.woolypooly.com:35000 -u WALLET_ADDRESS.WORKER_NAME

Ravencoin (RVN)

miner.exe --algo kawpow --server pool.woolypooly.com:55555 -u WALLET_ADDRESS.WORKER_NAME

Kaspa (KAS)

miner.exe --algo kheavyhash --server pool.woolypooly.com:3112 -u WALLET_ADDRESS.WORKER_NAME

EthereumPOW (ETHW) + Kaspa Dual Mining

miner.exe --algo ethash --server pool.woolypooly.com:3096 --user WALLET_ADDRESS_ETHW.WORKER_NAME --dalgo kheavyhash --dserver pool.woolypooly.com:3112 --duser WALLET_ADDRESS_KAS.WORKER_NAME

Ethereum Classic (ETC) + Kaspa Dual Mining

miner.exe --algo etchash --server pool.woolypooly.com:35000 --user WALLET_ADDRESS_ETC.WORKER_NAME --dalgo kheavyhash --dserver pool.woolypooly.com:3112 --duser WALLET_ADDRESS_KAS.WORKER_NAME

Ergo (ERG) + Kaspa Dual Mining

miner.exe --algo autolykos2 --server pool.woolypooly.com:3100 --user WALLET_ADDRESS_ERG.WORKER_NAME --dalgo kheavyhash --dserver pool.woolypooly.com:3112 --duser WALLET_ADDRESS_KAS.WORKER_NAME

Aeternity (AE)

miner.exe --algo aeternity --server pool.woolypooly.com:20000 -u WALLET_ADDRESS.WORKER_NAME

Cortex (CTXC)

miner.exe --algo cortex --server pool.woolypooly.com:40000 -u WALLET_ADDRESS.WORKER_NAME

Gminer Setup

Download the latest Gminer from the link above. After that, extract the archive and go to the folder with the miner. Select the coin you are interested in for mining and edit the .bat file. If you have not yet chosen what you want to mine, then we recommend that you first go to our mining calculator, where you can specify your video card and get the most profitable coin for the current day. Above you will find ready-made examples of bat files for each coin that you can mine on our pool. You will only have to specify your wallet address and, if desired, the name of the worker (rig).

Gminer Basic Commands

-a, --algo selects the mining algorithm;
-d, --devices select video cards that will mine (the id of video cards that you did not specify to mine will not). The count starts from 0. Spaces are used as a separator. For example, -d 0 1 2 3. In HiveOS, this parameter is set in the add. configuration;
--lhr-tune [for algorithms that do not work at full strength on LHR cards] specify the LHR tuning value, which is a percentage of the full speed of the miner. If you set 0 - automatic mode, but you can also specify the percentage of LHR work, for example --lhr_tune 72 71 73 to fine-tune the operation of video cards;
--ssl SSL setting, 0 is disabled, 1 included. For example --ssl 1 means that SSL mode is enabled;
-u, --user this field specifies your wallet address or pool account address;
-p, --pass password, use x by default;
-h, --help print all available commands.

Gminer Dual Mining

Gminer supports Kaspa dual mining.

Gminer Overclocking

-pl indication of power limit (GPU consumption), for Win - in%. Currently only works on Windows OS;
--lock_cclock locking the overclocking value in the kernel. You can also set different values ​​for video cards by specifying their ID, for example --lock_cclock 1000 1200 0 (1000 for video card with ID0, 1200 for video card with ID1, 0 for video card with ID2);
--mt memory tweak. An analogue of a tablet for Nvidia video cards (only works on Pascal video cards with GDDR5 and GDDR5X memory types). Allows you to get more hashrate on individual algorithms. The range of values ​​is from 0 to 6. You can also set different values ​​for video cards by specifying their ID, for example --mt 1 2 3 0.

Common Errors/Issues

ERROR ON GPU: OUT OF MEMORY STOPPED MINING ON GPU0 - In this case, it is most likely not the paging file that is to blame, but overclocking on the video card that comes with number 0. Slow down the overclocking and the error should disappear;
OUT OF MEMORY - One of the most common mistakes. Indicates that either your video card does not have enough memory to mine this coin, or that you need to increase virtual memory (we are talking about the Windows operating system);
Gminer connection error - error connection to the pool. Double-check the miner settings for the correctness of entering the address of the pool or the address of the wallet you are mining for;
NOT FOUND - The batch file cannot find the miner program (in exe format). Either the antivirus removed it (add the miner to the exception), or the batch file is located in another folder;
gminer dag has been damaged - your GPU is too overclocked. Move it back to factory settings and try again;
gminer malformed server message - wrong wallet address or other info. Double check your params;
gminer server not responded on share - seems like issue is on the pool side, try to change the pool.

Gminer Not Starting

If you have Windows OS and the miner crashes immediately at startup, then add pause to the second line of the miner. Next, start the miner and read the error. After that, double-check your miner settings. If you have HiveOS or any other OS - go to the miner console and look at the logs of what is happening in the miner. After that, double-check your miner settings.

Dev Fees

ETH - 1%
ETC - 1%
RVN - 1%
Cortex - 5%
AE - 2%
Flux - 2%
MWC - 2%
Grin - 2%