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
It should be possible to set the Worker Name field in the Pool Properties to:
[email protected]%2F[MinerWorker]
%2F is a way to escape slash '/' in an URL. You may also have to replace the @-sign in the mail address with %40. Awesome Miner will automatically replace [MinerWorker] with the miner specific worker name.
I will make sure next version of Awesome Miner handles this better out-of-the-box.