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

FEATURE: Faucet for first 10 GB of data for new users #13

Open
MathNodes opened this issue Aug 4, 2022 · 0 comments
Open

FEATURE: Faucet for first 10 GB of data for new users #13

MathNodes opened this issue Aug 4, 2022 · 0 comments
Labels
enhancement New feature or request feature features to be added

Comments

@MathNodes
Copy link
Owner

Per a discussion with lord_nine, an implementation of a faucet within the app that would allow non-crypto users to receive 1 time only enough dvpn tokens to their wallet (within the app) to allow the purcahse of up to 10 GB of data for free. Diligence is required to ensure the faucet does not become abused by a bad actor or someone running multiple virtual machines to drain funds.

Possible solutions

  • sha256 of machines HD's UUIDs
  • sha256 of MAC addresses (tho with current mac spoofers, this is very weak)
  • sha256 of CPUIDs
  • sha256 of ram model number + UUID
  • sha256 of IP address
  • combination of all of the above

This would be hardcoded into the app and sent to a remote database. Meile would then check if this hash has already been used and to report back that the user has already used their faucet lifeline.

@MathNodes MathNodes added enhancement New feature or request feature features to be added labels Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature features to be added
Projects
None yet
Development

No branches or pull requests

1 participant