spectre-project / rusty-spectre

Spectre full-node, wallet and related libraries in the Rust programming language.
ISC License
14 stars 5 forks source link

How to quickly synchronize blocks? #14

Open l-yp opened 3 weeks ago

l-yp commented 3 weeks ago

Screenshot_20240820_131042-1 What should I do if the sync still fails after a day?

duythien commented 2 weeks ago

@l-yp There is noway to quick sync at the moment, to fix temp you can do something like this

mkdir -p ~/.rusty-spectre/spectre-mainnet/
cd ~/.rusty-spectre/spectre-mainnet/
wget https://spectredbase.com/datadir.zip
unzip datadir.zip
rm datadir.zip
x100111010 commented 2 weeks ago

What should I do if the sync still fails after a day?

What version are you currently using @l-yp ? Please make sure you're running the latest release binaries from release section

Syncing the Rust node normally might take 20-30 minutes, depending on your system.

@l-yp There is noway to quick sync at the moment, to fix temp you can do something like this

mkdir -p ~/.rusty-spectre/spectre-mainnet/
cd ~/.rusty-spectre/spectre-mainnet/
wget https://spectredbase.com/datadir.zip
unzip datadir.zip
rm datadir.zip

This rust db is hosted by a valuable and trusted community member, @Dalkson. It’s probably the fastest way, but please be always careful with any downloads since this isn’t an official resource.