Bitcoin Forum
May 04, 2024, 02:42:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 »
641  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: August 01, 2012, 07:54:12 AM
There is already a windows build from ckolivas, why would someone download a windows version from somewhere else?

At the time of writing it there wasn't.
642  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: August 01, 2012, 05:46:08 AM
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.

Just cross-posting from another thread. Obviously this is a windows guide.
643  Bitcoin / Pools / Re: [Project X] PPS Mining Club: High Mining Rewards *PRIVATE* on: August 01, 2012, 05:19:57 AM
Patiently waiting for some litecoin mining results. Sent circa 150,000 shares to the pool.  Would like to know if I should send more.


Thanks


PS. Loving the hashrate graphs

Wait marty started allowing people in on litecoin hopping?? MARTY WHY DON'T YOU TELL ME THESE THINGS? Embarrassed
644  Alternate cryptocurrencies / Altcoin Discussion / Re: Battle of the Altcoins: LITECOIN vs SOLIDCOIN (bet on which will succeed) on: August 01, 2012, 05:14:49 AM
I have a feeling MC will have the higher price, but I think Litecoin will still be more profitable to mine. I think this is stupid though.
645  Alternate cryptocurrencies / Altcoin Discussion / Re: REQUEST: cgminer for litecoin miner tutorial on: August 01, 2012, 04:13:43 AM
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).
646  Alternate cryptocurrencies / Altcoin Discussion / Re: REQUEST: cgminer for litecoin miner tutorial on: August 01, 2012, 03:54:44 AM
Hold on a sec I'll post mine (I almost forgot)
647  Economy / Currency exchange / Re: FastCash4Bitcoins - Feedback thread on: August 01, 2012, 03:28:34 AM
Must say I love your service Tangible, it has never been easier for me to get cash from my bitcoins. I use both Paypal and ACH. Keep up the good work. Cheesy
648  Alternate cryptocurrencies / Altcoin Discussion / Re: LiteDice on: August 01, 2012, 02:28:32 AM
I love this
649  Other / Beginners & Help / Re: The day after ASIC hits, what to do with the hardware? on: August 01, 2012, 12:59:10 AM
Sell your worn out overused gpu's on ebay to kids that want to play COD at MAAAX GWAFICS
650  Economy / Currency exchange / Re: My bitcoins your $500 visa or master card gift card by mail on: July 31, 2012, 05:48:42 PM
I want to sell some bitcoins for a $500 visa or mastercard gift card (not greendot nor other reloadable debit).

That's a horrible method to try to buy bitcoins.  Perhaps you got that as a gift or something and are trying to get it exchanged into bitcoins but that's going to be a tough trade.

I do know that Get-Bitcoin accepts gift card where you mail it to them and after it is successfully spent they send you the bitcoins.

 - http://www.Get-Bitcoin.com


He is trying to sell his bitcoins, not buy. Reread the title. Wink

My bitcoins (for) your visa.
651  Alternate cryptocurrencies / Altcoin Discussion / BTC-E Down For Maintenance on: July 31, 2012, 07:47:20 AM
Quick everybody into #btc-e on freenode!
652  Other / Beginners & Help / Re: Can you do coin transfers as a newbie? on: July 31, 2012, 07:35:59 AM
How?


Don't mistake bitcointalk AS bitcoin. This is not bitcoin, this is just a place to talk about it.

You can create a wallet online here: https://blockchain.info/wallet/

Or there are many bitcoin clients if you would rather have it on your computer. Multibit is the one I use. Cheers Cheesy
653  Bitcoin / Pools / Re: [208 Gh] MtRed (PPS, LP+, API, 0 FEE) Merged Mining Test LIVE on: July 31, 2012, 07:30:27 AM
How long does it take for the BTC to reach my balance?

There's some in Processing and Estimation what is the difference?

Estimation: What you will get at the end of the current round.

Processing: What you will get when the LTC reaches 120 confirmations.

This pool pays out after every block, but it is still PPS don't worry.
654  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][LTC] LitecoinTalk on: July 31, 2012, 07:10:07 AM
I added this to the services page on the wiki:
https://github.com/litecoin-project/litecoin/wiki/List-of-Litecoin-related-services
655  Alternate cryptocurrencies / Altcoin Discussion / Re: Poll - Should Proof of Stake be implemented in Litecoin? on: July 31, 2012, 06:52:07 AM
I don't think spawning a yet-another-coin-now-with-PoS is a good idea.

Having said that, I support the general concept of PoS (assuming "decent" implementation) and I do think that litecoin should implement it. Litecoin is way overdue for some innovation...

+1
656  Alternate cryptocurrencies / Altcoin Discussion / Re: Now that LTC is safe... on: July 31, 2012, 06:16:50 AM
I went into #microcash...

<SuperTramp_> geezus, Gox btc price just jumped from 9.10 to 9.40
<pho|> its a sign of the end times!!!!!!
<pho|> the mayans were right!
<@mtrlt> it's going to $80! just like btc-e!
657  Economy / Service Discussion / Re: HOLY SHIT BTC-E.COM hit $40 per BTC! on: July 31, 2012, 04:54:23 AM
An admin just logged on to BTC-E, he has yet to say anything

Hes talking on the russian side, no idea what hes saying...

He said this: Hacking is now definitely going razbiratsya who and how.

Idk Google auto translates it all for me.
658  Economy / Service Discussion / Re: HOLY SHIT BTC-E.COM hit $40 per BTC! on: July 31, 2012, 04:42:10 AM
Well were you able to withdraw your money successfully?



Sent 2BTC in, came out with 9.98, I'm sorry x5'd.
659  Economy / Service Discussion / Re: HOLY SHIT BTC-E.COM hit $40 per BTC! on: July 31, 2012, 04:39:08 AM
Not a remote chance imo because:
1. Millionaires don't become millionaires by paying 5x-10x more than something is worth.
2. A millionaire wouldn't use a site like BTC-e.
3. There are way better methods to launder money without making a scene.

 Cheesy

Like I said before, I x4'd my money because of whatever happened. I'm sure he may have bought a few hundred REALLY LOW (~8.80), then sold that few hundred REALLY HIGH ($60) Rofl
660  Economy / Service Discussion / Re: HOLY SHIT BTC-E.COM hit $40 per BTC! on: July 31, 2012, 04:35:15 AM
Why would they do that when they could buy on other exchanges for much less

Because with the price fluctuating there is money to be made. I x4'd my money today because of this.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!