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

Increase the stability of the prover to allow for 200 tps. #1

Open
barryWhiteHat opened this issue Sep 5, 2018 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@barryWhiteHat
Copy link
Owner

barryWhiteHat commented Sep 5, 2018

Improve the cpp code similar to HarryR/ethsnarks#3 and run it on Enterprise hardware.

Seems like are limited to 20 million constraints on traditional hardware. See the introduction https://eprint.iacr.org/2018/691.pdf

This leaves us with 3 approaches

  1. Improve cpp code so that it runs closer to 20 million constraints
  2. use https://github.com/scipr-lab/dizk and try and push these proofs to the cloud. This would mean we can make proofs about billions of constraints.
  3. improve the efficency of the underlieing snarks so that we have fewer constraints. Right now it is VERY in efficient.
@barryWhiteHat barryWhiteHat added the help wanted Extra attention is needed label Sep 5, 2018
barryWhiteHat pushed a commit that referenced this issue Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant