Skip to content

Commit

Permalink
fix: add docs to auto-insert-keys (#142)
Browse files Browse the repository at this point in the history
* feat: update feature flags and validator rewards

* fixes

* fix: update links

* update contracts

* fix: add docs to auto-insert-keys
  • Loading branch information
1xstj authored Sep 26, 2023
1 parent 402f188 commit 2affa4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ ls ~/webb/tangle/chains/*/keystore
# You should see a some file(s) there, these are the keys.
```

<mark>**Caution:** Ensure you insert the keys using the instructions at [generate keys](#generate-and-store-keys),
if you want the node to auto generate the keys, add the `--auto-insert-keys` flag.</mark>

### **5. Start Tangle Validator node:**

To start the node run the following command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ Add the following contents to the service configuration file. Make sure to repla

**Note:** The below configuration assumes you are targeting the Tangle Network chainspec.

<mark>**Caution:** Ensure you insert the keys using the instructions at [generate keys](#generate-and-store-keys),
if you want the node to auto generate the keys, add the `--auto-insert-keys` flag.</mark>

**Validator Node**

```
Expand Down

0 comments on commit 2affa4e

Please sign in to comment.