zack-bitcoin/amoveo

Miner.js speed calc

Closed this issue · 3 comments

var mhps = 10000 / d;

Should the miner.js speed calc be "1000 / d" instead of "10000 / d"?

I'm not 100% sure, so I didn't open a pull request for that change.

You are correct. Thank you for noticing.
I rewrote it to use more variables and better variable names, I will push the changes after testing.

I pushed the fix.
I haven't yet updated the server for this change.

ok, now I updated the server.