Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/learn/storage/block-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ Chaindata snapshots offer a faster alternative to Full Sync. A snapshot is a com

## Snap Sync

Currently, Kaia nodes do not support the [Snap Sync](https://geth.ethereum.org/docs/fundamentals/sync-modes) method. However, using a chaindata snapshot provides a comparable advantage in terms of faster initial synchronization.
Currently, Kaia nodes do not support the [Snap Sync](https://geth.ethereum.org/docs/fundamentals/sync-modes) method. However, using a chaindata snapshot provides a comparable advantage in terms of faster initial synchronization.

## Fast Sync

Kaia nodes do not support the Fast Sync method. A node started with `--syncmode fast` exits with an error at startup. Use Full Sync or a chaindata snapshot instead.
Loading