# Mainnet

{% hint style="warning" %}
While the Dappnode machines have a large enough SSD to hold both Mainnet and Testnet Ethereum chains, you will have lower performance if you try to run both chains simultaneously.

If you are already running a Testnet chain (e.g., Goerli), it is best to [remove or pause those packages](/etherfi/solo-stakers/operation-solo-staker/obol-dvt-explained/dappnode-setup/additional-configuration.md#remove-or-pause-packages).
{% endhint %}

Once you have your Dappnode machine set up, the next step is to install the Ethereum staking packages and begin syncing the chain.

The full node can take a few days to sync, so it's good to get that process started as soon as possible.

{% hint style="info" %}
Client diversity is important, so selecting non-majority clients can help to improve the resiliency and health of the network. When selecting which clients to use, take a look at <https://clientdiversity.org> and consider picking clients that are not majority clients.
{% endhint %}

### Install Ethereum Validator Clients

Navigate to the `Stakers` menu and select the `Ethereum` tab.

<figure><img src="/files/SvVFBSHHcc4YlNy6THra" alt=""><figcaption></figcaption></figure>

Select one Execution Client, one Consensus Client, and you ***MUST*** use MEV Boost with ALL of the following relays (if you activate it after installation, you can pass al the URLs below to the config as a comma-separated list).

* Flashbots - `https://0xac6e77dfe25ecd6110b8e780608cce0dab71fdd5ebea22a16c0205200f2f8e2e3ad3b71d3499c54ad14d6c21b41a37ae@boost-relay.flashbots.net`
* Bloxroute MaxProfit - `https://0x8b5d2e73e2a3a55c6c87b8b6eb92e0149a125c852751db1422fa951e42a09b82c142c3ea98d0d9930b056a3bc9896b8f@bloxroute.max-profit.blxrbdn.com`
* Bloxroute Regulated - `https://0xb0b07cd0abef743db4260b0ed50619cf6ad4d82064cb4fbec9d3ec530f7c5e6793d9f286c4e082c0244ffb9f2658fe88@bloxroute.regulated.blxrbdn.com`
* Ultrasound - `https://0xa1559ace749633b997cb3fdacffb890aeebdb0f5a3b6aaa7eeeaf1a38af0a8fe88b9e4b1f61f236d2e64d95733327a62@relay.ultrasound.money`
* Agnostic - `https://0xa7ab7a996c8584251c8f925da3170bdfd6ebc75d50f5ddc4050a6fdc77f2a3b5fce2cc750d0865e05d7228af97d69561@agnostic-relay.net`
* Eden Network - `https://0xb3ee7afcf27f1f1259ac1787876318c6584ee353097a50ed84f51a1f21a323b3736f271a895c7ce918c038e4265918be@relay.edennetwork.io`
* SecureRPC - `https://0x98650451ba02064f7b000f5768cf0cf4d4e492317d82871bdc87ef841a0743f69f0f1eea11168503240ac35d101c9135@mainnet-relay.securerpc.com`
* Aestus - `https://0xa15b52576bcbf1072f4a011c0f99f9fb6c66f3e1ff321f11f461d15e31b1cb359caa092c71bbded0bae5b5ea401aab7e@aestus.live`

{% hint style="warning" %}
You ***MUST*** use MEV Boost. Everyone in the cluster must use MEV Boost and all be connected to the same relays, or you won't be able to sign blinded blocks and return them to the correct relay.
{% endhint %}

<figure><img src="/files/Wynp17fqRH1MAuFFOLH3" alt=""><figcaption></figcaption></figure>

Apply the changes and the chain will then start syncing.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://etherfi.gitbook.io/etherfi/solo-stakers/operation-solo-staker/obol-dvt-explained/dappnode-setup/ethereum-validator-clients/mainnet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
