Testnet Chain Sync Issue
This guide will walk you through how to resolve the issue when your Testnet node has stopped to sync chain data at block #336,000.
Synchronization Using Snapshot (Recommended)
The Bifrost Network provides snapshots of the chain data. Snapshots are updated at regular intervals. This allows node operators to spend less time on data synchronization and reduce the load on the network.
Follow the link, and complete the snapshot download&export process.
Return to the process in the operation manual once complete.
Synchronization from the Genesis Block (Not Recommended)
This method does not require snapshots.
1. Block 0 to 336115
For initial synchronization, utilize bifrost-node 1.0.2 up to at least block 336115.
Change accordingly. /var/lib/bifrost-data
according to the operation manual.
2. Block 336115 onwards
Once synchronization reaches block 336115, utilize the latest version of bifrost-node.
3. Complete synchronization
Synchronization is complete once “Syncing” does not appear in the log. Return to the process on the operation manual.
Last updated