Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions src/content/docs/en/developers/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ excerpt: "."

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).

**Can I run my own node on Scroll?**

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/).

## Testnet ETH

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

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).

## Node Questions

**Where can i download Scroll node's snapshot?**

Mainnet : https://scroll-geth-snapshot.s3.us-west-2.amazonaws.com/mpt/latest.tar
Sepolia : https://scroll-sepolia-l2geth-snapshots.s3.us-west-2.amazonaws.com/mpt/latest.tar

**Scroll snapshot size is too large, do you have pruned snapshot?

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

**Can I run my own node on Scroll?**

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/).


## Errors & Support

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