| Port |
TLS |
Suggested Hashrate |
| 3052 | No | < 10 GH/s |
Pick the TLS port matching your rig size. Public host alias: (no ssl at the moment)
- 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 51.81.84.167 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://51.81.84.167:3052 \
--user YOUR_ERGO_ADDRESS.rig1
t-rex -a autolykos2 \
-o stratum+ssl://51.81.84.167:3052 \
-u YOUR_ERGO_ADDRESS \
-w rig1
nbminer -a ergo \
-o stratum+ssl://51.81.84.167:3052 \
-u YOUR_ERGO_ADDRESS.rig1
SRBMiner-MULTI --algorithm autolykos2 \
--pool 51.81.84.167:3052 --tls 1 \
--wallet YOUR_ERGO_ADDRESS \
--worker rig1