Developers Forum for XinFin XDC Network

Discussion on: How to Speed Up XDC Network Node Sync Using Snapshots

Collapse
s4njk4n profile image
s4njk4n

The xdcchain.tar file is a “POSIX tar file” and doesn’t use gzip (so you can’t use the “z” flag with tar when decompressing or the command will error).

Also in the decompression codeblock above, the file name needs to be corrected from “xdc.tar” to “xdcchain.tar”.

Correct command should be:
tar -xvf xdcchain.tar