We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8383b5 commit b1243c3Copy full SHA for b1243c3
pages/docs/node/systemd.mdx
@@ -193,7 +193,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
193
194
```sh filename="Grandpa" copy
195
196
- ./target/release/tangle key insert --base-path /data/validator/<USERNAME> \
+ ./target/release/tangle key insert --base-path <BASE_PATH> \
197
--chain tangle-testnet \
198
--scheme Ed25519 \
199
--suri <"12-MNEMONIC-PHARSE"> \
@@ -203,7 +203,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
203
To ensure you have successfully generated the keys correctly run:
204
205
```sh filename="ls" copy
206
- ls ~/data/validator/<USERNAME>/chains/tangle-testnet/keystore/
+ ls <BASE_PATH>/chains/tangle-testnet/keystore/
207
# You should see a some file(s) there, these are the keys.
208
```
209
0 commit comments