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

Implement proof of work anti-spam #20

Open
slavasn opened this issue Aug 27, 2018 · 0 comments
Open

Implement proof of work anti-spam #20

slavasn opened this issue Aug 27, 2018 · 0 comments

Comments

@slavasn
Copy link
Collaborator

slavasn commented Aug 27, 2018

Remote API invocations should supply proof of work nonce in request attributes.

Algorithm should be, if it's possible, using memory hard asymmetric PoW function so that it is easy to check but hard to generate.

Candidates: Cuckoo Cycle, Momentum (though it's believed to be broken), Equihash (looks quite complex to implement), others?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant