From a1f6c9cbc6848c54e9a1a97561ba93b3eede45ef Mon Sep 17 00:00:00 2001 From: Emil Fattakhov <66026548+EmilFattakhov@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:26:05 -0800 Subject: [PATCH] Add a note about syncing from genesis (#332) * Add a note about syncing from genesis --- docs/Farming & Staking/Staking/operators.mdx | 5 +++++ .../version-latest/Farming & Staking/Staking/operators.mdx | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/docs/Farming & Staking/Staking/operators.mdx b/docs/Farming & Staking/Staking/operators.mdx index c82a85b25fc..ccfd5786c79 100644 --- a/docs/Farming & Staking/Staking/operators.mdx +++ b/docs/Farming & Staking/Staking/operators.mdx @@ -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. ::: @@ -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. ::: +
Prefer a video? Expand for our installation video diff --git a/versioned_docs/version-latest/Farming & Staking/Staking/operators.mdx b/versioned_docs/version-latest/Farming & Staking/Staking/operators.mdx index 83b524886d3..41500156c33 100644 --- a/versioned_docs/version-latest/Farming & Staking/Staking/operators.mdx +++ b/versioned_docs/version-latest/Farming & Staking/Staking/operators.mdx @@ -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. :::