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

avoid hash rate drop during dev pool mining #2387

Merged
merged 1 commit into from
Mar 30, 2019

Commits on Mar 29, 2019

  1. avoid hash rate drop during dev pool mining

    Since the dev pool is sometimes using another POW than the user pool the
    hash date can strongly increase or decrease.
    In a case of a hash rate drop a monitoring software could trigger a
    wrong miner restart.
    
    - use the hash rate calculated during the user pool mining to
    interpulate the number of hashes during the dev pool mining so that the
    statistics stay constant.
    psychocrypt committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    50c7bb3 View commit details
    Browse the repository at this point in the history