| Port |
TLS |
Suggested Hashrate |
| 3052 | No | < 10 GH/s |
| 3053 | No | > 10 GH/s |
| 3054 | Yes | < 10 GH/s |
| 3055 | Yes | > 10 GH/s |
Pick the TLS port matching your rig size. Public host alias: turbo.ergo-sig-mining.net
- Create an Ergo wallet (e.g. Nautilus) and copy your address.
- Grab a GPU with 6 GB+ VRAM and a miner that supports Autolykos v2 (lolMiner, T-Rex, NBMiner, SRBMiner).
- Point it at 65.108.57.232 using a port from the table.
- Use your wallet address as the username. Worker name goes after a dot (addr.workername).
- Paste your address up top to track your stats — hourly and weekly token bonuses are paid automatically.
lolMiner --algo AUTOLYKOS2 \
--pool ssl://65.108.57.232:3054 \
--user YOUR_ERGO_ADDRESS.rig1
t-rex -a autolykos2 \
-o stratum+ssl://65.108.57.232:3054 \
-u YOUR_ERGO_ADDRESS \
-w rig1
nbminer -a ergo \
-o stratum+ssl://65.108.57.232:3054 \
-u YOUR_ERGO_ADDRESS.rig1
SRBMiner-MULTI --algorithm autolykos2 \
--pool 65.108.57.232:3054 --tls 1 \
--wallet YOUR_ERGO_ADDRESS \
--worker rig1