Is there a block chain bootstrap for Litecoin?

2

1

For Bitcoin, various people distribute a bootstrap.dat file which contains a snapshot of the blockchain. A new Bitcoin user can download this file and verify it with their client, which is often more efficient than downloading the entire chain from the peer-to-peer network.

Does something similar exist for Litecoin?

Nate Eldredge

Posted 2013-10-03T20:03:14.767

Reputation: 21 420

Why aren't there examples out there in which one can use to create their own blockchain.dat file? – None – 2014-03-05T00:24:48.417

Bootstrap.dat I mean – None – 2014-03-05T00:25:20.980

Answers

2

The site below has good information, including guides for different operating systems:

litecoin.info/Bootstrap.dat

TomG

Posted 2013-10-03T20:03:14.767

Reputation: 121

Don't bother using the torrent files... NO ONE is seeding. I've waited weeks for the torrent download to finish, should have just suffered through the wallet update. Guess greed motivated the lack of seeding. – None – 2015-03-18T17:47:08.490

@user24750 I see 2 seeds in the torrent. It works for me.Nick ODell 2015-03-18T18:24:03.250

1

http://blockchain.litecoin.net

There may be a warning on the site but what you should do is put the blk0001.dat file in the Litecoin data folder (~/.litecoin by default on gnu/linux) then when you run litecoind or litecoin-qt for the first time, include the -reindex option on the command line.

weex

Posted 2013-10-03T20:03:14.767

Reputation: 610