MyTonCtrl
概述
要安装和管理自己的节点,请使用 TON 基金会开发的MyTonCtrl开源工具。大多数 TON 节点都是可靠的,并通过 MyTonCtrl 进行了测试。
MyTonCtrl 是一个控制台应用程序,是对 fift、lite-client 和 validator-engine-console 的便捷封装。它专门用于简化 Linux 操作系统上的钱包、域和验证器管理任务。
我们正在积极寻求有关安装过程的反馈意见。如果您有任何问题或建议,请 联系我们。
一般命令
help
无参数,打印帮助文本
clear
无参数,清除控制台
exit
无参数,从控制台退出。
update
更新 mytonctrl。参数组合:
Format name | Format | Example | Description |
---|---|---|---|
No args | update | update | 从当前版本库更新 |
URL format | update [https://github.com/author/repo/tree/branch] | update https://github.com/ton-blockchain/mytonctrl/tree/test | 从指定 URL 更新 |
Branch Only format | update [BRANCH] | update test | 从当前版本库的指定分支更新 |
Branch Override format | update [https://github.com/authorName/repoName/tree/branchName] [BRANCH] | update https://github.com/ton-blockchain/mytonctrl/tree/master test | 从指定存储库的第二个参数指定的分支更新 |
upgrade
更新节点。参数组合:
Format name | Format | Example | Description |
---|---|---|---|
No args | upgrade | upgrade | 从当前版本库升级 |
URL format | upgrade [https://github.com/author/repo/tree/branch] | upgrade https://github.com/ton-blockchain/ton/tree/master | 从指定 URL 升级 |
Branch Only format | upgrade [BRANCH] | upgrade master | 从当前版本库的指定分支升级 |
Branch Override format | upgrade [https://github.com/authorName/repoName/tree/branchName] [BRANCH] | upgrade https://github.com/ton-blockchain/ton/tree/master testnet | 从指定版本库第二个参数指定的分支升级 |
status
获取当前的 mytonctrl 和节点状态。参数组合:
Format name | Format | Example | Description |
---|---|---|---|
No args | status | status | 完整的状态报告,包括验证器效率和在线验证器。 |
Fast | status fast | status fast | 必须在 TestNet 上使用。状态报告不含验证器效率和在线验证器计数。 |
installer
无参数,运行 TON 模块安装程序 (script /usr/src/mytonctrl/mytoninstaller.py)