Teku docker image customized with gnosischain testnets. Teku works a beacon and validator client.
1.3K
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.
https://github.com/gnosischain/teku-client
General
https://docs.teku.consensys.net/en/latest/
CLI Reference
https://docs.teku.consensys.net/en/latest/Reference/CLI/CLI-Syntax/
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
Content type
Image
Digest
sha256:98dba3760…
Size
259.7 MB
Last updated
about 4 years ago
docker pull gnosischain/teku