Skip to content

Commit 1147e39

Browse files
Merge pull request #486 from scroll-tech/develop
Add FAQ
2 parents e98e251 + 26ffb74 commit 1147e39

File tree

1 file changed

+16
-4
lines changed
  • src/content/docs/en/developers

1 file changed

+16
-4
lines changed

src/content/docs/en/developers/faq.mdx

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ excerpt: "."
1414

1515
Scroll is fully EVM-equivalent, but certain rollup-specific opcodes differ. A full breakdown can be found here: [Rollup Codes: Scroll Overview](https://www.rollup.codes/scroll#overview).
1616

17-
**Can I run my own node on Scroll?**
18-
19-
Yes. Scroll provides a step-by-step tutorial for setting up and running your own node. See: [Running a Node](https://docs.scroll.io/en/developers/guides/running-a-scroll-node/).
20-
2117
## Testnet ETH
2218

2319
**How do I get testnet ETH on Scroll?**
@@ -38,6 +34,22 @@ See the full list here: [Scroll Developer Tooling](https://docs.scroll.io/en/dev
3834

3935
The live ecosystem page is here: [Scroll Ecosystem Data page](https://docs.scroll.io/en/developers/developer-ecosystem/) and the full list [Scroll Ecosystem Projects](https://scroll.io/ecosystem).
4036

37+
## Node Questions
38+
39+
**Where can i download Scroll node's snapshot?**
40+
41+
Mainnet : https://scroll-geth-snapshot.s3.us-west-2.amazonaws.com/mpt/latest.tar
42+
Sepolia : https://scroll-sepolia-l2geth-snapshots.s3.us-west-2.amazonaws.com/mpt/latest.tar
43+
44+
**Scroll snapshot size is too large, do you have pruned snapshot?
45+
46+
Unfortunately, pruned snapshots are not available for Scroll. You may consider changing the garbage collection mode from archive to full to reduce the size of the snapshot by changing flag from --gcmode archive to --gcmode full
47+
48+
**Can I run my own node on Scroll?**
49+
50+
Yes. Scroll provides a step-by-step tutorial for setting up and running your own node. See: [Running a Node](https://docs.scroll.io/en/developers/guides/running-a-scroll-node/).
51+
52+
4153
## Errors & Support
4254

4355
**I have a question about my node, the faucet or developing on Scroll. What should I do?**

0 commit comments

Comments
 (0)