From b937596a5aba288801f95836fa22486f31f9588a Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:43:08 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artela.sh b/Artela.sh index 5a3bbf8..e32ac73 100644 --- a/Artela.sh +++ b/Artela.sh @@ -119,7 +119,7 @@ function install_node() { # 下载快照 artelad tendermint unsafe-reset-all --home $HOME/.artelad --keep-addr-book - curl https://snapshots.spacestake.tech/testnet-snapshots/artela/latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.artelad + curl -o - -L https://snapshots.polkachu.com/testnet-snapshots/artela/artela_9126948.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.artelad mv $HOME/.artelad/priv_validator_state.json.backup $HOME/.artelad/data/priv_validator_state.json # 使用 PM2 启动节点进程