Skip to content

Commit

Permalink
Fix broken checkpoint links (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-zilliqa authored Feb 15, 2025
1 parent 5bc2f09 commit 0d96529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions zq2/docs/nodes/checkpoints/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ id: nodes/checkpoint
title: Checkpoint
---

# Checkpoints in Nodes
# [Checkpoints in Nodes](#checkpoints-in-nodes)

Checkpoints in nodes serve as specific reference points within the blockchain, allowing nodes to synchronize more efficiently when joining or rejoining the network. Instead of processing the entire blockchain from the genesis block, nodes can start from a known, validated state. Below is a detailed guide on how to set up checkpoints.

You can find a list of checkpoints and hashes to download in the menu bar.

## Syncing a Node from a Checkpoint
## [Syncing a Node from a Checkpoint](#syncing-a-node-from-a-checkpoint)

Before proceeding, ensure you have completed the [Node Setup](../nodes/node.md#setting-up-your-node) section.

Expand Down
4 changes: 2 additions & 2 deletions zq2/docs/nodes/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ There are two options you can choose from:
in justa few hours, depending on the checkpoint's block height. Before proceeding to
[start the node](#starting-your-node) section, you'll need to configure the necessary
settings to start the node from a checkpoint. Detailed instructions for this configuration
are available in [syncing-from-checkpoints](../nodes/checkpoint.md#syncing-a-node-from-a-checkpoint).
are available in [syncing-from-checkpoints](../nodes/checkpoints/index.md#syncing-a-node-from-a-checkpointsyncing-a-node-from-a-checkpoint).

- Synchronization from the genesis.

Expand Down Expand Up @@ -132,7 +132,7 @@ Since only full archive nodes need to sync from the genesis block, all other nod
```


_NOTE: The `<checkpoint_block_num.dat>` file is the one you previously downloaded. Refer to [syncing-from-checkpoint](../nodes/checkpoint.md#syncing-a-node-from-a-checkpoint)_
_NOTE: The `<checkpoint_block_num.dat>` file is the one you previously downloaded. Refer to [syncing-from-checkpoint](../nodes/checkpoints/index.md#syncing-a-node-from-a-checkpoint)_

Great! The node should now be syncing with the network. It may
take up to 1-2 hours for the node to fully synchronize. You can check the progress
Expand Down

0 comments on commit 0d96529

Please sign in to comment.