Sign inSign up

gnosischain/nethermind

By gnosischain

Updated 11 months ago

Nethermind Docker Image customized with gnosischain testnets.

Image
0

1.6K

gnosischain/nethermind repository overview

Image tagging

Images are referenced under the following pattern.

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

i.e.

docker pull gnosischain/nethermind:1.13.6-chiado

The nethermind works on an execution layer.

Github

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

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

Docs https://docs.nethermind.io/nethermind/

CLI Reference
https://docs.nethermind.io/nethermind/ethereum-client/configuration

Starting nethermind in execution mode

As an example we can run with version 1.13.6 in chiado testnet as execution client:

docker pull gnosischain/nethermind:1.13.6-chiado  
docker run gnosischain/nethermind:1.13.6-chiado

Customization through flags:

docker run gnosischain/nethermind:1.13.6-chiado --baseDbPath /home/user/my_node/db

Tag summary

Content type

Image

Digest

sha256:bc49ef655

Size

205.4 MB

Last updated

about 4 years ago

docker pull gnosischain/nethermind