EARN MONEY ONLINE: mine litecoin, earn bitcoin, turn it in to real gold and silver


SUBMITTED BY: Guest

DATE: April 6, 2013, 7:31 a.m.

FORMAT: Text only

SIZE: 9.6 kB

HITS: 1805

  1. THE ORIGINAL VERSION OF THIS DOCUMENT IS FOUND AT http://bitbin.it/QNYV9r8J
  2. ===========================================================================
  3. If you find this how-to helpful you can:
  4. Donate LTC to: LgeVfcn38hT3yG8eWRqf8wx8Dx86QCtcUF
  5. Donate BTC to: 1HLuzy2nEqHJDgyHhsAajjqNnwxD4J5QS4
  6. How to by loro
  7. ===========================================================================
  8. How to earn money through bitcoin and litecoin online and eventually turn
  9. that in to real gold and silver.
  10. Version 0.1
  11. ===========================================================================
  12. INDEX
  13. 1) How to set up Litecoin Mining
  14. 2) How to earn bitcoins
  15. 3) How to turn it in to Gold and Silver
  16. ===========================================================================
  17. 1) How to set up Litecoin Mining.
  18. - Donate LTC to: LgeVfcn38hT3yG8eWRqf8wx8Dx86QCtcUF -
  19. ===========================================================================
  20. Litecoin mining will allow you to set up a steady stream of income just by
  21. leaving your computer running. Litecoin is an alternative to the popular online
  22. digital curreny Bitcoin. Mining completes computational algorithms that provide
  23. security and verify transactions on the network. Mining pays Litecoins to the operators
  24. for minting new digital coins (these are difficult to create) and a small percentage
  25. of transaction fees earned across the network.
  26. One an intel CORE i7 you can expect to earn more than a litecoin per week at current
  27. difficulty, earning up to $200 per year by leaving your computer on at current prices.
  28. Bitcoin mining is also possible if your computer has a GPU but it is currently less profitable.
  29. Get your litecoin wallet.
  30. ====================================================================
  31. (Because you need an address to send your mined litecoins too)
  32. Option a:
  33. Get an address to receive your bitcoins. Using a trading website such as btc-e.com will allow you trade between different
  34. currencies easily, as well as access your fund anywhere. The advantage to this is option is that it is mobile and you
  35. don't need to constantly download and sync the block chains.
  36. Make sure you trust the wallet provider.
  37. Option b:
  38. Use a litecoin wallet installed on your computer such as litecoin-qt. This option leave you in control and is potentially
  39. more secure.
  40. You can trade between your btc-e wallet and your litcoin-qt wallet but pay attention to transaction fees.
  41. https://github.com/litecoin-project/litecoin/downloads
  42. Choose and set up your pool.
  43. ====================================================================
  44. 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
  45. and is the best option if you don't have serious hardware to solo mine.
  46. A good mining pool operator is ltc.kattare.com.
  47. You need to sign up to the pool. Each computer you have running is called a worker. The first worker will automatically be YOURUSERNAME.1
  48. where YOURUSERNAME is the username you signed up to the pool with. Remember this as it will be important when setting up your mining software
  49. below
  50. Choose your mining software.
  51. ====================================================================
  52. LTC is designed to be mined through a CPU. Newer GPU options exist, but one of the ways LTC was
  53. intended to be mined is concurrently with BTC on the GPU.
  54. The more powerful, faster mining software is generally run through the command line so that computer resources are not wasted
  55. displaying a GUI.
  56. minderd is a good miner.
  57. You can get minerd from the following links. Make sure you choose the correct operating system.
  58. Binaries for Windows:
  59. http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.2.3-win32.zip (32-bit)
  60. http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.2.3-win64.zip (64-bit)
  61. Binaries for Linux:
  62. http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.2.3-linux-x86.tar.gz (x86)
  63. http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.2.3-linux-x86_64.tar.gz (x86-64)
  64. Binaries for Mac OS X: (courtesy of shawnp0wers and phraust)
  65. https://github.com/downloads/pooler/cpuminer/pooler-cpuminer-2.1.2-osx32.zip (32-bit, outdated)
  66. https://github.com/downloads/pooler/cpuminer/pooler-cpuminer-2.2.2-osx64.zip (64-bit)
  67. To setup a Litecoin CPU Miner, you first want to extract the zip. Then you want to open a text editor and create a file named
  68. cfg.json. This should be saved in the same directory as you extracted cpu miner to.
  69. This file will tell the miner which pool it should connect to. Inside cfg.json copy and paste the following (curly braces included):
  70. {
  71. "_comment1" : "Any long-format command line argument ",
  72. "_comment2" : "may be used in this JSON configuration file",
  73. "url" : "http://ltc.kattare.com:9332/",
  74. "user" : "YOUR_USERNAME.1",
  75. "pass" : "x",
  76. "quiet" : true
  77. }
  78. ====================================================================
  79. Now you want to open your computers command line terminal or command prompt.
  80. You need to change to the directory that you extracted the Cpu miner to earlier.
  81. Do this by using the CD command.
  82. Windows
  83. > cd \path\to\cpuminer\
  84. Linux / OSX
  85. $ cd /path/cpu/miner/
  86. Example startup (linux/osx):
  87. ./minerd --syslog --background --config=./cfg.json
  88. To see what's happening, tail your log file!
  89. Example startup (windows)
  90. minderd --config=/path/to/cfg.json
  91. ===================================================================
  92. Once your miner is set up leave it running and earn. Litecoin was designed to mined on CPU.
  93. GPU mining is possible but it is not that much more effective than CPU mining. If you wish
  94. to GPU mine, consider mining bitcoin at the same time as litecoin.
  95. Future versions of this guide will have more information but for now if you are interested in
  96. GPU mining bitcoins visit eligius.st and see if you can set up a miner for their pool.
  97. ===========================================================================
  98. 2) EARN BITCOINS
  99. - Donate BTC to: 1HLuzy2nEqHJDgyHhsAajjqNnwxD4J5QS4 -
  100. ===========================================================================
  101. Now that you are mining Litecoin, you want to find a way of earning bitcoin,
  102. the more popular online currency. Trading between the two currencies will help
  103. you maximise your earnings.
  104. If you have already signed up for btc-e.com you will have a bitcoin address,
  105. otherwise locate and install bitcoin-qt wallet.
  106. get free bitcoins for watching ads chatting and surfing sites
  107. https://easybitco.in/?ref=loro
  108. http://coinvisitor.com/earn.php?ref=1HLuzy2nEqHJDgyHhsAajjqNnwxD4J5QS4
  109. http://www.bitvisitor.com/?ref=1HLuzy2nEqHJDgyHhsAajjqNnwxD4J5QS4
  110. https://coinad.com?r=8103
  111. http://www.cointube.tv/?ref=1HLuzy2nEqHJDgyHhsAajjqNnwxD4J5QS4
  112. get bitcoins for doing tasks:
  113. bitcoinget.com
  114. Initially the amounts you will earn will be small, but as you learn more about
  115. bitcoin you will be able to grow your earnings. By supplementing your bitcoin
  116. earnings with Litecoin you will be diversifying you income streams and able
  117. to make the most of the rise and fall of these sometimes volatile digital currencies.
  118. Bitcoins value has risen rapidly recently and I believe that long term Bitcoin will
  119. continue to rise. The small dollar amounts you earn from these free sites could
  120. potentially be very valuable in the future.
  121. ===========================================================================
  122. 3)TURN YOUR BITCOINS AND LITECOINS IN TO REAL MONEY
  123. Diversify your savings and protect yourself from unexpected financial crisis.
  124. ===========================================================================
  125. Bitcoin and Litecoin were created to try and solve problems with real world
  126. currencies. As with all finances the safest way to protect yourself from
  127. financial strife is to diversify your holdings.
  128. Consider buying gold or silver. Amagi metals is a trustworthy online metals
  129. dealer with low prices. They also accept bitcoin, so you can turn your bitcoins
  130. in to real money.
  131. Why not start your collection with a 1 gram Pamp Suisse gold bar.
  132. http://www.amagimetals.com/gold/fractional-mix/1-gram.html?acc=a5bfc9e07964f8dddeb95fc584cd965d
  133. Gold has been the surest investment for over 2000 years.
  134. Silver prices are currently very very good, get in before they rise again.
  135. http://www.amagimetals.com/silver/1-ounce/1-oz-silver-golden-state-mint-bar.html?acc=a5bfc9e07964f8dddeb95fc584cd965d
  136. I believe now is a good time to consider investing in metals, though please be wise
  137. and conduct your own research before investing.
  138. ===========================================================================
  139. If you find this how-to helpful you can:
  140. Donate LTC to: LgeVfcn38hT3yG8eWRqf8wx8Dx86QCtcUF
  141. Donate BTC to: 1HLuzy2nEqHJDgyHhsAajjqNnwxD4J5QS4
  142. How to by loro
  143. ===========================================================================

comments powered by Disqus