Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hash rate not showing up correctly #22

Closed
anselal opened this issue Nov 7, 2017 · 3 comments
Closed

Hash rate not showing up correctly #22

anselal opened this issue Nov 7, 2017 · 3 comments
Labels

Comments

@anselal
Copy link
Owner

anselal commented Nov 7, 2017

The cgminer-api returns the hashrate of the miner as "GHS 5s" and I named the cell accordingly to that.
But the hashrates for the L3+ and D3 are actually returned in MH/s.
This error will probably be fixed in the next release

@gnanet
Copy link

gnanet commented Nov 7, 2017

Thank you for noting this.

i also noticed that minerStatus.cgi of antminer D3 is talking about
MH/S(RT) and MH/S(avg)
17,139.8 and 17,507.59

while the api response to stats command of cgminer itself says:

GHS 5s=17139.8,
GHS av=17507.59,

This was collected from:

CGMiner=4.9.0,
Miner=1.0.0.6,
CompileTime=Thu Aug 31 13:38:33 CST 2017,
Type=Antminer D3

This is a mis-labeling in the cgminer-api, i think, because bitmain itself is talking about 15GHS not 15000GHS

  1. Specifications of the Antminer D3 are as follows:
    a) Hash rate: 15 GH/s (Variation of ±5% is expected)

@anselal
Copy link
Owner Author

anselal commented Nov 7, 2017

I don't know why no one hasn't noticed it so far, not even me 😄

@gnanet
Copy link

gnanet commented Nov 7, 2017

interesting to note, i used the miner.php to start up with some summarized status page, and exactly because of this labeling issue no MHS or GHS columns were shown by default, and after i changed some strings from MHS to GHS those columns were shown, but i didnt realize that this was a mis-labeling. Now i went trough the whole source of miner.php, and done some number_format , divided by 1000 etc :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants