We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're experiencing issues with users "mining" the faucet to accumulate large amounts of NEAR.
To prevent this, we should implement rate limiting by IP address.
Relevant route: https://github.com/near/near-contract-helper/blob/master/app.js#L83
/account
The text was updated successfully, but these errors were encountered:
Closing for now, as we decided to adjust faucet amount instead
Sorry, something went wrong.
@kcole16 I think we should re-open with lower priority. We still need to figure out long term solution.
Maybe for example we should always use POA setup as primary networks for development and have strict limits on testnet/betanet faucets, etc.
No branches or pull requests
Overview
We're experiencing issues with users "mining" the faucet to accumulate large amounts of NEAR.
To prevent this, we should implement rate limiting by IP address.
Relevant route: https://github.com/near/near-contract-helper/blob/master/app.js#L83
Acceptance Criteria
/account
return an error "Account limit reached. Try again in 60 minutes" if the IP is over the limitThe text was updated successfully, but these errors were encountered: