# 运行验证者节点

## 先决条件

### a. 兼容钱包（目前仅支持 [**Metamask**](https://metamask.io/) ），可容纳超过 32 个 Eth

### b. 生成验证器密钥（keystore\_timestamp.json），可通过以太坊启动板（主网、Goerli）和 [**deposit-cli tool**](https://github.com/ethereum/staking-deposit-cli/releases/)  工具完成。

### &#x20;c. 通过 Abyss Eth2 Depositer（目前仅支持主网和 Goerli）或以太坊启动板（主网、Goerli）存入 32 个 Eth（使用您的 deposit\_data-timestamp.json）。

## Eth2 启动板 演示演练

以下视频演练涵盖先决条件 b 和 c。

{% embed url="<https://www.youtube.com/watch?ab_channel=ConsenSysMedia&v=4jpzo9qOaP8>" %}

### 1. 创建帐户

**步骤 1：**&#x7528;户可以在  [**ChainUp Cloud**](https://cloud.chainup.com/app/register) 上注册。

![Sign Up](/files/3sDZhijxoVCODn5VWMsp)

**步骤 2：**&#x4F7F;用您新创建的帐户登录  [**ChainUp Cloud**](https://cloud.chainup.com/app/login)。

![Login](/files/BqfwFVWcBrNRe6Qm9IXQ)

### 2. 上传验证器密钥

&#x20;**步骤 1：**&#x5355;击 Ethereum 2（侧边栏）。确保您位于 **Ethereum2** 子页面中，然后单&#x51FB;**“主机”**&#x6309;钮。

<figure><img src="/files/88aUNFg4QjT1hN21KtsQ" alt=""><figcaption><p>Eth2 Validator Dashboard</p></figcaption></figure>

{% hint style="info" %}
我们假设用户在到达此步骤之前已经完成所有先决条件
{% endhint %}

**步骤 2：**&#x9009;择您要使用的网络并连接您的 Metamask 钱包。

<figure><img src="/files/srtnJfFVPChTl6BbmlcU" alt=""><figcaption><p>Make Deposit - Hosting your own nodes</p></figcaption></figure>

{% hint style="info" %}
&#x20;ChainUp Cloud 仍在为 Ropsten 测试网提供支持。您可以使用我们的区块链 API  [**Blockchain API**](/zhong-wen/introduction/products/blockchain-api.md).   手动将 Ropsten 网络添加到您的钱包。
{% endhint %}

**步骤 3：**&#x5982;果您已通过官方质押启动板或  [**Abyss Eth2 Depositer**](https://abyss.finance/eth2depositor) （先决条件 b 和 c）存入 32 个 Eth，则钱包详细信息应反映在仪表板上。

<figure><img src="/files/53kiRLebY2Dvx1Vyl581" alt=""><figcaption><p>Make Deposit - Check Your Wallet Details</p></figcaption></figure>

&#x20;**步骤 4：**&#x901A;过选中以下两个选项的“是”来创建验证器。

<figure><img src="/files/rxlWiUcl7IHT3feAqXRS" alt=""><figcaption><p>Create validator</p></figcaption></figure>

**步骤 5：**&#x5BFC;入密钥`（keystore_timestamp.json）`和密码 - 这是按照[上面的视频从](https://www.youtube.com/watch?v=4jpzo9qOaP8\&ab_channel=ConsenSysMedia) deposit-cli 工具生成的。

<figure><img src="/files/qlv7KPFIn6FGi8mdzRuG" alt=""><figcaption><p>Import Keys - upload deposit_data.json </p></figcaption></figure>

&#x20;**第 6 步**：完成并设置！您现在可以单击确认步骤，验证器应该很快就会激活。

<figure><img src="/files/KJqXYpbszQa9ZE3xtYSS" alt=""><figcaption><p>Dashboard showing validator status. </p></figcaption></figure>

{% hint style="info" %}
&#x20;在最初的32Eth存款后，您可以在一段时间左右后查看，因为交易可能需**要超过**[**12小时**](https://kb.beaconcha.in/ethereum-staking/deposit-process)才能在Beacon Chain上达成存款合同。
{% endhint %}

&#x20;[**现在注册**](https://cloud.chainup.com/app/register) 开始运行您自己的验证器和发现链云的奇迹！


---

# 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://docs.chainupcloud.com/zhong-wen/validator-node/ethereum/running-validator-node.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.
