Last updated: 3 years ago
Posted on: 2022-09-29 21:53

How to setup BMiner for GPU mining


Compatible algorithms: Ethash, BeamHashIII, ZHash, Octopus


Download the mining files


You can get BMiner from their official website:


https://www.bminer.me/releases/



Here is also the official README.


Setup with a start.bat file


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


bminer.exe -uri beam+ssl://COIN%%3AYourWalletAddress.YourWorkerName@beamhash.unmineable.com:4444
pause


The "%%3A" command is required as it is the URL-encode of ":"

You can also use a referral code by using "%%23" after your worker name as it is the URL-encode of "#" :


COIN%%3AYourWalletAddress.YourWorkerName%%23Referral-Code


If you are running the mining process directly from the command prompt, the symbol must be "%3A" (instead of %%3A) and "%23" (instead of %%23).


Some things to consider:


If your GPU meet the minimum memory for Ethash mining (6GB of memory) you can join our Ethash pool, just update the -uri parameter to:


bminer.exe -uri ethstratum+ssl://COIN%%3AYourWalletAddress.YourWorkerName@ethash.unmineable.com:4444
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.


In order to start mining through our just added algorithm ZHash, simply update the -uri parameter to: -uri zhash and set the pool url to:

zhash.unmineable.com:3333:


bminer.exe -uri zhash://COIN%%3AYourWalletAddress.YourWorkerName@zhash.unmineable.com:3333
pause


We have already added the Octopus algorithm, to join our mining pools, just update the -uri param to "-uri conflux+ssl" and update the pool url to:

octopus.unmineable.com:4444:


bminer.exe -uri conflux+ssl://COIN%%3AYourWalletAddress.YourWorkerName@octopus.unmineable.com:4444
pause


Be sure to change COIN, YourWalletAddress and YourWorkerName.


COIN is the coin you are mining, for example: ADA, TRX, WIN, or more. Also keep the "%%3A" symbol between the coin and your address. YourWalletAddress 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). YourWorkerName 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%%3AYourAddress%%3AYOUR_MEMO_OR_TAG.YourWorkerName


You can follow your progress in 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