Skip to content

Commit c6db7c5

Browse files
Merge pull request #460 from scroll-tech/develop
Update docs for running a node
2 parents ac651d4 + 8f136f9 commit c6db7c5

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

src/content/docs/en/developers/guides/running-a-scroll-node.mdx

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,12 @@ Download the latest l2geth :
7575

7676
SNAPSHOT_URL = https://scroll-geth-snapshot.s3.us-west-2.amazonaws.com/mpt/latest.tar
7777

78-
1. Create a new folder for the snapshot
79-
```bash
80-
mkdir l2geth
81-
```
82-
83-
2. Go to the created folder
84-
```bash
85-
push l2geth
86-
```
87-
88-
3. Download the snapshot
78+
1. Download the snapshot
8979
```bash
9080
wget $SNAPSHOT_URL
9181
```
9282

93-
4. unarchive the snapshot
83+
2. unarchive the snapshot
9484
```bash
9585
tar -xf latest.tar
9686
```
@@ -144,10 +134,10 @@ Insert your config in the yaml file and save it, recommended config would be :
144134
--da.blob.beaconnode "${Your beaconnode endpoint}"
145135
--cache.snapshot=0
146136
logging:
147-
driver: "json-file"
148-
options:
149-
max-size: "100m"
150-
max-file: "1"
137+
driver: "json-file"
138+
options:
139+
max-size: "100m"
140+
max-file: "1"
151141
```
152142

153143
3. Run the docker

0 commit comments

Comments
 (0)