Skip to content

Commit

Permalink
Update run-node-mainnetv2.md (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpenglinlin authored Sep 3, 2024
1 parent 466c087 commit 05aff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-node-mainnetv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ wget -c https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/${MAINNET_CU
aria2c -x 16 -s 16 -k 100M https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/${MAINNET_CURRENT_TARBALL_DATE}-mainnet-chaindata.tar.zst

#Then you can verify your download
MAINNET_CURRENT_TARBALL_CHECKSUM=`curl https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/${MAINNET_CURRENT_TARBALL_DATE}-chaindata.tar.zst.sha256sum | awk '{print $1}'`
MAINNET_CURRENT_TARBALL_CHECKSUM=`curl https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/${MAINNET_CURRENT_TARBALL_DATE}-mainnet-chaindata.tar.zst.sha256sum | awk '{print $1}'`
echo "${MAINNET_CURRENT_TARBALL_CHECKSUM} *${MAINNET_CURRENT_TARBALL_DATE}-mainnet-chaindata.tar.zst" | shasum -a 256 --check

# You should get the following output:
Expand Down

0 comments on commit 05aff76

Please sign in to comment.