Litecoin wallet conf

  • Download Litecoin as normal, probably not necessary if you have it installed already. Might as well leave it closed for right now.
  • Open the Litecoin folder.
  • Create a new file called litecoin.conf. If you want to make your life easier, download this file (right click->save as..) which is exactly that. Or you can open up notepad and paste this:
  • rpcuser=username
    rpcpassword=password
    rpcallowip=127.0.0.1
    rpcport=9332
    daemon=1
    server=1
    gen=0
    block_nTime=
    block_nNonce=

    and save the file, be sure to change notepad's save output to 'all file types' and have litecoin.conf entered there. litecoin.conf.txt will not work! Also, I would recommend using notepad++ anyway.
    Take note of the rpcallowip= line, that is the IP which can connect to the Litecoin wallet. If you are going to connect from external machines in your network, you need to specify their IP's. You are allowed multiple of these lines, so something like:
    rpcallowip=127.0.0.1
    rpcallowip=192.168.0.2
    rpcallowip=192.168.1.*
    Will work. I have tried using the asterik in there as a wildcard, and it worked. The username and password in the conf is self-explanatory, but if you want to connect your miners to something creative, now is the chance.

Litecoin wallet config

Litecoin wallet Coinotron

Litecoin wallet BTC-e

Litecoin wallet Linux

Litecoin wallet OS x