链接到Aptos激励测试网
初始化质押池
aptos init --profile ait3-owner \\ --rest-url <http://ait3.aptosdev.com>aptos stake initialize-stake-owner \\ --initial-stake-amount 100000000000000 \\ --operator-address <operator-address> \\ --voter-address <voter-address> \\ --profile ait3-owneraptos account create --account <operator-account> --profile ait3-owner aptos account transfer \\ --account <operator-account> \\ --amount 5000 \\ --profile ait3-owner
启动验证节点
使用源代码
使用Docker
使用Terraform
加入验证节点集
Verify node connections
离开验证集
Last updated