Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.6.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, HBR/KLN
by
curtiskam
on 18/11/2013, 20:13:49 UTC
I've been using bfgminer for quite a while now and I love it.  One thing I've never been able to find is a current interface guide.  I understand most of the 3.6 interface, but could someone break down this line for me?

ST:28 F:2 NB:98 AS:0 BW:[137/90 B/s] E:26.81 I: 441uBTC/hr BS:65k

Thanks in advance: Curtis

From the BFGMiner README:

Quote
The BFGMiner status line shows:
 ST:1  F:0  NB:1  AS:0  BW:[ 75/241 B/s]  E:2.42  I:12.99mBTC/hr  BS:2.71k

ST is STaged work items (ready to use).
F  is network Failure occasions (server down or slow to provide work)
NB is New Blocks detected on the network
AS is Active Submissions (shares in the process of submitting)
BW is BandWidth usage on the network (received/sent)
E  is Efficiency defined as number of shares accepted (multiplied by their
          difficulty) per 2 KB of bandwidth
I  is expected Income, calculated by actual shares submitted in 100% PPS value
          (assumes Bitcoin, does not account for altcoin conversions!)
BS is the all time Best Share difficulty you've found


Thanks!