mithril icon indicating copy to clipboard operation
mithril copied to clipboard

Display the hash rate

Open Susurrus opened this issue 7 years ago • 4 comments

It would be most helpful if the hashrate was output at regular intervals. I'm not certain how you ran your hashing tests and got a number, but it'd be useful if one could be output by this tool, even if it was only exposed when setting RUST_LOG=mithril=info

Susurrus avatar Jan 02 '18 03:01 Susurrus

Yes, knowing the hash-rate is important. But I have other plans for hash-rate support in mithril. I'm thinking about an online solution for this.

But not sure yet, please leave this issue open.

Ragnaroek avatar Jan 03 '18 21:01 Ragnaroek

I'm mining currently using xmr-stak, and it exposes data over an HTTP/JSON API. Duplicating this functionality where it makes sense would be useful as there are already many tools that interface with this tool.

Susurrus avatar Jan 03 '18 23:01 Susurrus

Any progress on this? I would love to have a fully functional xmrig alternative in rust!

Titaniumtown avatar May 18 '21 16:05 Titaniumtown

Not yet, but this is top in my backlog (even before the compiled mode implementation). Otherwise you cannot easily compare the performance with the C implementations (xmrig or xmr-stak). I update the backlog in the Readme to reflect this.

I think going with the approach @Susurrus mentions totally makes sense.

Ragnaroek avatar May 19 '21 06:05 Ragnaroek