Skip to content

[i18n] zh NTP requirement #960

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,11 @@ Aptos 有三种网络类型:

检查服务端口(`9101`)、管理服务端口(`9102`)以及 REST API 端口(`80` 或 `8080`)在您的内部网络中,可能会非常有用,比如说用于应用开发和调试时。但是,检查服务端口和管理服务端口绝对不能公开,因为这会很容易被滥用。同样,如果您决定将 REST API 端口公开,那么您应当部署额外的认证或限速措施,以避免滥用。
</Callout>

## 软件要求

### 时间服务

强烈建议使用网络时间协议(NTP)服务来启用系统时钟同步。
准确的时间同步确保节点能够及时参与共识,并与网络中的其他节点保持同步。
如果无法保持系统时间的一致性,可能会导致节点落后,验证者甚至可能无法提出区块。
Loading