How to Mine Ergo (ERG)? Complete Beginner’s Guide

Hero Miners
2 min readJan 3, 2021

Ergo builds advanced cryptographic features and radically new DeFi functionality on the rock-solid foundations laid by a decade of blockchain theory and development.

Conservative.

Because Smart doesn’t take unnecessary risks.

Ambitious.

Because Smart isn’t afraid to try new ideas.

Lightweight.

Because Smart isn’t exclusive.

Versatile.

Because Smart doesn’t limit its options.

Now that we know the details about Ergo, let’s get to mining some ERG!

Ergo (ERG) Mining Pool: Those who have no idea about mining can easily start mining by watching this video.

Step 1 — Create Ergo (ERG) Wallet Address

Before you Start Mining, you need a wallet address. There are various options for having an ERG wallet.

Wallet: https://ergoplatform.org/en/wallets
Exchange Wallet: Gate.io, Coinex, HotBit, TradeOgre

Step 2 — Download Mining Software

There are many miner applications where you can mining Ergo. Below we have explained in detail how to organize them.

Step 3 — Edit the bat File

SRBMiner-Multi v0.8.2+ (Windows, Linux, CPU, AMD)

Method 1: Run guided_setup.bat file and answer questions:

Configuration name: ergo-herominers
Do you want to use multi algorithm mining? n or y (optional)
Enter algorithm 0 name: autolykos2
Address and port of mining pool: de.ergo.herominers.com:1180
Wallet address: YOUR_ERGO_WALLET_ADDRESS
Password: YOUR_WORKER_NAME
Do you want to use your CPU for mining algorithm 0 ? n or y (optional)
Do you want to enable logging? n or y (optional)
Do you want to enable compute mode? y or n (optional)

Method 2: Open start-mining-ergo.bat file and copy / paste example below.

setx GPU_MAX_HEAP_SIZE 100	
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
setx GPU_ENABLE_LARGE_ALLOCATION 100
setx GPU_MAX_WORKGROUP_SIZE 1024
@echo off
cd %~dp0
cls
SRBMiner-MULTI.exe --disable-cpu --algorithm autolykos2 --pool de.ergo.herominers.com:1180 --wallet YOUR_ERGO_WALLET_ADDRESS --password YOUR_WORKER_NAME
pause

NBMiner v39.7+ (Windows, Linux, NVIDIA)

Open start_ergo.bat file and copy / paste example below.

nbminer -a ergo -o stratum+tcp://de.ergo.herominers.com:1180 -u YOUR_ERGO_WALLET_ADDRESS.YOUR_WORKER_NAME
pause

lolMiner v1.35+ (Windows, Linux, AMD)

Open mine_ergo.bat file and copy / paste example below.

lolMiner.exe --algo AUTOLYKOS2 --pool de.ergo.herominers.com:1180 --user YOUR_ERGO_WALLET_ADDRESS.YOUR_WORKER_NAME
pause

T-Rex v0.24.5+ (Windows, Linux, NVIDIA)

Open ERGO-herominers.bat file and copy / paste example below.

t-rex.exe -a autolykos2 -o stratum+tcp://de.ergo.herominers.com:1180 -u YOUR_ERGO_WALLET_ADDRESS.YOUR_WORKER_NAME -p x
pause

nanominer v3.4.2+ (Windows, Linux, AMD, NVIDIA)

Open config.ini file and copy / paste example below.

pool1= de.ergo.herominers.com:1180
wallet = YOUR_ERGO_WALLET_ADDRESS
rigname = YOUR_WORKER_NAME
coin= ergo

Team Red Miner v0.8.6.3+ (Windows, Linux, AMD)

Open start_ergo.bat file and copy / paste example below.

@echo off
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1
teamredminer.exe -a autolykos2 -o stratum+tcp://de.ergo.herominers.com:1180 -u YOUR_ERGO_WALLET_ADDRESS -p YOUR_WORKER_NAME
pause

Happy Mining.

--

--