Skip to content

Commit 780039f

Browse files
authored
Merge branch 'main' into claims-image-improvements
2 parents 8715c12 + b1243c3 commit 780039f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/docs/node/systemd.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
192192
**Grandpa Keys**
193193
194194
```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> \
197197
--chain tangle-mainnet \
198198
--scheme Ed25519 \
199199
--suri <"12-MNEMONIC-PHARSE"> \
@@ -203,7 +203,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
203203
To ensure you have successfully generated the keys correctly run:
204204
205205
```sh filename="ls" copy
206-
ls ~/data/validator/<USERNAME>/chains/tangle-mainnet/keystore/
206+
ls <BASE_PATH>/chains/tangle-mainnet/keystore/
207207
# You should see a some file(s) there, these are the keys.
208208
```
209209

0 commit comments

Comments
 (0)