<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Litecoin%2Flitecoind</id>
	<title>Litecoin/litecoind - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Litecoin%2Flitecoind"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Litecoin/litecoind&amp;action=history"/>
	<updated>2026-05-09T07:02:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Litecoin/litecoind&amp;diff=3358&amp;oldid=prev</id>
		<title>Kenneth at 16:28, 8 May 2016</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Litecoin/litecoind&amp;diff=3358&amp;oldid=prev"/>
		<updated>2016-05-08T16:28:19Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Litecoind ==&lt;br /&gt;
&lt;br /&gt;
 https://litecoin.org/&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Downloads:&lt;br /&gt;
 https://litecoin.org/&lt;br /&gt;
&lt;br /&gt;
Binary:&lt;br /&gt;
 &amp;lt;s&amp;gt;wget https://download.litecoin.org/litecoin-0.8.7.5/linux/litecoin-0.8.7.5-linux.tar.xz&lt;br /&gt;
 tar -Jvxf litecoin-0.8.7.5-linux.tar.xz&lt;br /&gt;
 sudo cp litecoin-0.8.7.5-linux/bin/64/litecoin* /usr/local/bin/&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 wget https://download.litecoin.org/litecoin-0.10.4.0/linux/litecoin-0.10.4.0-linux64.tar.gz&lt;br /&gt;
 tar -xvf litecoin-0.10.4.0-linux64.tar.gz&lt;br /&gt;
 #sudo rm /usr/local/bin/litecoin*&lt;br /&gt;
 #sudo cp litecoin-0.10.4.0-linux/bin/litecoin* /usr/local/bin/&lt;br /&gt;
 mkdir -p ~/.bin&lt;br /&gt;
 rm ~/.bin/litecoin*&lt;br /&gt;
 cp litecoin-0.10.4.0/bin/litecoin* ~/.bin/&lt;br /&gt;
&lt;br /&gt;
 # ltc shortcut&lt;br /&gt;
 #sudo ln -s /usr/local/bin/litecoind /usr/local/bin/ltc&lt;br /&gt;
 ln -s litecoind ~/.bin/ltc&lt;br /&gt;
&lt;br /&gt;
Run once to create config folder:&lt;br /&gt;
 litecoind&lt;br /&gt;
&lt;br /&gt;
Config:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;gt;&amp;gt; /home/kenneth/.litecoin/litecoin.conf &amp;lt;&amp;lt; &amp;quot;_EOF_&amp;quot;&lt;br /&gt;
rpcuser=litecoinrpc&lt;br /&gt;
rpcpassword=6H75mFikFcHcoVN21DFcMYjw75zwrMAMga3SVzSts8tW&lt;br /&gt;
server=1&lt;br /&gt;
daemon=1&lt;br /&gt;
_EOF_&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GUI ==&lt;br /&gt;
&lt;br /&gt;
Create desktop icon pointing to &amp;#039;litecoind&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
Same exact syntax as [[bitcoind]]&lt;br /&gt;
&lt;br /&gt;
 litecoind getbalance&lt;br /&gt;
 ltc getbalance&lt;br /&gt;
&lt;br /&gt;
== Sync Status ==&lt;br /&gt;
&lt;br /&gt;
ltc-sync-status&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
# litecoin-sync-status&lt;br /&gt;
LITECOIN_SYNC_CURRENT=`litecoind getblockcount`&lt;br /&gt;
LITECOIN_SYNC_TOTAL=`curl http://explorer.litecoin.net/chain/Litecoin/q/getblockcount 2&amp;gt;/dev/null`&lt;br /&gt;
LITECOIN_SYNC_PERCENT=$(( LITECOIN_SYNC_CURRENT * 100 / LITECOIN_SYNC_TOTAL ))&lt;br /&gt;
echo &amp;quot;Sync status: ${LITECOIN_SYNC_PERCENT}% (${LITECOIN_SYNC_CURRENT}/${LITECOIN_SYNC_TOTAL})&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>