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
Copy file name to clipboardExpand all lines: docs/infrastructure/configuration/server-modes/run-rippled-as-a-validator.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -67,14 +67,15 @@ Enabling validation on your `rippled` server means providing a validator token i
67
67
68
68
In a secure location **not** on your validator:
69
69
70
-
1.Manually build and run the `validator-keys` tool, if you don't already have it installed via a `rippled`RPM.
70
+
1.Generate a validator key pair using the `validator-keys` tool, which is included in the `rippled`package:
71
71
72
-
For information about manually building and running the `validator-keys` tool, see [validator-keys-tool](https://github.com/ripple/validator-keys-tool).
73
-
74
-
2. Generate a validator key pair using the `create_keys` command.
72
+
```
73
+
$ cd /opt/ripple/bin/
74
+
```
75
+
Then run:
75
76
76
77
```
77
-
$ validator-keys create_keys
78
+
$ ./validator-keys create_keys
78
79
```
79
80
80
81
Sample output on Ubuntu:
@@ -97,10 +98,10 @@ In a secure location **not** on your validator:
97
98
98
99
For more information about the `validator-keys` tool and the key pairs it generates, see the [Validator Keys Tool Guide](https://github.com/ripple/validator-keys-tool/blob/master/doc/validator-keys-tool-guide.md).
99
100
100
-
3. Generate a validator token using the `create_token` command.
101
+
2. Generate a validator token using the `create_token` command. [Make sure you are at `/opt/ripple/bin/`]
0 commit comments