Wondering if anyone here can help me out. I normally use DSTM to mine equihash but wanted to try out BMiner on my system. However when I try to run it the cmd prompt opens, gives no output, then closes. I'm at a loss with troubleshooting since there is no feedback.
My config file is correct:
@echo OFF
REM Change the following address to your Zcash taddr.
SET ADDRESS=
SET USERNAME=%ADDRESS%.
SET POOL=us-east.equihash-hub.miningpoolhub.com:17023
SET SCHEME=stratum
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880
In searching around for others experiencing the same problem I only found one dude near the beginning of this forum who didn't have the best English and got ignored.
Does anyone have any ideas? I'm stumped and would rather not reformat my system.
Then add a pause at the end and it should stay open to allow you to see why its failing.