Polygon Mumbai

ChainDownload

Heimdall - Mumbai

snapshot (72 GB)

ChainDownload

Bor - Mumbai

snapshot (572GB)

Heimdall Mumbai

1 - Stop the service and reset the data.

sudo systemctl stop heimdalld.service
sudo rm -rf /var/lib/heimdall/data

2 - Download the heimdall manifest file.

wget https://snapshots.stakepool.dev.br/heimdall/heimdall-mumbai.txt

3 - Run:

sudo mkdir -p data && cd data && sudo aria2c -j 12 -x 12 --console-log-level=warn --auto-file-renaming=false --summary-interval=3600 -c -i ../heimdall-mumbai.txt && sudo chown -R heimdall:nogroup ./

4 - Move the data directory.

sudo mv data /var/lib/heimdall

5 - Restart the service and check the log

sudo systemctl start heimdalld.service && sudo journalctl -u heimdalld.service -f -o cat

Bor Mumbai

1 - Stop the service and reset the chaindata

sudo systemctl stop bor.service
sudo rm -rf /var/lib/bor/data/bor/chaindata

2 - Download the bor manifest file.

wget https://snapshots.stakepool.dev.br/bor-mumbai.txt

3 - Run:

sudo mkdir -p chaindata && cd chaindata && sudo aria2c -j 12 -x 12 --console-log-level=warn --auto-file-renaming=false --summary-interval=3600 -c -i ../bor-mumbai.txt && sudo chown -R bor:nogroup ./

Last updated