Sign inSign up

gnosischain/lighthouse-beacon

By gnosischain

•Updated about 3 years ago

Lodestar Beacon docker image customized with gnosischain testnets.

Image
0

1.5K

gnosischain/lighthouse-beacon repository overview

⁠Image tagging

Images are referenced under the following pattern.

gnosischain/{client_provider}-{node_type}:{upstream_version}-{testnet}

i.e.

docker pull gnosischain/lighthouse-beacon:v2.5.1-chiado 

We provide lighthouse as validator and beacon.

⁠Github

https://github.com/gnosischain/lighthouse-client⁠

⁠More information on how the lighthouse client works and can be customized can be found here:

https://lighthouse-book.sigmaprime.io/advanced.html⁠

⁠Starting lighthouse in beacon mode

As an example we can run with version v.2.5.1 in testnet chiado as beacon:

docker pull gnosischain/lighthouse-beacon:v2.5.1-chiado  
docker run gnosischain/lighthouse-beacon:v2.5.1-chiado 

Customization through flags:

docker run gnosischain/lighthouse-beacon:latest-chiado --http-address 0.0.0.0 --http 

⁠Starting lighthouse in validator mode

As an example we can run with version v.2.5.1 in testnet chiado as validator:

docker pull gnosischain/lighthouse-validator:v2.5.1-chiado  
docker run gnosischain/lighthouse-validator:v2.5.1-chiado 

Customization through flags:

docker run gnosischain/lighthouse-validator:latest-chiado --http-address 0.0.0.0 --http 

Tag summary

Content type

Image

Digest

sha256:47f62f2ec…

Size

72.1 MB

Last updated

about 3 years ago

docker pull gnosischain/lighthouse-beacon:latest-chiado