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
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This repository contains the relevant Docker builds to run your own node on the
32
32
We recommend you have this configuration to run a node:
33
33
34
34
- at least 16 GB RAM
35
-
- an SSD drive with at least 100 GB free
35
+
- an SSD drive with at least 1 TB free
36
36
37
37
### Troubleshooting
38
38
@@ -77,6 +77,22 @@ services:
77
77
- $HOME/data/base:/data
78
78
```
79
79
80
+
### Snapshots
81
+
82
+
If you're a prospective or current Base Node operator and would like to restore from a snapshot to save time on the initial sync, it's possible to always get the latest available snapshot of the Base chain on mainnet and/or testnet by using the following CLI commands. The snapshots are updated every hour.
Sync speed depends on your L1 node, as the majority of the chain is derived from data submitted to the L1. You can check your syncing status using the `optimism_syncStatus` RPC on the `op-node` container. Example:
0 commit comments