Support for Suprnova ?
Yes im mine on suprnova
I have 3 pc's and 1 will not run bminer it just sits there for about 3 seconds shows now output on screen then just exits. Anything I can do to see why it's just not starting or even throwing an error?? It just the other 2 equihash miners just fine.
Show your .bat
bminer -api 127.0.0.1:1880 -uri stratum://address.name2:x@us.miningspeed.com:3072
that is it
on all 3 pc's two work one doesn't.
Try that:
@echo OFF
REM Change the following address to your Zcash taddr.
SET ADDRESS=t1bFZqnd9xrV7aUheYSTM4D6xmzXQebM39Z
SET USERNAME=%ADDRESS%.GPU
SET POOL=eu1-zcash.flypool.org:3333
SET SCHEME=stratum
START "Bminer: Flypool ZEC" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880 -no-timestamps
Change your ADDRESS
Same result exits after about a 2 second pause but no output at all.