只有当您收到Aptos团队关于您的资格的确认电子邮件时,才可以这样做。未被选中的节点将没有足够的代币来加入测试网。在这种情况下,如果需要,您仍然可以运行public-fullnode。
在AIT3中,我们将提供UI支持,允许所有者管理质押池,请参见此处的详细信息。或者,您也可以使用CLI初始化质押池:
使用钱包私钥初始化CLI,您可以从设置->凭据进入
aptos init --profile ait3-owner \\
--rest-url <http://ait3.aptosdev.com>
使用 CLI初始化质押池
aptos stake initialize-stake-owner \\
--initial-stake-amount 100000000000000 \\
--operator-address <operator-address> \\
--voter-address <voter-address> \\
--profile ait3-owner
不要忘记将一些代币转移到您的运营商帐户以支付Gas,您可以使用Petra或CLI
aptos account create --account <operator-account> --profile ait3-owner
aptos account transfer \\
--account <operator-account> \\
--amount 5000 \\
--profile ait3-owner
在加入测试网之前,您需要使用Aptos实验室团队提供的genesis blob和waypoint引导节点。这会将节点从测试模式转换为生产模式。AIT3网络链ID为43。
genesis.blob和waypoint.txtd 文件。validator-identity.yaml中的account_address到您的所有者钱包地址。testnet分支上的最新代码9101和REST API端口80(您可以为fullnode保持打开状态)。docker compose down--volumesgenesis.blob和waypoint.txtd 文件。validator-identity.yaml中的account_address到您的所有者钱包地址。testnet