Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners
by
terryborg
on 22/01/2019, 13:38:20 UTC
Patrike,
The latest Bminer 13.0 have great improvement of hash rate for the grin mining.

However, as mine grin on the sparkpool, need use email address and "/" for the worker name. default "." will not work correctly on the sparkpool.

in the Bminer bat file it's write something like that:

@echo OFF
REM Change the following address to your GRIN addr.
SET ADDRESS=mine%%40bminer.me
SET USERNAME=%ADDRESS%%%2Fworker
SET POOL=grin.sparkpool.com:6666
SET SCHEME=cuckaroo29
SET PWD=x

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)
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://

%USERNAME%:%PWD%@%POOL% -api 127.0.0.1:1880


and when run the bat file directly  in windows, the Bminer will run correctly and work fine for the sparkpool.

However, when I want to config it in the awesome miner, whatever I defined in the pool or customer command line (try to add worker name). the Bminer will auto stop and quit ,will never run correctly.

Have to run the bat file and then add as external miner in awesome miner.

Could you please help to check and try to fix this in the next release (also for the Bminer 13.0 update)

thanks