File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
docs/validators/key-management Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,18 @@ The easiest way to generate a new validator key is by using the `keygenerator` t
54
54
55
55
- [ https://github.com/multiversx/mx-chain-go/tree/master/cmd/keygenerator ] ( https://github.com/multiversx/mx-chain-go/tree/master/cmd/keygenerator )
56
56
57
- How to generate a new validator key:
57
+ How to generate a new validator key if golang is already set on the host :
58
58
59
59
``` shell
60
60
$ git clone https://github.com/multiversx/mx-chain-go.git
61
61
$ cd mx-chain-go/cmd/keygenerator
62
62
$ go build
63
63
$ ./keygenerator --key-type validator
64
64
```
65
+
66
+ Alternatively, if you've already installed a node on the host, you can issue the following command:
67
+
68
+ ``` shell
69
+ $ cd ~ /elrond-utils/
70
+ $ ./keygenerator --key-type validator
71
+ ```
You can’t perform that action at this time.
0 commit comments