# 概述

在区块链网络中，验证器节点是参与共识机制以帮助就账本状态达成一致的计算机。验证器节点负责验证新交易和区块的有效性，并将其添加到区块链中。在工作量证明 (PoW) 网络中，验证器节点通常被称为“矿工”，因为他们竞争解决计算难题以将新区块添加到链中。在权益证明 (PoS) 网络中，验证器节点的选择基于他们在网络中的权益量，他们通过验证交易和区块获得奖励。验证器节点在维护区块链网络的安全性和完整性方面发挥着关键作用。

### 好处

1. 获得奖励：在许多区块链网络中，验证器节点因其对网络的贡献而获得奖励。这可以是交易费、区块奖励或他们权益的利息。
2. 帮助保护网络：通过参与共识机制，验证器节点有助于确保网络的安全性和完整性。这有助于防止双重支付和 51% 攻击等攻击。
3. 支持区块链技术的采用：通过运行验证器节点，个人和组织可以帮助支持区块链技术的发展和采用。
4. 改善去中心化：验证器节点可以帮助区块链网络去中心化，使其更能抵抗审查，本质上更民主。
5. 提供学习和实验的机会：运行验证器节点可以成为宝贵的学习经验，并可以提供使用不同共识算法和网络配置进行实验的机会。


---

# 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/overview.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.
