Bminer 10.0.0 (Current)
- Support mining Zhash (Equihash with parameter set 144,5) based coins.
- Substantially increase BTM mining speed again (up to another 30%).
- Support reported hashrate feature on ETH pools.
Download: https://www.bminer.me/releases/
Zhash mining on stock settings:
- 61 Sol/s on GTX 1080Ti
- 25 Sol/s on GTX 1060
Bytom mining on stock settings:
- 2100 H/s on GTX 1080Ti
- 800 H/s on GTX 1060 6G
Mining Bitcoin Gold (BTG)
The following section describes a few sample usages of mining Bitcoin Gold (BTG). There are a few things that need to be customized for your own usages:
- Substitute
GNjEhF8dfiCj9JSntTnsovb2c3z2kptfwi
with your own address. - Substitute
foo
with your username. - Substitute
worker
with your worker name. - Substitute
pwd
with your password.
Bminer supports mining Zhash (Equihash with parameter set 144,5) based coins, notably Bitcoin Gold (BTG), over different pools (e.g., pool.gold, btgpool.pro, and suprnova.cc).
Here are a few examples of the command lines that mine coins to the specified addresses:
bminer -uri zhash://GNjEhF8dfiCj9JSntTnsovb2c3z2kptfwi.worker@main.pool.gold:3050
bminer -uri zhash://GNjEhF8dfiCj9JSntTnsovb2c3z2kptfwi.worker@eu.btgpool.pro:3857
bminer -uri zhash://GNjEhF8dfiCj9JSntTnsovb2c3z2kptfwi.worker@us.btgpool.pro:3857
bminer -uri zhash://GNjEhF8dfiCj9JSntTnsovb2c3z2kptfwi.worker@asia.btgpool.pro:3857
bminer -uri zhash://foo.worker:pwd@btg.suprnova.cc:8866
To connect to the mining pool over SSL, you can use zhash+ssl://
instead of zhash://
in the URI (on a different port). For example:
bminer -uri zhash+ssl://foo.worker:pwd@btg.suprnova.cc:8817