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

gmp should only be used for solving puzzles #20

Open
Rjected opened this issue May 27, 2019 · 0 comments
Open

gmp should only be used for solving puzzles #20

Rjected opened this issue May 27, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@Rjected
Copy link
Collaborator

Rjected commented May 27, 2019

Describe the bug
ocx does not build if gmp (libgmp-dev on Ubuntu) is not installed.

To Reproduce
Steps to reproduce the behavior:

  1. Uninstall gmp if you have it installed
  2. go build ./cmd/ocx/...
  3. See error

Expected behavior
cmd/ocx should not need gmp installed in order to build, only cmd/fred. Creating timelock puzzles is quick since there is a trapdoor, so gmp is not needed.

Desktop (please complete the following information):

  • OS: Ubuntu

Additional context
This should be solved by separating the creating and solving dependencies for auction orders.

@Rjected Rjected added the bug Something isn't working label May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant