charon-distributed-validator-node
charon-distributed-validator-node copied to clipboard
Run one node as part of Distributed Validator Cluster using docker-compose
When running multiple DVnodes, it can be easy to integrate them into a single prometheus job like this: ``` - job_name: charon static_configs: - targets: [charon:20120,charon:20220] static_configs: - targets: [lodestar:20164,lodestar:20264]...
This PR include the following changes: - Bumps relay charon to v1.2 - Removed references to the non-existent `examples/` directory - Added instructions for using `docker-compose.override.yml.sample` - Provided step-by-step guidance...
Multi cluster setup for CDVN. Useful scripts that will help out users to use 1 EL + 1 CL with multiple Charons + VCs. Users will be able to spin...
parse error: expected type range vector in call to function "rate", got instant vector
Changes: - Add alloy/config.alloy.example configuration - Move promtail/run.sh to alloy/run.sh - Update logging.yml to use Alloy - Remove promtail/config.yml.example
# 🎯 Problem to be solved In all other VCs etc, we override the docker cmd with a script, that parses the .env vars and passes them to the real...
while incorporating vc-nimbus and vc-teku into a multi-client cluster I ran into issues with both related to permissions on the charon-distributed-validator-node/data folder. When starting the stack for the first time,...