Update new-titan.sh

This commit is contained in:
smeb y 2024-07-01 10:54:44 +08:00 committed by GitHub
parent dbb5f995b8
commit 7adf3f21aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,13 +121,13 @@ function install_node() {
pm2 start titand -- start && pm2 save && pm2 startup
# 下载快照
titand tendermint unsafe-reset-all --home $HOME/.artelad --keep-addr-book
titand tendermint unsafe-reset-all --home $HOME/.titan --keep-addr-book
curl https://snapshots.dadunode.com/titan/titan_latest_tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.titan/data
mv $HOME/.titan/priv_validator_state.json.backup $HOME/.titan/data/priv_validator_state.json
# 使用 PM2 启动节点进程
pm2 restart artelad
pm2 restart titand
echo '====================== 安装完成,请退出脚本后执行 source $HOME/.bash_profile 以加载环境变量 ==========================='