Skip to content

Commit

Permalink
update_snapshot_date (#85)
Browse files Browse the repository at this point in the history
* update_snapshot_date

---------

Co-authored-by: lqS0317 <[email protected]>
  • Loading branch information
lqS0317 and lqS0317 authored May 10, 2024
1 parent 080b9f5 commit e89c14b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run-node-mainnetv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ After mantle upgrade to v2, you have to start the node with latest snapshot.
You can choose different types of node running modes (fullnode or archive) based on your needs, thus selecting different snapshots for node synchronization. Additionally, we provide download links for snapshots in different regions to expedite your snapshot downloads. (Given that fullnode snapshots are relatively small, we will not provide additional download links.) Currently supported regions include:

- **Archive**
- **Asia:** https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/20240509-mainnet-chaindata.tar.zst
- **Asia:** https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/20240508-mainnet-chaindata.tar.zst
- **Europe:** https://s3.amazonaws.com/snapshot-us.mantle.xyz/20240323-mainnet-chaindata.tar.zst
- **Fullnode**
- **Asia:** https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/20240322-mainnet-full-chaindata.tar.zst
- **Asia:** https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/20240508-mainnet-full-chaindata.tar.zst

example:

Expand All @@ -50,9 +50,9 @@ mkdir -p ./data/mainnet-geth

# latest snapshot tarball
# Replace this link to suit your needs
wget https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/mantle-archive.20240315.tar.zst
wget https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/20240508-mainnet-chaindata.tar.zst

tar --use-compress-program=unzstd -xvf mantle-archive.20240315.tar.zst -C /home/ssm-user/git/networks/data/mainnet-geth
tar --use-compress-program=unzstd -xvf 20240508-mainnet-chaindata.tar.zst -C /home/ssm-user/git/networks/data/mainnet-geth

```

Expand Down

0 comments on commit e89c14b

Please sign in to comment.