You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `--transfers 20`: Uses 20 parallel transfers for faster download
158
-
- `--retries 6`: Automatically retries failed transfers up to 6 times
159
-
- `--retries-sleep 10s`: Waits 10 seconds between retry attempts
160
-
- `--size-only`: Only transfers if sizes differ (prevents unnecessary re-downloads)
161
-
162
-
=== "Pruned Node"
163
-
164
-
Pruned node setup keeps recent state for smaller storage. Since no pruned parachain snapshots are available for most system parachains, this setup uses the parachain archive snapshot with the relay chain pruned snapshot.
165
-
166
-
**Parachain archive snapshot** (People Chain example, ~71 GB):
167
-
```bash
168
-
# Check https://snapshots.polkadot.io/ for the latest snapshot URL
- `--transfers 20`: Uses 20 parallel transfers for faster download
131
-
- `--retries 6`: Automatically retries failed transfers up to 6 times
132
-
- `--retries-sleep 10s`: Waits 10 seconds between retry attempts
133
-
- `--size-only`: Only transfers if sizes differ (prevents unnecessary re-downloads)
134
-
135
-
=== "Pruned Node"
136
-
137
-
Pruned node setup keeps recent state for smaller storage. Since no pruned Asset Hub snapshot is available, this setup uses the Asset Hub archive snapshot with the Relay chain pruned snapshot (~1.2 TB total).
138
-
139
-
**Asset Hub archive snapshot** (~392 GB):
140
-
```bash
141
-
# Check https://snapshots.polkadot.io/ for the latest snapshot URL
0 commit comments