You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Slightly modifying the structure to provide better visibility for Amoy community snapshots
- Changing amoy network option for snapshot CLI back to mumbai since amoy is not, and will not be supported
Copy file name to clipboardExpand all lines: docs/pos/how-to/snapshots.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,13 @@ When setting up a new sentry, validator, or full node server, it is recommended
6
6
7
7
## Community snapshots
8
8
9
-
With the [deprecation of the Mumbai testnet](https://forum.polygon.technology/t/pos-tooling-after-mumbai-deprecation-no-action-required/13740), Polygon PoS is shifting to a community-driven model for snapshots. Active validators such as Vault Staking, Stakepool, StakeCraft, and Girnaar Nodes will now provide snapshots. For future community snapshots on the Sepolia-anchored Amoy testnet, visit [All4nodes.io](https://all4nodes.io/Polygon), an aggregator for Polygon community snapshots.
9
+
### Amoy and beyond
10
10
11
-
!!! tip "Older snapshots"
11
+
With the [deprecation of the Mumbai testnet](https://forum.polygon.technology/t/pos-tooling-after-mumbai-deprecation-no-action-required/13740), Polygon PoS is transitioning to a community-driven model for snapshots. Active validators such as Vault Staking, Stakepool, StakeCraft, and Girnaar Nodes will now provide these snapshots. For future community snapshots on the Sepolia-anchored Amoy testnet, visit [All4nodes.io](https://all4nodes.io/Polygon), an aggregator for Polygon community snapshots.
12
12
13
-
If you're looking for older snapshots, please visit [Polygon Chains Snapshots](https://snapshot.polygon.technology/).
13
+
### Legacy snapshots
14
+
15
+
If you're looking for older snapshots, please visit [Polygon Chains Snapshots](https://snapshot.polygon.technology/).
14
16
15
17
!!! note
16
18
@@ -25,7 +27,7 @@ With the [deprecation of the Mumbai testnet](https://forum.polygon.technology/t/
25
27
To begin, ensure that your node environment meets the **prerequisites** outlined [here](../how-to/full-node/full-node-binaries.md). Before starting any services, execute the shell script provided below. This script will download and extract the snapshot data, which allows for faster bootstrapping. This example uses an Ubuntu Linux m5d.4xlarge machine with an 8TB block device attached.
26
28
To transfer the correct chain data to your disk, follow these steps:
27
29
28
-
- Specify the network (`mainnet` or `amoy`) and client type (`heimdall` or `bor` or `erigon`) of your desired snapshot and run the following command:
30
+
- Specify the network (`mainnet` or `mumbai`) and client type (`heimdall` or `bor` or `erigon`) of your desired snapshot and run the following command:
0 commit comments