Skip to main content
Version: v2.2.0

Fast Sync

What is a Fast Sync?

Fast Sync is a feature that allows your node to complete synchronization in as little as 10 to 20 minutes, even without a local RPC provider. The exact syncing duration may vary depending on your machine's hardware specifications.

How to configure Fast Sync?

Please select platform to configure Fast Sync feature:

(1) Download the archived file "hopr_logs.tar.gz" from the HOPR google cloud storage: https://storage.googleapis.com/hoprd-sync-data-prod/hopr_logs.tar.gz

(2) Ensure that you have stopped the HOPRd node Docker container. You can find more details here.

(3) On your machine, navigate to the ".hoprd-db-dufour" folder. Inside, locate the "db" folder and delete all files in it.

(4) Extract the recently downloaded file "hopr_logs.tar.gz". This will create an "app" folder. Navigate to the "hoprd-db" directory within it, then go to the "db" folder. Inside, you will find three database files: "hopr_logs.db", "hopr_logs.db-shm", and "hopr_logs.db-wal". Copy all three files into the destination "db" folder.

(5) Configure your node by creating and applying a configuration file. Follow this guide.

(6) Update your configuration file, inside configuration file locate the "chain" section and add the following settings below, aligned with the other configurations: keep_logs: true and fast_sync: true. Save the changes to the configuration file.

(7) Start your HOPRd node. More details can be found here.