You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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: