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

paramfetch fails from Filecoin install #485

Closed
schomatis opened this issue Feb 16, 2019 · 2 comments
Closed

paramfetch fails from Filecoin install #485

schomatis opened this issue Feb 16, 2019 · 2 comments
Assignees

Comments

@schomatis
Copy link
Contributor

It fails to find parameters.json (which I guess it's not in the usual place). Also, paramfetch may not even be meant to be run from Filecoin, in which case please close this.

~/go/src/github.com/filecoin-project/go-filecoin/proofs/bin$ ./paramfetch fetch 
parameter manifest './parameters.json' does not exist
nothing to fetch
@porcuquine
Copy link
Collaborator

@sidke Can you take a look and close (with explanation) if not applicable? I'm guessing it was a premature attempt before paramfetch was fully released.

@laser
Copy link
Contributor

laser commented Mar 18, 2019

paramfetch must be run with either the --json flag or from a directory containing parameters.json.

go-filecoin developers will typically run the following command from the root of the go-filecoin project:

./proofs/bin/paramfetch --all --json=./proofs/misc/parameters.json

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

4 participants