Self-Host a Relay
Self-host a relay
# Clone the repo and cd into it.
git clone https://github.com/ObolNetwork/charon-distributed-validator-node.git
cd charon-distributed-validator-node
# If you are exposing your relay on the public internet, determine your public IP
curl v4.ident.me
# Replace 'replace.with.public.ip.or.hostname' in relay/docker-compose.yml with your
# public IPv4 or DNS hostname, or with your private IP on your local (v)LAN, if this
# relay is running for Charon's sharing a private network.
nano relay/docker-compose.yml
# Start the relay
docker compose -f relay/docker-compose.yml upLast updated
Was this helpful?

