Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.03 KB

File metadata and controls

28 lines (18 loc) · 1.03 KB

NodeOps Mainnet

For general caff node information, shutdown procedures, and dangerous configuration options, see the our detailed docs.

Docker Image

ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:v3.5.6-7699335

Snapshot

Download the snapshot from here (TODO: add link). The docker-compose.yml file currently expects the snapshot folder to be named arbitrum and to be located under the same folder as the compose file. You can adjust this according to your setup in docker-compose.yml.

Running the node

This folder is set up to easily run an NodeOps mainnet caff node. Please replace the default Arbitrum RPC URL for the --parent-chain.connection.url argument in docker-compose.yml with your own private URL to avoid rate-limiting issues. The config file included in the repository is prepopulated with mainnet parameters.

docker-compose up -d

Shutting down the node

# Allow 5 minutes (300 seconds) for graceful shutdown
docker-compose stop -t 300