ryanholmdahl / MonaMiner

EXCLUSIVELY for mining Monacoin. Do not use to mine other currencies.
0 stars 0 forks source link

Benchmarks are static #3

Open ryanholmdahl opened 6 years ago

ryanholmdahl commented 6 years ago

Currently, our benchmarks have to be calculated elsewhere and then passed to the script via a json file. Ideally, we can capture this dynamically from the miner processes, and can use the rate of shares instead (since this can vary based on the quality of the pool server, and that's how you get paid).

ParkerBeck commented 6 years ago

This will be broken into 2 steps

ryanholmdahl commented 6 years ago

We discussed a bit offline; my impression was (and tell me if I'm wrong)

It's probably worth looking into if it's even worth looking at shares vs hashrate, or if pools are pretty consistent in giving the same number of difficulty-shares for the same hashrate.