bnb-chain / bsc-snapshots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snapshot download resets after 3-4%

nivshitrit opened this issue · comments

im running this in k8s on an ec2 machinie from amazon, so i dont think the issue is coming from my side.
im downloading using wget, but after some time i get the following log :

wget: connection closed prematurely
and then the download restarts from 0%

this is the command i use:
wget -O geth.tar.lz4 https://pub-c0627345c16f47ab858c9469133073a8.r2.dev/geth-20230818.tar.lz4

is this a known issue? should i try to find another url ?

solved. ended up using aria2c instead of wget