Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 649 Bytes

DEPRECATED

Warning

This repository is no longer supported and has been replaced by gnosischain/gnosis-nimbus-eth2. Please use the official documentation.

docker build -t gnosischain/nimbus:latest --build-arg UPSTREAM_VERSION=v2.2.2 .
docker push gnosischain/nimbus:latest

Starting the container in beacon mode

--network="/custom_config_data"
--bootstrap-node="{{ bootnode_enrs | join(',') }}"

Starting the container in validator mode

nimbus runs in both modes automatically