This repository has been archived on 2026-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
stack-orchestrator/app/data/container-build/cerc-lighthouse/start-lighthouse.sh

10 lines
215 B
Bash
Executable File

#!/bin/bash
# This bash script will be used to start the lighthouse client
# The 0.0.0.0 is not safe.
lighthouse bn \
--http --http-address 0.0.0.0 --metrics --private --network $NETWORK &
tail -f /dev/null