Bitcoin Forum
June 20, 2024, 05:42:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 52 53 54 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 ... 164 »
2021  Bitcoin / Hardware / Re: Looking for an FPGA with cache for BTC and Litecoin Mining - any ideas? on: March 20, 2013, 06:01:38 PM
LaSeek has been running simulations like crazy, they come out fast, but after synthesis they run very slow so far.
2022  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.11.3 on: March 20, 2013, 04:52:44 PM
Does anyone else get about 5% invalids using the new cgminer and high thread concurrencies?  Gonna switch my 7950s back to reaper for now until I figure this out.
2023  Bitcoin / Hardware / Re: Looking for an FPGA with cache for BTC and Litecoin Mining - any ideas? on: March 20, 2013, 04:13:35 PM
Any news on this? have you designed the chip?

These are theoretical numbers...  laSeek has been busting his ass to try to get kilohash/second rates into the double digits with inexpensive FPGAs.  The trials in altera FPGAs were a trainwreck.

The problem is that even with a large number of slices, you will run into the problem that
1) Memory bandwidth in FPGA devices is poor comparative to a GPU.  For on-slice cache it is 10-20x less than that of a GPU, and for off-chip memory it is about 20-40x less than a GPU.
2) Clock rate of FPGA devices in general is lower than that of GPUs.

You can resolve 1) by chaining memory interfaces in a multichip configuration, but that's a lot of hardware customization.
2024  Bitcoin / Hardware / Re: Avalon ASIC users thread on: March 20, 2013, 04:01:20 PM
Is that $5000+ price definitive?

Looks like a bit of a radical hike to me. But I will believe they would set that price when I see it, to be honest.

Also, I'd have to pay VAT on top of that. I think I'd pass.

$1600 and I'm in.

Good luck to everybody.

Si, es definitivo.

Christ, I was thinking about buying one, but for that price I can get tons more litecoin mining rigs (enough to make about $150 per day) today.
2025  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 20, 2013, 04:00:07 PM
Nice work.
But some problem/question..

I have 2x7970
I use CGminer, not reapter and i need use half(desktop use) (like -I15) GPU [0-0 Tahiti] but GPU [0-1 Tahiti] going to half GPU usage if I set -I15 first(0-0) GPU. Speed is halfing GPU 0-0 but usage 0-0 is 97-99% .
Everything what i try, only gpu 0-1 usage going down..

Some fix or ideas? Roll Eyes

Sorry 4 bad english:Smiley

Make sure you have speed step/cool and quiet disabled in the bios to prevent throttling of the CPU at low usage, sometimes this can screw up mining
2026  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 20, 2013, 03:58:50 PM
Where are you guys using this command?  I do not use a bat file, I just start cgminer with my conf file.... cgminer -c cgminer.conf

I haven't had any luck with 11.3 and I'm sure this would fix it.  Though I'm hesitant to try to "fix" anything considering my speeds are already 650 to 700 kh/s depending on the card.

Thanks in advance! Smiley

