Run Citrea Full Node
Step 1: Install Docker
Step 2: Run Citrea Full Node (mainnet)
docker run -d \
-e NETWORK=mainnet \
-e NODE_URL=<your_bitcoin_node_rpc_url> \
-e NODE_USERNAME=<your_bitcoin_rpc_username> \
-e NODE_PASSWORD=<your_bitcoin_rpc_password> \
-v citrea-data:/mnt/task/citrea-db \
-p 8080:8080 \
chainwayxyz/citrea-full-node:latestMainnet manual setup (binary or source)
Option 1: Pre-built binary
Option 2: Build from source
Step 3: Check the sync status
Hardware Requirements for running a node
Testnet4
Last updated
Was this helpful?