Bitcoin Forum
June 16, 2024, 08:43:13 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 [105] 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 ... 164 »
2081  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 14, 2013, 08:40:22 PM
No, you can use whatever you want with 7950. I'd suggest CGminer, you just have to tweak a couple of things. First of all, you Can't go over 13 intensity for starters. Set shaders, set vectors for 1, set lookup gap to 2.

For 7950 the sweet spot should be around 1.33 core to memory ratio.

Just used the new version of cgminer this morning, core:mem ratio of 0.68, only got 280 kh/s per card with all those settings.  The 7970s and 7950s are very different with cgminer.
2082  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 14, 2013, 08:39:26 PM
No; I'll try to make it portable in the future though.
2083  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 14, 2013, 07:38:09 PM
For 7950 use reaper
2084  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 14, 2013, 05:26:32 PM
Raising GPU threads will not increase thread_concurrency indirectly, it just adds another thread calling the memory and working the ALU.  In reality the GPU scheduler seems efficient enough that by just setting one thread, we get pretty good values for hash rate (usually the same or better than 2 threads for all my cards).
2085  Alternate cryptocurrencies / Altcoin Discussion / Re: [Poll] Do you want Litecoin to stay GPU minable? on: March 14, 2013, 05:24:11 PM
PM sent.  It's interesting to see that so many miners want to keep the chain GPU only.  I think it might be a good idea to have a technical consortium with LaSeek and Coblee to try to figure out ways that we can maintain this property if the network really finds it desirable, and possibly implement this at block halving time (~800k blocks into the chain).
2086  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 14, 2013, 06:48:48 AM
That's what I thought.  Does 8192 give you similar results to --shaders 2048?
2087  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 14, 2013, 06:42:55 AM
Note I also improved on the kernel slightly too in the latest version.

Ill give it a spin tomorrow with my 7950s and 6970s
2088  Alternate cryptocurrencies / Altcoin Discussion / Re: All time highest litecoin mining difficulty? on: March 14, 2013, 06:30:02 AM
In a day or so we will hit the highest LTC difficulty ever, 80+

what is the previous high?

In the 50s if memory serves me correct.
2089  Alternate cryptocurrencies / Altcoin Discussion / Re: [Poll] Do you want Litecoin to stay GPU minable? on: March 14, 2013, 06:29:15 AM
Think about it.  In the main loop, there's 1024 memory fill rounds and 1024 memory lookup rounds (2048 rounds total).  For each round, some processing can be done in parallel but each round needs at least 50-something cycles.  So that's 100K+ cycles to get the result.  The max frequency of an FPGA may be 200MHz, so 200MHz/100K cycles is something like 2K to 3K Hahs/s.

Pipelining: All of this needs a 128K memory block for each try, so that's 128KB times 100K+ cycles.  So we're talking gigabytes of memory.  Access to memory from one round is something like 512 or 1024 bits wide (I don't remember exactly), so pipelining is pretty much impossible.

The only thing good at this is a general CPU running at much higher frequency, using SIMD instructions like MMX.  Or a GPU massive parallel and memory bandwidth.

I did think about doing FPGA (note that I did a successful SHA256 'Bitcoin' implementation), but I did the math and we're going nowhere with LTC scrypt algorithm Undecided

One of the FPGA developers sent me some details of his optimizations, but I don't know of their validity.  I'll forward them to you in a PM tomorrow.
2090  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 14, 2013, 06:25:43 AM
These are great rates.  Can anyone tell me what the memory usage on card is?  A bug was recently fixed that allowed thread_concurrencies of >8192 but <12000 to be used in cgminer, so I'm curious as to what the thread concurrency actually is (probably either 8192 or 10240)

Can someone try --thread-concurrency 8192 and --thread-concurrency 10240 and see if they produce the same results? thanks.
2091  Alternate cryptocurrencies / Altcoin Discussion / Re: All time highest litecoin mining difficulty? on: March 13, 2013, 11:32:39 PM
In a day or so we will hit the highest LTC difficulty ever, 80+
2092  Alternate cryptocurrencies / Altcoin Discussion / [Poll] Do you want Litecoin to stay GPU minable? on: March 13, 2013, 06:54:40 PM
With the possibility of Litecoin FPGAs coming out in the next few months, and then ASICs being a year or two off, do you feel like the chain should have future optimizations to prevent FPGA or ASIC mining?  Or would you be fine with ASICs/FPGAs coming out and subsequently purchasing them?
2093  Alternate cryptocurrencies / Altcoin Discussion / Re: [LTC][Pool][PPS]notroll.in PPS Pool 4% | Port80 Mining | Stratum | US&EU Servers on: March 13, 2013, 06:39:18 PM
A friend of mine has a little problem

See pictures:




What is he doing wrong and get all these invalid shares ?

Your overclock is too high, memory is messed up, or thread_concurrency is too low (but it shouldn't be).
For some reason too if I use cgminer to mine with I get invalids for my 69xx cards, but if I use reaper it's fine.  No clue why this is.

Also enabling stratum will reduce stales but not invalids.

Also your GUI is way larger than mine, I'll have to figure out why that is (it's supposed to be smaller by default).
2094  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 13, 2013, 03:30:38 PM
Yeah, sorry about that.  In the next version I will add tool tips to specify what the general values should be for the different options.
2095  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC FPGA's almost finished! on: March 13, 2013, 05:01:55 AM
Pm if you're in need of a reviewer who is well known here, I have meter devices to measure power draw too.
2096  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 13, 2013, 04:05:48 AM
Connection problems, assumbly with the pool. By the time you submit the shares they are stale, but you are still mining them. Try my guiminer-scrypt and a stratum pool like ltcmine.ru.
2097  Alternate cryptocurrencies / Altcoin Discussion / Re: ASIC will crash litecoin on: March 12, 2013, 11:32:54 PM
2098  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 12, 2013, 06:13:18 PM
I don't have a 7970 on hand to test with (if someone wants to let me borrow one, I'd love to try tuning it and then mail it back to them).  Everyone seems to be getting different results for them, and I've only been publishing those from others.
2099  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 12, 2013, 05:54:00 PM
You need to use reaper for high thread concurrencies, cgminer does not work

thread-concurrency for a 7850 should be between 14000 and 17000
2100  Alternate cryptocurrencies / Altcoin Discussion / Re: LiteCoin Mining? on: March 12, 2013, 05:49:32 PM
there's a direct mega download for my miner frontend here
Pages: « 1 ... 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 [105] 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!