Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

File metadata and controls

28 lines (18 loc) · 1.04 KB

Huddle01 Mainnet

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

Docker Image

ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:v3.6.7-28db223

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 Huddle01 mainnet caff node. Please replace the default Arbitrum One Mainnet 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