-
Notifications
You must be signed in to change notification settings - Fork 147
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
Small update for generating a validatorKey.pem file #793
Conversation
|
||
```shell | ||
$ git clone https://github.com/multiversx/mx-chain-go.git | ||
$ cd mx-chain-go/cmd/keygenerator | ||
$ go build | ||
$ ./keygenerator --key-type validator | ||
``` | ||
|
||
Alternatively, if you already installed a node on the host, you can issue the following command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you
-> you've
Alternatively, if you already installed a node on the host, you can issue the following command: | ||
|
||
```shell | ||
$ cd ~/elrond-utils/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At some point we should adjust the install scripts to use a rebranded folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
work in progress
b4ce1af
The base branch was changed.
Description of the pull request (what is new / what has changed)
Did you test the changes locally ?
Which category (categories) does this pull request belong to?