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 , and complete the snapshot download & export process.
Return to the process in the operation manual once complete.
2. Synchronization from the Genesis Block
This method does not require downloading snapshots. This section works for both archive and full modes.
After start running your node, it will start to synchronize chain data from the genesis block as below. (In some cases, error logs might be displayed, but for now, those are fine to ignore)
2. Block 336115 onwards
# After terminate existing bifrost-node
cd <YOUR-BASE-PATH-DIRECTORY>
rm bifrost-node
wget https://github.com/bifrost-platform/bifrost-node/releases/latest/download/bifrost-node
wget https://github.com/bifrost-platform/bifrost-node/releases/latest/download/bifrost-testnet.json
chmod +x bifrost-node
# For archive-mode (the option name for --pruning has changed to --state-pruning)
./bifrost-node --base-path ./ --chain ./bifrost-testnet.json --port 30333 --state-pruning archive --runtime-cache-size 128
# For full-mode (remove --state-pruning option)
./bifrost-node --base-path ./ --chain ./bifrost-testnet.json --port 30333 --runtime-cache-size 128
After restarting your node, in some cases, error logs might be displayed as before, however it is fine to ignore.
3. Complete synchronization
Synchronization is complete once “Syncing” does not appear in the log. Return to the process on the operation manual.
For initial synchronization, utilize up to at least block 336115.
Once synchronization reaches block 336115, utilize .