Skip to content

Commit

Permalink
Merge pull request #702 from lukso-network/update-sync-notices
Browse files Browse the repository at this point in the history
Update or add checkpoint sync notices for nodes
  • Loading branch information
CJ42 authored Nov 1, 2023
2 parents 2750732 + ba7a702 commit ca46769
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/networks/advanced-guides/switch-consensus-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ If you are setting up a node for the testnet, add the `--testnet` flag to the st

:::

:::note
:::info

You will need the LUKSO CLI Version 0.8.0 or above in order to use the `--checkpoint-sync` command. If you are using an older version, please pass down the checkpoint flag as described in the [LUKSO CLI Documentation](https://github.com/lukso-network/tools-lukso-cli/tree/main#using-checkpoint-syncing).
You will need the LUKSO CLI Version 0.8.0 or above in order to use the `--checkpoint-sync` command. If you are using an older version or run into issues, please pass down the checkpoint flag manually, as described in the [LUKSO CLI Checkpoint Documentation](https://github.com/lukso-network/tools-lukso-cli/tree/main#using-checkpoint-syncing).

:::

Expand Down
6 changes: 6 additions & 0 deletions docs/networks/advanced-guides/update-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ If you are setting up a node for the testnet, add the `--testnet` flag to the st

:::

:::info

You will need the LUKSO CLI Version 0.8.0 or above in order to use the `--checkpoint-sync` command. If you are using an older version or run into issues, please pass down the checkpoint flag manually, as described in the [LUKSO CLI Checkpoint Documentation](https://github.com/lukso-network/tools-lukso-cli/tree/main#using-checkpoint-syncing).

:::

```sh
# Starting the Mainnet Node
lukso start --checkpoint-sync
Expand Down
6 changes: 6 additions & 0 deletions docs/networks/advanced-guides/update-the-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@ If you are setting up a node for the testnet, add the `--testnet` flag to the st

:::

:::info

You will need the LUKSO CLI Version 0.8.0 or above in order to use the `--checkpoint-sync` command. If you are using an older version or run into issues, please pass down the checkpoint flag manually, as described in the [LUKSO CLI Checkpoint Documentation](https://github.com/lukso-network/tools-lukso-cli/tree/main#using-checkpoint-syncing).

:::

```sh
# Starting the Mainnet Node
lukso start --checkpoint-sync
Expand Down
4 changes: 2 additions & 2 deletions docs/networks/mainnet/become-a-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ If you are setting up a node for the testnet, add the `--testnet` flag to the st

:::

:::note
:::info

You will need the LUKSO CLI Version 0.8.0 or above in order to use the `--checkpoint-sync` command. If you are using an older version, please pass down the checkpoint flag as described in the [LUKSO CLI Documentation](https://github.com/lukso-network/tools-lukso-cli/tree/main#using-checkpoint-syncing).
You will need the LUKSO CLI Version 0.8.0 or above in order to use the `--checkpoint-sync` command. If you are using an older version or run into issues, please pass down the checkpoint flag manually, as described in the [LUKSO CLI Checkpoint Documentation](https://github.com/lukso-network/tools-lukso-cli/tree/main#using-checkpoint-syncing).

:::

Expand Down
30 changes: 15 additions & 15 deletions docs/networks/mainnet/running-a-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,6 @@ If you want more convenience and your validator to operate quickly, you can also
> After the synchronization is finalized, you will end up with the equal blockchain data. You can use the flag on every startup. However, it shows the most significant effect when synchronizing from scratch or after an extended downtime. The shortcut is ideal for fresh installations, validator migration, or recovery.
<Tabs>
<TabItem value="regular-sync" label="Regular Synchronization">

:::info

The synchronization process will take multiple hours for the node to finalize.

:::

```sh
lukso start
```

</TabItem>
<TabItem value="checkpoint-sync" label="Checkpoint Synchronization">

:::tip
Expand All @@ -126,9 +113,9 @@ The shortcut is ideal for making installation, validator migration, or recovery

:::

:::note
:::info

You will need the LUKSO CLI Version 0.8.0 or above in order to use the `--checkpoint-sync` command. If you are using an older version, please pass down the checkpoint flag as described in the [LUKSO CLI Documentation](https://github.com/lukso-network/tools-lukso-cli/tree/main#using-checkpoint-syncing).
You will need the LUKSO CLI Version 0.8.0 or above in order to use the `--checkpoint-sync` command. If you are using an older version or run into issues, please pass down the checkpoint flag manually, as described in the [LUKSO CLI Checkpoint Documentation](https://github.com/lukso-network/tools-lukso-cli/tree/main#using-checkpoint-syncing).

:::

Expand All @@ -137,6 +124,19 @@ lukso start --checkpoint-sync
```

</TabItem>
<TabItem value="regular-sync" label="Regular Synchronization">

:::info

The synchronization process will take multiple hours for the node to finalize.

:::

```sh
lukso start
```

</TabItem>
</Tabs>

:::info
Expand Down

0 comments on commit ca46769

Please sign in to comment.