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

Issue creating node #35

Open
akshitababel opened this issue Sep 6, 2018 · 3 comments
Open

Issue creating node #35

akshitababel opened this issue Sep 6, 2018 · 3 comments

Comments

@akshitababel
Copy link

akshitababel commented Sep 6, 2018

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

@Puneetha17
Copy link
Contributor

You need to specify the public and private keys with which you want to start the Crux node.

They can be generated using crux --generate-keys tm and it generates 2 files, tm.pub(public key) and tm.key(private key).

And the Crux command checks for the keys in the workdir which is the working directory, where you can mentioned the folder of the generated public and private keys.

@akshitababel
Copy link
Author

Thanks I sort that out. But when I am running this command:
./bin/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/
This command is taking really a very long time to run. I am trying from last 12 hours but it is not giving any output, though it is not giving any error, it is just running and not giving any output.

@Puneetha17
Copy link
Contributor

There is no error means the Crux node is running completely fine.
There is no output expected unless there is an error, when Crux logs the issue.

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

2 participants