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

cant generate key from seed #178

Closed
letmejustputthishere opened this issue Mar 10, 2023 · 0 comments · Fixed by #181
Closed

cant generate key from seed #178

letmejustputthishere opened this issue Mar 10, 2023 · 0 comments · Fixed by #181

Comments

@letmejustputthishere
Copy link
Member

i have a seed phrase in phrase.txt and try to execute the following command
quill generate --phrase "$(< phrase.txt)" --pem-file identity.pem
this is the error i receive

❯ quill generate --phrase "$(< phrase.txt)" --pem-file identity.pem
Error: Couldn't read PEM file

Caused by:
    No such file or directory (os error 2)
adamspofford-dfinity added a commit that referenced this issue Mar 23, 2023
Stops quill from trying to read the provided pem file when running `quill generate`. Fixes #178.
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

Successfully merging a pull request may close this issue.

1 participant