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

Eyy #203

Closed
wants to merge 4 commits into from
Closed

Eyy #203

wants to merge 4 commits into from

Commits on May 10, 2020

  1. Added -M / --max-diff option

    This option allows you to save on power and CPU burn by not mining if
    difficulty exceeds some threshold. It is intended for testnet miners
    that only want to mine on testnet when difficulty drops to 1.0.
    cculianu committed May 10, 2020
    Configuration menu
    Copy the full SHA
    d0e8e0e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. max-diff: Added optional second component to argument, backoff time

    This is the amount of time to sleep (default 10). The argument
    is separated by a colon e.g. 10:60 would sleep 60 seconds if difficulty
    is > 10.
    cculianu committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1c30457 View commit details
    Browse the repository at this point in the history
  2. Whitespace/formatting nits

    Our modifications to upstream had weird formatting.  This has been
    fixed. The formatting now is more in line with what the upstream maintainer
    seems to be doing in the rest of the codebase.
    cculianu committed May 12, 2020
    Configuration menu
    Copy the full SHA
    8c6afd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Merge branch 'master' of https://github.com/pooler/cpuminer

    Merged from upstream
    cculianu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7684439 View commit details
    Browse the repository at this point in the history