验证者控制面板

简介

验证者控制面板是一个命令行工具,可以为验证者提供简单的方式来管理他们的验证者节点,包括重新启动客户端、停止客户端、检查日志、检查状态等操作。

安装

验证者程序V3默认安装了控制面板。

cd testnet-auto-install-v2/opside-chain
mkdir translate
// for english users
wget -c https://pre-alpha-download.opside.network/update/translate/control-panel_en_US.transhell -O ./translate/control-panel_en_US.transhell
// for chinese users
wget -c https://pre-alpha-download.opside.network/update/translate/control-panel_zh_CN.transhell -O ./translate/control-panel_zh_CN.transhell
wget -c https://pre-alpha-download.opside.network/update/control-panel-new.sh -O ./control-panel.sh 
chmod +x ./control-panel.sh
bash ./control-panel.sh

功能

运行控制面板

cd testnet-auto-install-v2/opside-chain && bash ./control-panel.sh

然后选择一个功能:

Please select the function you need
 1. Switch synchronization mode
 2. Restart the clients
 3. Stop the clients
 4. View node logs
 5. Display node status
 6. Validator Management
 7. Clean up local chain data
 8. View local data
 9. File update
Enter index:

功能索引及其选项

  1. Switch synchronization mode

    1. Normal Mode

    2. Quick Sunc

  2. Restart the clients

    1. Restart all

    2. Restart Geth

    3. Restart Beacon-chain

    4. Restart Validator

  3. Stop the clients

    1. Stop all

    2. Stop Geth

    3. Stop Beacon-chain

    4. Stop Validator

  4. View node logs

    1. View Geth log

    2. View Beacon-chain logs

    3. View Validator log

  5. Display node status

    1. Whether the synchronization has been completed

    2. Number of connected nodes

    3. Display node health status

  6. Validator Management

    1. Add Validators

  7. Clean up local chain data

  8. View local data

    1. View validator public key

  9. File update

    1. Update Control Panel

    2. Update Geth configuration

Last updated