We’re pleased to release Bminer 10.2.0.
The release provides:
- Support all the other Equihash 144,5 based coins besides BTG, using equihash1445 scheme and -pers config.
Please see https://www.bminer.me for more details.
Mining Tutorials of BitcoinZ / SafeCoin / Zelcash…
Bminer supports mining Equihash 144,5 based coins, such as BitcoinZ / SafeCoin / Zelcash, over different pools (e.g., 2miners.com, axepool, and altpool).
The following section describes a few sample usages. There are a few things that need to be customized for your own usages:
- Substitute
t1ZBtpkUy1y1deYsNJnzdW4tk7HiJEcfUzr
with your own address. - Substitute
foo
with your username. - Substitute
worker
with your worker name. - Substitute
pwd
with your password. - Specify
-pers
correctly for the coin you want to mine.
Here are a few examples of the command lines that mine coins to the specified addresses:
bminer -uri equihash1445://t1ZBtpkUy1y1deYsNJnzdW4tk7HiJEcfUzr.worker@btcz.2miners.com:2020 -pers BitcoinZbminer -uri equihash1445://t1ZBtpkUy1y1deYsNJnzdW4tk7HiJEcfUzr.worker@eu.axepool.com:3032 -pers BitcoinZbminer -uri equihash1445://t1ZBtpkUy1y1deYsNJnzdW4tk7HiJEcfUzr.worker@zel.altpool.pro:9351 -pers ZelProof
bminer -uri equihash1445://foo.worker:pwd@btcz.suprnova.cc:6586 -pers BitcoinZ
To connect to the mining pool over SSL, you can use equihash1445+ssl://
instead of equihash1445://
in the URI (on a different port). For example:
bminer -uri equihash1445+ssl://foo.worker:pwd@btcz.suprnova.cc:6588 -pers BitcoinZ
Please feel free to let me know if this guide is clear to you or not!