Bitcoin Forum
April 26, 2024, 02:27:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: REQUEST: cgminer for litecoin miner tutorial  (Read 56105 times)
tatsuchan (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
August 01, 2012, 03:31:21 AM
 #1

Could someone please explain how to setup and run cgminer to mine Litecoins on Windows?  Having trouble digging through all the posts on here, and a lot of documentation seems oriented for Linux.

I'm running 3x 5850's.  Not sure where to begin, as the windows dowload seems to be automatically mining in Mhashes.
1714098478
Hero Member
*
Offline Offline

Posts: 1714098478

View Profile Personal Message (Offline)

Ignore
1714098478
Reply with quote  #2

1714098478
Report to moderator
1714098478
Hero Member
*
Offline Offline

Posts: 1714098478

View Profile Personal Message (Offline)

Ignore
1714098478
Reply with quote  #2

1714098478
Report to moderator
1714098478
Hero Member
*
Offline Offline

Posts: 1714098478

View Profile Personal Message (Offline)

Ignore
1714098478
Reply with quote  #2

1714098478
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714098478
Hero Member
*
Offline Offline

Posts: 1714098478

View Profile Personal Message (Offline)

Ignore
1714098478
Reply with quote  #2

1714098478
Report to moderator
1714098478
Hero Member
*
Offline Offline

Posts: 1714098478

View Profile Personal Message (Offline)

Ignore
1714098478
Reply with quote  #2

1714098478
Report to moderator
Tittiez
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
August 01, 2012, 03:54:44 AM
 #2

Hold on a sec I'll post mine (I almost forgot)
Tittiez
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
August 01, 2012, 04:13:43 AM
Last edit: August 01, 2012, 05:45:42 AM by Tittiez
 #3

Quote
GPU Mining: CGMiner


Step 1 -  Downloading the Miner
___________________________________________________________________

Windows users, you can grab the windows build of cgminer from here. Compiled by me of course <3

If you would feel more comfortable building it yourself, I understand. Download the latest of the git tree and follow the instructions in the included windows-build.txt file.


If you downloaded the prebuild binarys, please extract it somewhere. Your desktop maybe? It doesn't matter.

Step 2 - Making A .bat File
___________________________________________________________________

Go into your new cgminer folder, right click in an empty white space, go to New -------> and click Text Document. Open the new file you made.
Click on File, and click on Save As. A new window will open, asking you where to save and what to name it as. You should still be in your cgminer folder.

Make sure you add .bat to the end of the file name, and change the "Text Documents" to All Files.

Once your settings match the above, click save. It should create a .bat file. If it doesn't then you did something wrong.


Step 3 - Configurating - Setting Up A Pool
___________________________________________________________________

Now we can move onto the hard part. We have to configure cgminer, so lets start with the basics, lets set the pool up. Any pool will work as long as you have the username and password correct.

If you would rather use another pool you can find others on the mining pools wiki page.


cgminer --scrypt -o http://notroll.in:6332 -u Username.1 -p 12345


cgminer - That is telling the bat file that you want to execute cgminer, and whatever follows it as the configuration.


--scrypt - Telling cgminer to mine scrypt.


-o http://notroll.in:6332 - This is telling cgminer that the pool you want to connect to is http://notroll.in:6332, notice how it includes the port at the end.


-u Username.1 - This tells cgminer what username you want to log onto the pool with. Username should be replaced with your username/worker on the pool. The .1, that is the worker. By default on a lot of pools the default worker is .1, that is why I have it here.


-p x - Another pool setting for cgminer, this simply sets the password. The password is usually defined on the workers page of a pool. It is usually x or 1 by default.


So, now I have to tell you that was the easy part. The next part I can't really help you all that much, it mostly depends on you to figure it out yourself if it doesn't work correctly.


Step 4 - Configurating - Finding the Right Settings
___________________________________________________________________

Recommended to set (And kinda sorta required):

cgminer --scrypt -o http://notroll.in:6332 -u Username.1 -p x --shaders #### --intensity ## --worksize ### -g #


A lot. Yeah. Let me break it down one at a time.


--shaders #### - This tries to choose the best settings for mining scrypt on your graphics cards. It does mathy witchcraft stuff to chooses the best settings for your gpu based on your shaders.

To find the best number for this, look at the table in this post, find your gpu and set this setting as the number of shaders your card has.


--intensity ## - This sets the "intensity" of the gpu scanning. A high number is good for dedicated miners, a lower mining should be used if you plan on using your desktop. Most cards do well at 12 for desktop usage and 13+ for dedicated mining.


--worksize ### - Tweaking this can improve your performance.
Try 256, 128, or 64. Larger doesn't equal better sometimes.


-g # - Sets the threads per gpu. You usually want to keep this at 1


Some notes:
- For multible gpu setups, you can use commas to control both cards. Say you have two cards and one does better at worksize 128 and another at 256, just set --worksize 128,256 in the order of your gpus.

- You may not get the results you expect. I suggest you search or browse the scrypt cgminer thread for other users optimal settings.

There, I might have some things to remove (this was a page from my pool I am working on).
tatsuchan (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
August 01, 2012, 04:16:42 AM
 #4

I know I've said this before, but I love tittiez

I'll give this a try tomorrow morning.  Thanks!
thatbluedude
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
August 02, 2012, 07:22:49 PM
 #5

thanks, I used to mine sometimes when my cpu would get me ~10ltc/day, but stopped with the rise of gpu miners since I was to lazy to actively search for setup information. Now after 5 minutes of setup im back to an estimated 12 ltc/day.
jjshabadoo
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
September 12, 2012, 10:39:07 PM
 #6

Does cgminer always show shares a rejected for mining litecoin ?
Greedi
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


LitecoinTalk


View Profile WWW
September 13, 2012, 09:55:07 AM
 #7

http://forum.litecoin.net/index.php/topic,36.0.html <- nice guide + program to config you're cgminer

LitecoinTalk - Sign up today!
Try out LTC-Aarade!
Buy Shares!
420
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
October 06, 2012, 10:16:05 PM
 #8

well that last link didn't work for me. cgminer giving an error

Donations: 1JVhKjUKSjBd7fPXQJsBs5P3Yphk38AqPr - TIPS
the hacks, the hacks, secure your bits!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!