Skip to content

Commit

Permalink
Fix c29r3 extraction point
Browse files Browse the repository at this point in the history
  • Loading branch information
88plug committed Nov 15, 2023
1 parent 8f71fd7 commit 79314b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/akash-node/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ else
SNAP_NAME=$(curl -s https://snapshots.c29r3.xyz/akash/ | egrep -o ">$AKASH_CHAIN_ID.*tar" | tr -d ">")
echo "Using default c29r3.xyz blockchain snapshot, https://snapshots.c29r3.xyz/akash/${SNAP_NAME}"
aria2c --out=snapshot.tar --summary-interval 15 --check-certificate=false --max-tries=99 --retry-wait=5 --always-resume=true --max-file-not-found=99 --conditional-get=true -s 8 -x 8 -k 1M -j 1 "https://snapshots.c29r3.xyz/akash/${SNAP_NAME}"
tar -xf snapshot.tar -C "$AKASH_HOME"
tar -xf snapshot.tar -C "$AKASH_HOME/data"
rm -rf snapshot.tar
;;

Expand Down

0 comments on commit 79314b0

Please sign in to comment.