Bitcoin Forum

Other => Beginners & Help => Topic started by: neosniperkiller on December 30, 2012, 03:20:07 PM



Title: Litecoin blockchain latest blockid
Post by: neosniperkiller on December 30, 2012, 03:20:07 PM
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.