Create a DV Alone
Pre-requisites
Step 1: Create the key shares locally
# Clone the repo
git clone https://github.com/ObolNetwork/charon-distributed-validator-cluster.git
# Change directory
cd charon-distributed-validator-cluster/
# Run the command provided in the DV Launchpad "Create a cluster alone" flow
docker run -u $(id -u):$(id -g) --rm -v "$(pwd)/:/opt/charon" obolnetwork/charon:v1.8.0 create cluster --definition-file=...
# Clone the repo
git clone https://github.com/ObolNetwork/charon-distributed-validator-cluster.git
# Change directory
cd charon-distributed-validator-cluster/ docker run --rm -v "$(pwd):/opt/charon" obolnetwork/charon:v1.8.0 create cluster \
--nodes=6 \
--network=hoodi \
--num-validators=1 \
--name="Quickstart Guide Cluster" \
--cluster-dir="cluster" \
--fee-recipient-addresses=0x000000000000000000000000000000000000dead \
--withdrawal-addresses=0x000000000000000000000000000000000000dead \
--publishStep 2: Deploy and start the nodes
Last updated
Was this helpful?

