-
Notifications
You must be signed in to change notification settings - Fork 28
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
Issue creating node #35
Comments
You need to specify the public and private keys with which you want to start the Crux node. They can be generated using And the Crux command checks for the keys in the |
Thanks I sort that out. But when I am running this command: |
There is no error means the Crux node is running completely fine. |
When I am trying to :
crux --url=http://127.0.0.1:9001/ --port=9001 --workdir=crux --publickeys=tm.pub --privatekeys=tm.key--othernodes=https://127.0.0.1:9001/
I am getting the following error:
FATA[0000] Unable to load public key files: [crux/tm.pub], error: open crux/tm.pub: no such file or directory
How to resolve this and where to get this file tm.pub and tm.key
The text was updated successfully, but these errors were encountered: