Bminer:To speed up GPU mining
Bminer is a highly optimized cryptocurrency miner that runs on modern AMD / NVIDIA GPUs. Bminer is one of the fastest publicly available miners today -- we use various techniques including tiling and pipelining to realize the full potentials of the hardware.
Bminer also comes with REST APIs to facilitate production deployments (e.g., mining farms).
- Bminer supports mining Equihash-based coins (e.g., Zcash, BitcoinGold, BitcoinZ) with 2% of devfee.
- Bminer supports mining Ethash-based coins (e.g., Ethereum) with 0.65% of devfee. It is also possible to dual mine Ethash and Blake14r-based / Blake2s-based coins, where the devfee is 1.3%.
- Bminer supports mining Bytom (BTM) with 2% of devfee.
- Bminer supports mining Grin (GRIN) with 1% of devfee.
Bminer official website:https://www.bminer.me/
Download address:https://www.bminer.me/releases/
Take Grin for example
Attention:Pls. make sure to choose the file according to your mining currency!
Guide
1 Download from Bminer official website https://www.bminer.me/releases/
2 Unzip it without Chinese character and find the file with suffix as ".bat"
3 Right mouse click,choose "edit" from droplist
4 Revise mining address and sub-account and worker ID to make them match,then save it.
Configuration info:
@echo OFF
REM Change the following address to your GRIN addr.
SET ADDRESS=bminergrin
SET USERNAME=mwnmu7m.worker
SET POOL=cn-grin.ss.btc.com:1800
SET SCHEME=cuckaroo29d
SET PWD=foo
REM If you're passing in emails, the '@' characters need to be escaped (%%40)
REM If the pool use / to annoate rigs, the '/' charaactrs need to be escape (%%2F)
SET EMAIL=mine%%40bminer.me
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%:%PWD%@%POOL% -api 127.0.0.1:1880
Mining address:Only one mining address relevant to your sub-account is needed.Get the guide
Sub-account and workerID:Replace mwnmu7m with your own subaccount,replace workerID to your real worker ID.(example: grintest.001)
5 Run "mine_grin29.bat" file,waiting for mining data to show up,you can also visit pool.btc.com to check mining status.
If there is any problem, please contact with us:
Telegram: https://t.me/btccom_pool
Discord: https://discord.gg/R8HzUvg2eR
Twitter: https://twitter.com/btccom_official
Thanks for your support!
Happy mining in BTC.com!