Stride节点升级教程

Stride是Cosmos 生态的多链流动质押协议,其近期宣布完成了由投资者North Island VC、Distributed Global 和Pantera Capital 共同牵头的670 万美元种子轮融资。

Stride激励性测试网近期在区块高度70,500进行了一次升级,假如你在使用老版本,且区块同步到了70500,之后你就需要升级你的节点。

升级办法

编译新版本的strided并替换原strided。

cd 
cd stride 
git pull
git checkout 90859d68d39b53333c303809ee0765add2e59dab
make build
oldstride=$(which strided)
sudo rm oldstride
sudo cp $HOME/stride/build/strided /usr/local/go/bin
strided version

可以运行 strided version检查是否安装成功。

显示应为v0.4.1

接下来重启系统服务即可。

sudo systemctl restart strided 

查看日志

sudo journalctl -u strided -f

检查同步状态

curl -s localhost:26657/status | jq .result | jq .sync_info

其中显示 "catching_up":显示为false即已经同步上。

Stride测试网教程:

欢迎关注https://silentvalidator.com

Subscribe to Silent ⚛| validator
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.