Skip to content

Commit

Permalink
chore: added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Sep 28, 2023
1 parent 9a6af8f commit b03e0f1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ With KSYNC in place and the KYVE node also installed you can finally start the p

Finally the protocol validator can be started. In order to start it, execute the following command. Since we named our valaccount `archway` we select the this valaccount to start the KYSOR.

:::caution
**IMPORTANT**: If http://localhost:7878/list_snapshots still returns an empty array the protocol node can not start, please wait until the first snapshot is created, after that you are able to finally start the protocol node.

Check failure on line 14 in docs/validators/protocol_nodes/pools/archway_state-sync/run_protocol_node.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/validators/protocol_nodes/pools/archway_state-sync/run_protocol_node.md#L14

[KYVE.substitution] Use 'protocol validator' instead of 'protocol node'
Raw output
{"message": "[KYVE.substitution] Use 'protocol validator' instead of 'protocol node'", "location": {"path": "docs/validators/protocol_nodes/pools/archway_state-sync/run_protocol_node.md", "range": {"start": {"line": 14, "column": 89}}}, "severity": "ERROR"}

Check failure on line 14 in docs/validators/protocol_nodes/pools/archway_state-sync/run_protocol_node.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/validators/protocol_nodes/pools/archway_state-sync/run_protocol_node.md#L14

[KYVE.substitution] Use 'protocol validator' instead of 'protocol node'
Raw output
{"message": "[KYVE.substitution] Use 'protocol validator' instead of 'protocol node'", "location": {"path": "docs/validators/protocol_nodes/pools/archway_state-sync/run_protocol_node.md", "range": {"start": {"line": 14, "column": 212}}}, "severity": "ERROR"}
:::

```bash
./kysor start --valaccount 'archway-ssync'
```
Expand Down

1 comment on commit b03e0f1

@vercel
Copy link

@vercel vercel bot commented on b03e0f1 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.