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

Allows Go Hash proxy hash server. #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Allows Go Hash proxy hash server. #9

wants to merge 3 commits into from

Commits on Jul 22, 2017

  1. This allows for the alternative Go Hash proxy hash server. Go Hash al…

    …lows for ‘burst mode’ hash useage where you can use a lot of hash on startup and then use a lot less when running and paying only for what you consume instead of buying one large hash key that may only be used to full potential on startup. This is a layer on top of Bossland as Bossland still provide the hashes. This is optional and set off by default parameters so it requires no applications to update and doesn’t break anything.
    Nup authored and Nup committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    d871f48 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Minor fix in error logging, missed the self scope on a variable

    Nup authored and Nup committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    2c58d50 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Add artificial rate limit. By default this forces goman hash to make …

    …sure you do not use more than 5000 RPM equivallent to Bossland hashes every minute (to 5 second accuracy)
    Nup authored and Nup committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    11c4247 View commit details
    Browse the repository at this point in the history