Skip to content

Commit

Permalink
reorder checkpoint sync menu
Browse files Browse the repository at this point in the history
  • Loading branch information
fhildeb committed Nov 1, 2023
1 parent 8979910 commit ba7a702
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 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 @@ -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 ba7a702

Please sign in to comment.