Update new-titan.sh
This commit is contained in:
parent
dbb5f995b8
commit
7adf3f21aa
@ -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 以加载环境变量 ==========================='
|
||||
|
Loading…
Reference in New Issue
Block a user