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: src/content/docs/en/developers/faq.mdx
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,6 @@ excerpt: "."
14
14
15
15
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).
16
16
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
-
21
17
## Testnet ETH
22
18
23
19
**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
38
34
39
35
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).
**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
+
41
53
## Errors & Support
42
54
43
55
**I have a question about my node, the faucet or developing on Scroll. What should I do?**
0 commit comments