Rapid Node Initialization(Testnet)
π§° Initialization Using Snapshots
β
Step1: Download the Snapshot Dataset
wget https://snapshot.dplabs-internal.com/atlantic/atlantic-snapshot-2026-03-05-11.tar.gz
tar -zxvf atlantic-snapshot-2026-03-05-11.tar.gzπ§― Step2: Stop the Container
docker-compose downπ§Ή Step3: Remove Local Data
rm -rf /data/$WORKSPACE/pharos-node/domain/light/data/public
mv /data/$WORKSPACE/pharos-node/domain/light/data/local_storage /data/$WORKSPACE/pharos-node/domain/light/data/local_storage.bakπ¦ Step4: Replace with the Latest Snapshot
mv public /data/$WORKSPACE/pharos-node/domain/light/data/publicπ Step5: Start the Container
Last updated
Was this helpful?
