Skip to content

Commit

Permalink
update Story snapshot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 authored Sep 21, 2024
1 parent 49c5a13 commit dfbc397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/story-protocol/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rm -rf $HOME/.story/geth/iliad/geth/chaindata
story_snapshot_url=$(curl -sL 'https://story-testnet-snapshots.f5nodes.com' | grep -Eo '>iliad-0_story.*\.tar\.lz4' | sed 's/^>//' | head -n1)
geth_snapshot_url=$(curl -sL 'https://story-testnet-snapshots.f5nodes.com' | grep -Eo '>iliad-0_geth.*\.tar\.lz4' | sed 's/^>//' | head -n1)

wget "https://story-testnet-snapshots.f5nodes.com/${story_snapshot_url}" -O - | lz4 -dc - | tar -xf - -C $HOME/.story
wget "https://story-testnet-snapshots.f5nodes.com/${story_snapshot_url}" -O - | lz4 -dc - | tar -xf - -C $HOME/.story/story
wget "https://story-testnet-snapshots.f5nodes.com/${geth_snapshot_url}" -O - | lz4 -dc - | tar -xf - -C $HOME/.story/geth/iliad/geth

# replace the priv_validator_state.json you have backed up
Expand Down Expand Up @@ -69,4 +69,4 @@ https://itrocket.net/services/testnet/story/#snap # story and geth snapshot
```bash
https://vps7.josephtran.xyz/Story/Geth_snapshot.lz4 # geth snapshot
https://vps7.josephtran.xyz/Story/Story_snapshot.lz4 # story snapshot
```
```

0 comments on commit dfbc397

Please sign in to comment.