# Guide | How to setup a validator for Ethereum staking on mainnet

{% hint style="danger" %}
DOCUMENTATION HAS MOVED TO > <https://docs.coincashew.com/guides/mainnet>

Below is for historical reference purposes only.
{% endhint %}

## :rocket:Option 1: Quickstart with EthPillar - Recommended for most users

### :arrow\_forward:  Ubuntu One-liner Install:

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/coincashew/EthPillar/main/install.sh)"
```

😄 **Friendly Node Installer**: Helps you deploy a systemd installation with minority clients Nimbus-Nethermind or Teku-Besu stack in just minutes. MEVboost included. Lido CSM supported.

:floppy\_disk: **Ease of use**: No more remembering CLI commands required. Access common node operations via a simple text user interface (TUI). When EthPillar is deployed, operating your node becomes a breeze.

:owl: **Fast Updates**: Quickly find and download the latest consensus/execution release. Less downtime!

#### :exclamation:To learn more about EthPillar, [visit the quickstart page.](https://www.coincashew.com/coins/overview-eth/ethpillar)

<figure><img src="https://4046814935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M5KYnWuA6dS_nKYsmfV-887967055%2Fuploads%2FDs9tkKZpehwdSSf6RKGY%2Fpreview02.png?alt=media&#x26;token=b0201fe0-95ad-447f-a8ec-f6735d5330e9" alt=""><figcaption><p>EthPillar's TUI - Navigate the menu to control your node</p></figcaption></figure>

### :chains:Option 2: Manual Installation

* This guide aims to reduce the reliance on scripts in this section to make the learning process more straightforward and understandable.
* This approach provides a detailed overview of the steps involved, ensuring stakers have a clear understanding of the process.
* Great for advanced users comfortable with the CLI terminal who want full control and require customization of EL/CL combinations and their configurations.
* Deploys a systemd installation with any EL/CL combination you choose.
* After installation, use [EthPillar](https://www.coincashew.com/coins/overview-eth/ethpillar) to simplify maintenance of your node.

#### To install manually, continue with this guide.

#### :shield: Built by home-stakers for home-stakers. :pray:


---

# 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://www.coincashew.com/coins/overview-eth/guide-or-how-to-setup-a-validator-on-eth2-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.
