Last updated: 3 years ago
Posted on: 2022-04-14 20:12

How to setup Nanominer for GPU mining


Compatible algorithms: Etchash, Ethash, Autolykos


Download the mining files


In order to mine with your GPU you can use Nanominer, simply download it from here:


https://github.com/nanopool/nanominer/releases



Here is also the official GitHub repository:


https://github.com/nanopool/nanominer


Setup with the config.ini file


Once you downloaded the file from Assets, unzip it and in the same folder as nanominer.exe, edit the config.ini file by adding the contents:


[Etchash]
wallet = COIN:YOURADDRESS.WORKER_NAME
rigName = WORKER_NAME
pool1 = etchash.unmineable.com:3333 


Some things to consider:


You can also choose to mine the Autolykos algorithm, simply change the pool url autolykos.unmineable.com:3333 and update the [Etchash] section to: [Autolykos]


If your GPU meet the minimum memory for Ethash mining (6GB of memory) you can join our new Ethash pool (ETHW based), just update the --algo parameter to: --algo ETHASH and set the --pool param to: ethash.unmineable.com:3333


[Ethash]
wallet = COIN:YOURADDRESS.WORKER_NAME
rigName = WORKER_NAME
pool1 = ethash.unmineable.com:3333 


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.


You must 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.


For example:



Once you have the config.ini file ready, simply double click nanominer.exe, 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 on the website, by going into the Address section of the coin you are mining.

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