Run a Chiliz Chain Node
Launch, create, connect, and debug a node to sync with Chiliz Chain
Prerequisites
Pre-built Docker images
Launch a node and start the sync
Step 1: Create a Directory
docker run \
-v $(pwd)/my-datadir:/datadir \
--name ccv2-node \
-p 8545:8545 \
-p 8546:8546 \
chilizchain/ccv2-geth:latest \
--chiliz # for Chiliz Mainnet. Use --spicy for Spicy Testnet.
--datadir=/datadir \
--ipcdisableStep 2: Connect Client
Node Maintenance Information
Change verbosity when debugging
Stop the node and clean up
Delete the directory
Updating your Node
Running an archive node
Running a Chiliz Chain Node from a Snapshot or Backup
Available Snapshots
Steps to Run a Node from a Snapshot:
Additional Geth information
Last updated
Was this helpful?