⚠️ Warning: It is essential to follow the specified sequence of actions precisely; any deviations may result in potential issues.
This is required for your full node. Run the following command:
The Polygon node consists of two layers:
Both binaries must be installed and run in the correct order to function properly.
Install the latest version of Heimdall and related services. Make sure you check for the correct release version.
Run:
Parameter | Description |
---|---|
HEIMDALL_VERSION |
Valid v1.0+ release tag from Heimdall Releases |
NETWORK_TYPE |
mainnet / amoy |
NODE_TYPE |
sentry |
Verify installation:
Run:
Parameter | Description |
---|---|
BOR_VERSION |
Valid v1.0+ release tag from Bor Releases |
NETWORK_TYPE |
mainnet / amoy |
NODE_TYPE |
sentry |
Verify installation:
Visit All4nodes.io for a list of community snapshots.
Before proceeding, ensure aria2c
is installed:
1️⃣ Stop the service and reset the data:
2️⃣ Download the Heimdall snapshot:
3️⃣ Use aria2c
to download efficiently:
4️⃣ Move the data directory:
1️⃣ Stop the service and reset chaindata:
2️⃣ Download the Bor snapshot:
3️⃣ Use aria2c
to download efficiently:
4️⃣ Move the chaindata directory:
1️⃣ Start Heimdall:
⚠️ Wait for Heimdall to fully sync before starting Bor!
Check sync status:If
catching_up
is false, then Heimdall is synced.
2️⃣ Start Bor:
Learn more about logs: How To Use Journalctl.