Can You Provide More Information On Contabo’s Ethereum Node Image?

Can you provide more information on Contabo’s Ethereum Node image?

Contabo’s Ethereum Node image is based on the Eth-docker (https://eth-docker.net/).

The image contains all the necessary dependencies to start your eth-docker setup.

How do I switch to the Ethereum user?

To access ethd, use the command below to switch to the ethereum user.

sudo -u ethereum -i

How do I find the P2P network info:

You can run the following command:

ethd config 

Recommended consensus/execution clients:

  • Geth/Lighthouse (Best performance)
  • Nethermind/Lighthouse (Best performance)
  • Geth/Teku
  • Nethermind/Teku

How do I start the Eth-Docker:

You can run the following command:

ethd up 

Please also read the official documentation here.

Details…

Scroll to Top