Use it in windows command console (cmd.exe) or just use my guiminer (which doesn't permanently alter your registry/environmental variables)
2027  Alternate cryptocurrencies / Altcoin Discussion / Re: litecoin GPU mining, what is important? mhz or ram? on: March 20, 2013, 03:57:05 PM
See sig thread

Memory is important, but on motherboard and on card.  So is memory speed.

CPU speed is also important, but you only need one core at about 2000 MHz (make sure you turn speed step etc off for fastest mining)
2028  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 20, 2013, 03:34:26 PM
^ Sorry I haven't replied to your PM yet, have been busy

ADL is the ATI Display Library, which is used by cgminer miner to do things like set clocks and display temperatures.  If can be disabled by adding "--no-adl" to extra flags in the cgminer tab, but you should not have to disable it.  Make sure that you have both AMD Drivers and AMD APP SDK installed.

Also, guiminer-scrypt does not yet support CPU mining, this may be changed in an upcoming release.
2029  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 20, 2013, 05:57:50 AM
For windows users who can't set high thread concurrencies with the latest cgminer, use this in your batch file first before starting cgminer:

Code:
setx GPU_MAX_ALLOC_PERCENT 100


Can confirm this works, although it's kind of a sloppy fix but only because of the way windows does environment variables.

Added to my guiminer setting the env var locally instead of globally when running cgminer with high thread concurrencies
2030  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 20, 2013, 05:56:32 AM
Added version 0.03 alpha, which includes enabling high thread concurrency usage in cgminer Smiley
2031  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 20, 2013, 05:26:12 AM
Is there any way to have GUIMiner-scrypt start/stop on certain events? I would like to be able to to run something like a batch file command and macro it to switch over profiles for mining; full throttle at idle, moderate setting for some games, and off for gpu intensive ones. Ideally mining would be throttled by resource usage or if a an exe is loaded but I can't code so I can't tweak things. Embarrassed

And to mine both Bitcoins and Litecoins I just need to have two cgminers open and connect to each respective pool, correct? Smiley

This feature would take a lot of time to implement and isn't in the works for now; the easiest thing would just be to stop the miner, lower the intensity, then raise it again later when you're doing something else.

To mine litecoin and bitcoin you'd need to have this guiminer and the original bitcoin guiminer open at the same time, then make a cgminer tab in both programs and run them.  I have no idea what kind of hash rates you'll get with each, though.
2032  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 20, 2013, 05:23:21 AM
my reported hash rate slowly goes down over time until i restart it.  any idea why?

curious,  what are the normal reasons why your hash rate would go down?

I'm not totally sure.  Your configuration above looks totally normal

One thing to try is to run cgminer outside of the gui.  To do this, open the console in the guiminer and then hit start on cgminer.  if you go back to the console, you will see a command for cgminer, something like
Code:
2013-03-19 23:17:10: Running command: C:\guiminer\cgminer\cgminer.exe --scrypt -u user -p password -o stratum+tcp://ltcmine.ru:3333 --gpu-platform 1 -d 0 -w 256 -v 1 -I 14 -g 1 -l 1 -T  --thread-concurrency 16000

Go into the start menu and type "cmd", then open a command console.  Copy the command above starting with "C:\....", then right click on the command console and paste it in.  Execute the command and hit enter.  Then, let cgminer run for a while and see if you see the hash rate decreasing in the actual program.  If this is the case, it's an issue with cgminer and not with guiminer.
2033  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 19, 2013, 12:37:09 AM
For windows users who can't set high thread concurrencies with the latest cgminer, use this in your batch file first before starting cgminer:

Code:
setx GPU_MAX_ALLOC_PERCENT 100


Okay, I will try this and then add the shell command to GUIminer if it works okay.
2034  Alternate cryptocurrencies / Altcoin Discussion / Re: What's happening to Litecoin?? on: March 18, 2013, 04:49:15 PM
It costs 0.10 cents right now to make 1 USD with an Avalon ASIC through BTC, and about 10.0 cents to make 1 USD with a GPU through LTC with electricity at $0.10/kwh.

Probably as time goes on, mining LTC with a GPU will be much, much more profitable than mining BTC with a GPU.
2035  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 18, 2013, 05:46:40 AM
Yeah,I'm getting these very same issues in addition to trying to hash in multiple gpus using Catalyst 11.12/AMD SDK 2.5 under XP.

This issue is sometimes due to the wrong platform not being detected, try --gpu-platform 0 or --gpu-platform 1 in extra flags

This will be fixed in 0.03
2036  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 18, 2013, 05:43:08 AM
Please show a screen cap of your configurations and any console output and I'll see if I can figure out what's going on.

It'd also be helpful if you post the contents of C:\Users\you\AppData\Roaming\poclbm\poclbm_scrypt.ini
2037  Bitcoin / Mining speculation / Re: Hashrate jump, Who can it be ? +60% to 53 Ths on: March 18, 2013, 04:23:52 AM
Hashrate UP = Price of BTC UP ? Cheesy

I doubt it, more like difficulty up.  With an avalon it only takes 0.0010 USD of electricity to produce $1.00 USD at the current difficulty.

Either price is going to go down in the coming months, or the network hash rate/difficulty is going to increase 100 fold.
2038  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 17, 2013, 11:37:39 PM
No problem. C:
2039  Alternate cryptocurrencies / Altcoin Discussion / Re: To All The LTC Haters on: March 17, 2013, 11:34:01 PM
^^ It's easy to make money if you can accept a little risk...  I have used the increase in price to purchase more mining rigs with my hoarded LTC and further drive the network hash rate up.  In the meantime, my profit in general increases if I sell daily because I have so many more cards mining right now.

I realize now that it's a never ending cycle of tight reinvestment into more gear, hoarding what I can, and selling a little to keep up with electricity.  But so far it's been extremely profitable for me and I expect more people to hop on board as time goes on, especially as ASICs become widespread.

The $1500 I spent for a 2 MH/s rig 6 months ago has now netted me about $11k after electricity, plus I still have the hardware to sell.  I can't wait to see what 6 MH/s of new rigs will net me.
2040  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: March 17, 2013, 11:08:09 PM
When reporting hash rates do you use what the terminal states or what the pool states?

My terminal states ~565Kh/s
Pool states about 50% of that.
What the terminal states and by the number of shares accepted by the pool.  The pool is subject to variance and usually averages performance by the last 5-10 minutes, so it will appear low for the first 5-10 min.
Pages: « 1 ... 52 53 54 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 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!