Skip to content

Commit

Permalink
Add a note about syncing from genesis (#332)
Browse files Browse the repository at this point in the history
* Add a note about syncing from genesis
  • Loading branch information
EmilFattakhov authored Nov 16, 2023
1 parent 34b0510 commit a1f6c9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Farming & Staking/Staking/operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ subspace-node [consensus-chain-args] -- [domain-args]
Example:
Start a node as operator on `gemini-3g` chain:

:::info
You need to wipe and sync your node from genesis block, since you need to sync both consensus and domain chains.
:::

:::note
Ensure you replace `your_domain_id` with your domain identifier in the command. If your keystore is located in a different folder, adjust the `--keystore-path` accordingly. Setting `--base-path` is optional.
:::
Expand Down Expand Up @@ -149,6 +153,7 @@ $XDG_DATA_HOME or /home/alice/.local/share e.g.
It's crucial to fully sync your node before registering as an operator. Please follow the commands in the ***Start the domain operator*** node section and only register as an operator once your node is fully synced. If many operators are registered but their nodes are still syncing or offline, it can adversely affect the speed of block production in the domain.
:::


<details>
<summary>
Prefer a video? Expand for our installation video
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ subspace-node [consensus-chain-args] -- [domain-args]
Example:
Start a node as operator on `gemini-3g` chain:

:::info
You need to wipe and sync your node from genesis block, since you need to sync both consensus and domain chains.
:::

:::note
Ensure you replace `your_domain_id` with your domain identifier in the command. If your keystore is located in a different folder, adjust the `--keystore-path` accordingly. Setting `--base-path` is optional.
:::
Expand Down

0 comments on commit a1f6c9c

Please sign in to comment.