-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R4R: Fix the light-client and resources section of docs #1402
Conversation
@@ -1,71 +1,49 @@ | |||
# Delegators |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file hadnot been translated to Chinese. Maybe someone forgot it.
|
||
Delegators have the same state as their validator. | ||
如果验证人有不良行为,他的委托人将把他们的iris通证转移,从而减少他的总股份。最后,如果验证人的总委托额跌出了前100名,那么他将被退出验证人集合。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
被退出 -> 退出 or 被移除?
|
||
|
||
|
||
## IRISnet网络节点类型 | ||
|
||
IRISnet是一个基于 [Tendermint](https://cosmos.network/docs/introduction/tendermint.html) 的BPoS 区块链网络,验证节点是网络运行的核心支柱。验证节点是全节点,他们的维护者成为验证人,其主要任务是**运行并保障验证节点稳定、安全地运行**。想要成为IRIS网络中的验证节点,验证人必须运维一个全节点,并抵押一定数量的**IRIS**通证,抵押通证总量也包括委托人委托给验证人的数量。抵押通证最多的100个全节点将被选为验证节点。各类节点分类如下: | ||
- **全节点** | ||
全节点即是一个具备完全功能的IRISnet 节点,需要[安装完整的IRIShub软件](https://www.irisnet.org/docs/zh/get-started/Install-the-Software.html),并完成相应的全节点[配置](https://www.irisnet.org/docs/zh/get-started/Full-Node.html)。全节点具有以下特点: | ||
全节点即是一个具备完全功能的IRISnet 节点,需要[安装完整的IRIShub软件](../software/How-to-install-irishub.md),并完成相应的[全节点配置](../get-started/Full-Node.md)。全节点具有以下特点: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IRISnet 节点 ->IRISnet节点
#1376