Post
Topic
Board Beginners & Help
Topic OP
Litecoin blockchain latest blockid
by
neosniperkiller
on 30/12/2012, 15:20:07 UTC
Hello

Currently I'm making a bash script that displays the status of my daemons (bitcoind / litecoind / namecoind) in downloading the blockchain.

I've already found those two for bitcoins and namecoins:
- bitcoin: http://blockexplorer.com/q/getblockcount
- namecoin: http://explorer.dot-bit.org/stats/block_count.txt

But when looking for a source for LiteCoins, I'm currently having some troubles.
Does anybody know a website that displays the latest Litecoin blockid, in the same style as the above two?

I'm using curl to extract the latest id in my bash script.