Search content
Sort by

Showing 4 of 4 results by Rexheyi
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.1.0)
by
Rexheyi
on 15/01/2018, 06:05:33 UTC
Does it work with nicehash GUI?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs
by
Rexheyi
on 14/01/2018, 22:37:53 UTC
Someone creates a .Bat with these parameters.

STRATUM:   stratum+tcp://btg.suprnova.cc
PORT:   8816
Username: master0.slave0
Password:   masterslave00

I would love to use it, but I have tried everything and I can not use it.

I used the following and it works like a charm.

@echo OFF

REM Change the following address to your Zcash taddr.
SET ADDRESS=*My Wallet*
SET USERNAME=master0.slave0:masterslave00
SET POOL=btg.suprnova.cc:8816
SET SCHEME=stratum+ssl

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

I think you needed to add the +ssl to your scheme.  I was getting an authentication error until I did that.



Thanks, looks like it worked !!!
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs
by
Rexheyi
on 14/01/2018, 18:32:39 UTC
Someone creates a .Bat with these parameters.

STRATUM:   stratum+tcp://btg.suprnova.cc
PORT:   8816
Username: master0.slave0
Password:   masterslave00

I would love to use it, but I have tried everything and I can not use it.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs
by
Rexheyi
on 14/01/2018, 06:39:08 UTC
Someone creates a .Bat with these parameters.

STRATUM:   stratum+tcp://btg.suprnova.cc
PORT:   8816
Username: master0.slave0
Password:   masterslave00