🐳Docker
System Requirements
CPU
OS
RAM
DISK
8 vCPU
Ubuntu 22
16GB
1TB+ (SSD)
Zora
Zora operates within the Optimism Superchain ecosystem and is built using the OP stack, which leverages the scalability and security of Optimism's Layer 2 infrastructure.
In this guide, we will walk you through the process of setting up a Zora Mainnet archive node using Optimism's op-geth and op-node tools.
Before you begin, ensure you have a synced Ethereum L1 RPC URL (such as Erigon) and an L1 Consensus Layer Beacon endpoint that includes all historical blobs data (for example, Lighthouse). Having a suitable beacon endpoint is crucial for the syncing process to initiate.
Tip: You can create a free account at Chainstack to obtain enough resources for syncing your node.
Pre-Requisites
To the archive node using Docker we need the following installed:
Docker
Python3
git
Commands:
Firewall Setting:
Set explicit default UFW rules
Allow SSH, HTTP, and HTTPS
Allow Remote connection:
Firewall Basic commands:
Example Docker Compose:
Start Services Containers:
Check Status:
Below is the command for the request:
You will see a response like:
Sync Status:
References:
Last updated
Was this helpful?