Sign inSign up

gnosischain/teku

By gnosischain

Updated over 2 years ago

Teku docker image customized with gnosischain testnets. Teku works a beacon and validator client.

Image
0

1.3K

gnosischain/teku repository overview

Image tagging

Images are referenced under the following pattern.

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

i.e.

docker pull gnosischain/teku:22.8.0-chiado 

The teku client we provide runs validator and beacon together.

Github

https://github.com/gnosischain/teku-client

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

General
https://docs.teku.consensys.net/en/latest/

CLI Reference
https://docs.teku.consensys.net/en/latest/Reference/CLI/CLI-Syntax/

Starting teku in beacon und validator mode

As an example we can run with version 22.8.0 in testnet chiado as beacon:

docker pull gnosischain/teku:22.8.0-chiado  
docker run gnosischain/teku:22.8.0-chiado 

Customization through flags:

docker run gnosischain/teku:22.8.0-chiado --enable-db-backup-webhook

Tag summary

Content type

Image

Digest

sha256:98dba3760

Size

259.7 MB

Last updated

about 4 years ago

docker pull gnosischain/teku