mining instructions


SUBMITTED BY: Guest

DATE: April 5, 2013, 7:07 a.m.

FORMAT: Text only

SIZE: 2.3 kB

HITS: 1125

  1. How to set up Litecoin Mining.
  2. 1) Get your litecoin wallet.
  3. Option a:
  4. Get an address to receive your bitcoins. Using a trading website such as btc-e.com will allow you trade between different
  5. currencies easily, as well as access your fund anywhere. The advantage to this is option is that it is mobile and you
  6. don't need to constantly download and sync the block chains.
  7. Option b:
  8. Use a litecoin wallet installed on your computer such as litecoin-qt. This option leave you in control and is potentially
  9. more secure. https://github.com/litecoin-project/litecoin/downloads
  10. You can trade between your btc-e wallet and your litcoin-qt wallet but pay attention to transaction fees.
  11. 2) Choose and set up your pool.
  12. A mining pool helps you receive a share of coins mined by a pool. This creates a steady even share of coins at the rate you mine
  13. and is the best option if you don't have serious hardware to solo mine.
  14. A good mining pool operator is ltc.kattare.com.
  15. 3) Choose your mining software. LTC is designed to be mined through a CPU. Newer GPU options exist, but one of the ways LTC was
  16. intended to be mined is concurrently with BTC on the GPU.
  17. The more powerful, faster mining software is generally run through the command line so that computer resources are not wasted
  18. displaying a GUI.
  19. minderd is a good miner.
  20. https://bitcointalk.org/index.php?topic=55038.0
  21. Setup a Litecoin CPU Miner
  22. Track down and install cpuminer version 2.2.2 or higher. (Link above)
  23. Create a cfg.json like so:
  24. {
  25. "_comment1" : "Any long-format command line argument ",
  26. "_comment2" : "may be used in this JSON configuration file",
  27. "url" : "http://ltc.kattare.com:9332/",
  28. "user" : "YOUR_USERNAME.1",
  29. "pass" : "x",
  30. "quiet" : true
  31. }
  32. Example startup (linux/osx): ./minerd --syslog --background --config=./cfg.json
  33. To see what's happening, tail your log file!
  34. If you're on Windows, your startup command may be a little different. Please read through the thread linked above.
  35. Once your miner is set up leave it running and earn.

comments powered by Disqus