Update Artela.sh

This commit is contained in:
smeb y 2024-06-13 16:48:14 +08:00 committed by GitHub
parent ebde2fe806
commit 526eb4835d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ function install_node() {
# 下载快照
artelad tendermint unsafe-reset-all --home $HOME/.artelad --keep-addr-book
curl -L https://snapshots.dadunode.com/artela/artelad_latest_tar.lz4 | tar -I lz4 -xf - -C $HOME/.artelad/data
curl -L https://snapshots.dadunode.com/artela/artela_latest_tar.lz4 | tar -I lz4 -xf - -C $HOME/.artelad/data
mv $HOME/.artelad/priv_validator_state.json.backup $HOME/.artelad/data/priv_validator_state.json
# 使用 PM2 启动节点进程