验证器程序 V3

支持的功能:

  • 支持选择同步模式

    • 快速模式:高速同步。

    • 普通模式:较慢的同步速度,在快速模式中出现错误时使用普通模式。

  • 支持导入助记词

    • 创建新的助记词

      • 支持多个验证器

    • 导入现有助记词

安装和运行程序

wget -c https://pre-alpha-download.opside.network/testnet-auto-install-v3.tar.gz && tar -C ./ -xzf testnet-auto-install-v3.tar.gz && chmod +x -R ./testnet-auto-install-v3 && cd ./testnet-auto-install-v3 && ./install-ubuntu-1.0.sh

步骤1:选择同步模式

Please choose the synchronization mode you need: 
 1. Fast mode {synchronization is fast, recommended, if there is a synchronization error, you can try to switch to normal mode}
 2. Normal mode {more nodes, more stable, but slower}
Enter index[1]:
//Enter index to choose a Sync Mode, EFast mode is default

步骤2:选择助记词导入类型

Select the mnemonic import type: 
 1. Create a new mnemonic
 2. Import an existing mnemonic
Enter index[1]:
//Enter index to choose the mnemonic import type, "Create a new mnemonic" is default

如何选择:

  • 创建新的助记词

    • 首次运行验证程序

  • 导入现有的助记词

    • 您想将验证程序迁移到新的虚拟专用服务器(VPS)

    • 您想使用现有的助记词生成另一个验证程序

创建新的助记词

按照命令行提示生成您的密钥。

导入现有的助记词

按照命令行提示生成您的密钥。

当您到达这一步时

Please enter your mnemonic separated by spaces (" "). Note: you only need to enter the first 4 letters of each word if you'd prefer.:

当您输入现有的助记词后,您将看到

Enter the index (key number) you wish to start generating more keys from. For example, if you've generated 4 keys in the past, you'd enter 4 here. [0]:

如果您曾经根据助记词生成过密钥,假设生成了5个验证程序密钥,它们的索引是'0','1','2','3','4',如果您想迁移您的验证程序,您可以选择现有的验证程序密钥(例如索引1)。或者您可以通过输入索引'5'来创建一个新的验证程序密钥,这个密钥是从助记词生成的。

步骤3:存款

如果您使用了您已经存款的现有验证程序密钥,您就不需要再次存款。

存款到新的验证程序密钥。

常见问题解答

目前正在使用V2版本,需要切换到V3版本吗?

如果您的验证器正常运行,无需切换。

在什么情况下需要切换到V3版本?

以下情况下,您可能考虑切换到V3版本:

  • 首次运行验证器时,建议使用V3版本。

  • 您想将验证器迁移到新的虚拟专用服务器(VPS),在新的VPS上安装V3版本。

  • 您希望使用现有助记词运行更多的验证器,您需要切换到V3版本。

  • 没有特殊原因,您只是想使用最新版本。

如何切换到V3版本:

如果您目前正在使用V2版本:

步骤1:确保您已备份助记词(24个单词)

步骤2:使用验证器控制面板停止所有正在运行的V2版本客户端

步骤3:安装V3版本

步骤4:运行V3版本并导入您的助记词

步骤5:按照命令行提示运行您的验证器。

验证器的私钥与助记词短语之间的关系。

助记词索引私钥地址

助记词(24个单词)

0

私钥 0

地址 0

1

私钥 1

地址 1

2

私钥 2

地址 2

...

...

...

n

私钥 n

地址 n

Last updated