
Sei 测试网提交gentx
Sei的测试网将在7月11日开启,这次的测试网将拿出$SEI代币总量的1%分给参与测试网测试的用户
https://twitter.com/SeiNetwork/status/1545170362605993985?s=20&t=cy9Nr8DH0wRPXCu_OQgm-g
要参与激励网的测试,需要填写: https://docs.google.com/forms/d/e/1FAIpQLSfD-FWT3VrxtYAAmUiwwX5Zbw3mzkZoT6pV0ZAXYqu1yUNtEw/viewform
如果你要参与测试网创世验证人,需要填写: https://docs.google.com/forms/d/e/1FAIpQLSfFm2ATsspXI7Vv915TwoApbFICBjEwW1VXFvK8NyXxCsup_w/viewform
获得测试网创世验证人的好处是,链一上线就是活跃验证人,不需要水水龙头让节点活跃
参与测试网创世验证人,除了需要填写上面的表格,还需要提交gentx
这里写一下生成gentx的过程
安装GO 1.17
1 | sudo rm -rf /usr/local/go; |
#安装完成后运行以下命令查看版本
1 | go version |
安装其他必要的环境
1 | sudo apt-get update -y && sudo apt-get upgrade -y; |
下载源代码并编译
1 | cd $HOME |
安装完成后可以运行 seid version 检查是否安装成功
1 | seid version |
初始节点
1 | seid init <moniker> --chain-id=atlantic-1 |
*`
创建key
1 | seid keys add <your key name> |
*`
添加账号到gentx
1 | seid add-genesis-account $(seid keys show <yourKeyName> -a) 10000000usei |
*`
创建gentx
1 | seid gentx <yourKeyName> 10000000usei \ |
*`
创建成功后,gentx文件会在 /root/.seid/config/gentx/
目录下
提交gentx
fork一下https://github.com/sei-protocol/testnet
然后把上面生成的gentx文件命名gentx-{VALIDATOR_NAME}.json并上传到testnet/sei-incentivized-testnet/gentx 目录下
提个Pull Request就完成了
- Thanks for your appreciation. / 感谢您的赞赏
List of appreciation
Because of your support, I realize the value of writing articles. / 由于您的支持,我才能够实现写作的价值。
This piece of writing is an original article, utilizing theCC BY-NC-SA 4.0Agreement. For complete reproduction, please acknowledge the source as Courtesy ofERICET
Comment ()