Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (7.0.0)
by
supermoew
on 23/05/2018, 09:20:30 UTC
Hi, im thinking of moving my rigs from dstm to bminer.

Im wondering if it supports viabtc (username instead of zcash address used)?

I cant seem to configure it properly for viabtc pool.

Please advise

thanks


Hi this is an example for using viabtc pool for mining zcash.
if you want to mine eth/etc. you need to set eth address, set eth pool, also you need to SET SCHEME.
since SCHEME is different from pools you need to figure out the protocol of the pool first.


@echo OFF

REM Change the following address to your Zcash taddr.

SET ADDRESS=your zcash address

SET USERNAME=%ADDRESS%.w

SET POOL=zec.viabtc.com:3333

SET SCHEME=stratum

START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880