axieinfinity / ronin

A DPoS blockchain.
GNU Lesser General Public License v3.0
67 stars 30 forks source link

Node synching failed #483

Closed shaswatsaloni closed 3 months ago

shaswatsaloni commented 3 months ago

Node synching failed:

Getting error as : Snapshot extension registration failed for ronin.

image

Can anyone help me with this?

Thanks, Saloni.

minh-bq commented 3 months ago

Could you upload the full log? Which version of Ronin do you use? That log line is just for information and safe to ignore.

shaswatsaloni commented 3 months ago

Hi @minh-bq , thanks for getting back this fast.

Node is not synching as of now.

Node details: we are running an archival node with snapshot approach.

Github link to download the snapshot: https://github.com/axieinfinity/ronin-snapshot

Commands we performed:

for i in {000..013}; do wget "https://ss.roninchain.com/archive-mainnet-chaindata-20240306.tar.zst-$i "; done cat "archive-mainnet-chaindata-20240306.tar.zst-"* > chaindata.tar.zst tar -I zstd -xvf chaindata.tar.zst

Docker-compose looks like this:

image

Thanks, Saloni.

minh-bq commented 3 months ago

We've recently released a new version and it looks like your node is not upgraded so cannot sync with the network. Can you please update the NODE_IMAGE to ghcr.io/axieinfinity/ronin:v2.8.3-d27eb42 then run docker-compose up -d to see if the problem resolves?

shaswatsaloni commented 3 months ago

Yes, that helped.

Thanks @minh-bq :)