File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,8 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
192
192
**Grandpa Keys**
193
193
194
194
```sh filename="Grandpa" copy
195
-
196
- ./target/release/tangle key insert --base-path /data/validator/<USERNAME > \
195
+
196
+ ./target/release/tangle key insert --base-path <BASE_PATH > \
197
197
--chain tangle-mainnet \
198
198
--scheme Ed25519 \
199
199
--suri <"12-MNEMONIC-PHARSE"> \
@@ -203,7 +203,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
203
203
To ensure you have successfully generated the keys correctly run:
204
204
205
205
```sh filename="ls" copy
206
- ls ~/data/validator/<USERNAME >/chains/tangle-mainnet/keystore/
206
+ ls <BASE_PATH >/chains/tangle-mainnet/keystore/
207
207
# You should see a some file(s) there, these are the keys.
208
208
```
209
209
You can’t perform that action at this time.
0 commit comments