Create a bootstrap file to speedup wallet synced

78 Likes Comment

On Windows: Go to CMD command windows, locate to your wallet data folder.

cd C:\Users\%USERNAME%\AppData\Roaming\Litecoin\blocks

Create a bootstrap.dat file using copy command

copy /b blk00001.dat+blk00002.dat+blk00003.dat+blk00004.dat+blk00005.dat bootstrap.dat

On linux, locate to your wallet data path and execute the following command:

ls -1 blk[0-9]*.dat | sort | xargs cat > bootstrap.dat

How to use this file to speed up the wallet synched?

Download and save this file to your wallet data path. Restart the wallet daemon

You might like

About the Author: Toc Xoan

This guy likes taking photos, hunting cheap tours, exploring the unique culture of every cities of Vietnam. Contact: [email protected]. I've created a dogecoin wallet to receive blog funding: DE6F5FisSCy7yz5rpHY1ChMSGYnDMpFZ1Q

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.