Rapid Node Initialization(Devnet)
🧰 Initialization Using Snapshots
✅ Step 1: Download the Latest Snapshot
wget https://snapshot.dplabs-internal.com/devnet/snapshot-latest.tar.gz
tar -zxvf snapshot-latest.tar.gz🧯 Step 2: Stop the Running Node Container
docker stop pharos-devnet🧹 Step 3: Replace Old Data with the Snapshot
rm -rf /data/pharos-devnet/pharos-node/domain/light/data/public
mv public /data/pharos-devnet/pharos-node/domain/light/data/public🚀 Step 4: Restart the Node Container
Last updated
Was this helpful?
