How to sync litecoin blockchain (+ bootstrap) from the terminal?

0

I've installed Litecoin from the main page, so now I have few executable files, like litecoin-cli, litecoind, litecion-qt, ...

I know, that the easiest way to sync blockchain is to run ./litecoin-qt and it will start the syncing automaticly. More than that, I've downloaded bootstrap.dat, so know the stuff will get synced much faster.

But how can I do it, without QT GUI, only using the terminal?

Sergey Potekhin

Posted 2016-11-23T17:24:15.717

Reputation: 285

1Run ./litecoindNick ODell 2016-11-23T22:51:09.170

Answers

0

So, it really works the same way as a Bitcoin: just run ./liteciond -daemon and syncing will start automatically.

Sergey Potekhin

Posted 2016-11-23T17:24:15.717

Reputation: 285

0

litecoind will sync the blockchain the same way as litecoin-qt, and you can interact with it via RPC calls or with litecoin-cli, both from terminal. Also, bootstrap is not recommended generally for newer bitcoin codebases.

jwinterm

Posted 2016-11-23T17:24:15.717

Reputation: 225

0

The same way, put the bootstrap file in the datafolder (~/.litecoin on linux) and run litecoind ./litecoind

Web Weave

Posted 2016-11-23T17:24:15.717

Reputation: 319