Litecoin QT port

litecoinLitecoin is the result of some of us who joined together on IRC in an effort to create a real alternative currency similar to Bitcoin. We wanted to make a coin that is silver to Bitcoin’s gold. Various alternative currencies have come and gone. Some brought innovation, but they all had problems.

  • ixcoin – Nasakioto premined 580k coins. Seemed like a pump and dump. Competed with Bitcoin for GPU resources – Dead (~2 gh/s)
  • i0coin – Basically ixcoin without the premine. Not much support was given to this coin after it was released. – Dead (~5 gh/s)
  • SolidCoin – Innovative quick transaction times. Appears to have been run aground by CoinHunter, its creator, due to insecure changes and immature forum presence. – Dead, shutdown by CoinHunter
  • GeistGeld – Lolcust premined 7.7 million coins. 15 second block time is probably a bit extreme. – Alive, but limping (~15 gh/s)
  • Tenebrix – Lolcust premined 7.7 million coins. CPU proof of work using scrypt is very innovative. Price doing fairly well on btc-e.com. – Alive (~0.003 gh/s)
  • Fairbrix – Basically Tenebrix without the premine. First launch was crippled due to bad config. Relaunch attacked initially – Doing OK now, but no exchange so far. – Alive, but limping (~0.0001 gh/s)

Download Wallets:

https://litecoin.org/

Source code

The source code is here:

This is based on the latest Bitcoin code. You can either build the daemon version (litecoind) or you can build the gui version (Litecoin QT). See the build docs.

Similar to Bitcoin, you may want to create a litecoin.conf file here:
Windows: C:\Documents and Settings\\Application Data\Litecoin
Win7: C:\Users\\AppData\Roaming\Litecoin
Mac: ~/Library/Application Support/Litecoin
Unix: ~/.litecoin

Port is 9333. Open if on your router if you know how. This will allow you to have more than 8 connections.
And default RPC port is 9332. This is the port miners will use to communicate with your client/daemon.

Sample litecoin.conf file:

server=1 rpcuser=user rpcpassword=password #Change this if you want to use a different rpc port for mining #rpcport=9332 #Only uncomment this if you are running litecoind and want to run Litecoin in the background (not Litecoin QT) #daemon=1

Litecoin QT PPA

Bitcoin QT OSX

Bitcoin QT Tor

Litecoin-qt Options

Litecoin QT Pro