Last updated: a year ago
Posted on: 2023-04-04 17:20

How to setup BzMiner for GPU mining


Compatible algorithms: Ethash, Kawpow, KHeavyHash, Nexapow, DynexSolve


Download the mining files


You can get BzMiner from their official website:


https://www.bzminer.com



Here is also the official README.


Setup with a start.bat file


Once you download the file from Assets, unzip it and in the same folder as BzMiner.exe, create a start.bat file with the contents:


bzminer.exe -a ethw -p stratum+tcp://ethash.unmineable.com:3333 -w COIN:YOUR_ADDRESS.WORKER_NAME
pause


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.


Some things to consider:


If your GPU meet the minimum memory for Kawpow mining (6GB of memory) you can join our Kawpow pool, just update the -a parameter to: -a rvn and set the -p param to: stratum+tcp://kp.unmineable.com:3333


bzminer.exe -a rvn -p stratum+tcp://kp.unmineable.com:3333 -w COIN:YOUR_ADDRESS.WORKER_NAME
pause


The KHeavyHash algorithm is now available, GPUs with at least 3GB VRAM are supported at this time by changing the pool url to stratum+tcp://kheavyhash.unmineable.com:3333 and updating the -a parameter to: -a kaspa


You can point your workers to our port 4444 (SSL) if your are having connection issues caused by possible firewall / ISP restrictions, just set the -p parameter to:


bzminer.exe -a kaspa -p stratum+ssl://kheavyhash.unmineable.com:4444 -w COIN:YOUR_ADDRESS.WORKER_NAME
pause


Nexapow mining is now supported, simply update the -a parameter to: "nexa" and set the -p param to:

stratum+ssl://nexapow.unmineable.com:4444


bzminer.exe -a nexa -p stratum+ssl://nexapow.unmineable.com:4444 -w COIN:YOUR_ADDRESS.WORKER_NAME
pause


DynexSolve mining is now supported, simply update the -a parameter to: "dynex" and set the -p param to:

stratum+ssl://nexapow.unmineable.com:4444


You must also set your WORKER_NAME as the parameter: --pool_password as follows:


bzminer.exe -a dynex -p stratum+ssl://dynexsolve.unmineable.com:4444 -w COIN:YOUR_ADDRESS --pool_password WORKER_NAME --dynex_pow_ratio 1.0 
pause

Note: we recommend setting the param: --dynex_pow_ratio to 1.0 


Also, be sure to change COIN, YOUR_ADDRESS 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. YOUR_ADDRESS 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.


Once you have the start.bat file, simply double click it, 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 in the website, by going into the Address section of the coin you are mining.


For an easier configuration, we recommend trying our wizard for the creating a .bat/.sh file. 🧙‍♂️

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