Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ Chaindata スナップショットは、フル・シンクより高速な代替

## スナップ・シンク

現在、Kaia ノードは [Snap Sync](https://geth.ethereum.org/docs/fundamentals/sync-modes) メソッドをサポートしていません。 しかし、chaindata snapshotを使用することで、初期同期の高速化という点で同等の利点が得られる。
現在、Kaia ノードは [Snap Sync](https://geth.ethereum.org/docs/fundamentals/sync-modes) メソッドをサポートしていません。 しかし、chaindata snapshotを使用することで、初期同期の高速化という点で同等の利点が得られる。

## 高速同期

KaiaノードはFast Sync方式に対応していません。 `--syncmode fast` を指定して起動したノードは、起動時にエラーが発生して終了します。 その代わりに、フル同期またはチェーンデータのスナップショットを使用してください。
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.

## 빠른 동기화

Kaia 노드는 Fast Sync 방식을 지원하지 않습니다. `--syncmode fast` 옵션을 지정하여 시작한 노드가 시작 시 오류가 발생하며 종료됩니다. 대신 ‘전체 동기화’ 또는 체인데이터 스냅샷을 사용하십시오.
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.

## Đồng bộ hóa nhanh

Các nút Kaia không hỗ trợ phương pháp Fast Sync. Một nút được khởi động với tùy chọn `--syncmode fast` sẽ bị lỗi và ngừng hoạt động ngay khi khởi động. Thay vào đó, hãy sử dụng tính năng Đồng bộ hóa toàn bộ (Full Sync) hoặc ảnh chụp nhanh chuỗi dữ liệu (chaindata snapshot).
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ Chaindata 快照为完全同步提供了更快的替代方案。 快照是同步

## 快照同步

目前,Kaia 节点不支持 [Snap Sync](https://geth.ethereum.org/docs/fundamentals/sync-modes) 方法。 不过,使用链数据快照在更快的初始同步方面也有不相上下的优势。
目前,Kaia 节点不支持 [Snap Sync](https://geth.ethereum.org/docs/fundamentals/sync-modes) 方法。 不过,使用链数据快照在更快的初始同步方面也有不相上下的优势。

## 快速同步

Kaia 节点不支持“快速同步”方法。 以 `--syncmode fast` 参数启动的节点在启动时会因错误而退出。 请改用“完全同步”或“链数据快照”。
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ Chaindata 快照為完全同步提供了更快的替代方案。 快照是同步

## 快照同步

目前,Kaia 節點不支持 [Snap Sync](https://geth.ethereum.org/docs/fundamentals/sync-modes) 方法。 不過,使用鏈數據快照在更快的初始同步方面也有不相上下的優勢。
目前,Kaia 節點不支持 [Snap Sync](https://geth.ethereum.org/docs/fundamentals/sync-modes) 方法。 不過,使用鏈數據快照在更快的初始同步方面也有不相上下的優勢。

## 快速同步

Kaia 節點不支援「快速同步」方法。 以 `--syncmode fast` 啟動的節點會在啟動時因錯誤而終止運作。 請改用「完整同步」或「鏈數據快照」。
Loading