Bitcoin Forum
May 27, 2024, 04:38:39 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 »
721  Other / Meta / Re: Delete my account on: January 12, 2012, 01:13:49 PM
I never postulated that the account stay locked out.
Remove it on demand but dirty the username (that username is then kept in another table of the database) so it cannot be re-used by someone else.
Easy enough and safer because a quitting user's account cannot be as easily impersonated (wait until someone well-respected, like ckolivas, removes his account and grab the username thus freed).
722  Bitcoin / Mining software (miners) / Re: CGMINER - Remove CPU mining? on: January 12, 2012, 08:48:31 AM
Let's make cgminer lightweight and easy to maintain.
I say shoot CPU mining in the head and concentrate on relevant tasks.
The last thing we need is stagnation when Conman bogs down in all that ancient code with all its special cases, assembler optimizations and what not.
723  Other / Meta / Re: Delete my account on: January 12, 2012, 08:19:41 AM
If the account is deleted, yes they would be.

Sorry, I need a bit of time to recuperate... is that confirmed info?
Is there a reason for not doing server-side account management the right way?
This sounds so 1995 it's not even funny.
724  Other / CPU/GPU Bitcoin mining hardware / Re: How can i modify a 5870 to have the fan run at 100% all the time? on: January 12, 2012, 02:21:08 AM
I'm thinking about connecting it to a molex power connector directly by disconnecting the fan adapter from the gpu.

That's a good way to do it. Don't disconnect the signal wire though (yellow on 3 pin connectors and green on 4 pin connectors).
This way, you'll still be able to monitor your fan speed.
Be advised that running a fan at 100% will shorten its useful life.
725  Other / Beginners & Help / Re: How to save settings in cgminer ? on: January 12, 2012, 02:00:47 AM
Does cgminer tell you anything on quitting?  Does it grumble about some JSON error or other?

Try either:
   (1) giving cgminer full path to the config file "cgminer -c c:\users\Your_username_here\Desktop\cgminer_directory_name_here\dom.conf"
Or
   (2) rename your config to cgminer.conf and just run "cgminer". This is supposed to work automagically now but I haven't bothered to check whether it actually does. Not under Windows anyway.

If cgminer still isn't satisfied, there is likely a smallest of typoes hiding somewhere inside that file.

EDIT::If you need to post screenshots, don't resize them that small. That's totally illegible.
726  Bitcoin / Mining support / Re: HD 6870 with 11.1a STILL NEED HELP on: January 12, 2012, 01:51:59 AM
...I'm actually in the process of trying to sell it on here if you know anyone looking for a 6870 for $125 in BTC let me know...
That's not how it's done! Try here: https://bitcointalk.org/index.php?board=51.0
This way, your offer will be in scope of anyone looking for a new card.
727  Other / Beginners & Help / Re: How to save settings in cgminer ? on: January 12, 2012, 01:43:59 AM
Yes windows thanks for dragging a newbie trough this I appreciate it I will send you a little btc for all your troubble once I get it done.

No problem. While cgminer can be a pain to configure, once properly set up it's irreplaceable taking care of your mining, overclocking, and cooling.
Just make sure to set clocks, voltages and temperature ranges to the correct cards and be extra careful if you ever move the cards between slots.

I remember I had to manually set voltages, because - quite counter-intuitively - the default value of 0.000 didn't result in default voltage being applied to each card.
That was a long time ago though and Con might have fixed it by now.
728  Other / Beginners & Help / Re: How to save settings in cgminer ? on: January 12, 2012, 01:28:08 AM
Ok I have my config file saved and I see it in the cgminer folder. How do I implement the config file into the miner so every time it starts up it uses that file?

Provided you saved the configuration as my_config.conf, instead of typing "cgminer" to start up the miner try "cgminer -c my_config.conf"
Absolute file path might be required.
729  Other / Meta / Re: Delete my account on: January 12, 2012, 01:16:34 AM
What's the point? It's not as if user names are reusable?
He'll start another account if he wishes anyhow.
730  Other / Beginners & Help / Re: How to save settings in cgminer ? on: January 12, 2012, 01:07:32 AM
...I have been using it for months and just been entering everthing over and over again.

That sounds like exceedingly heavy penance. Absolution is granted.  Smiley
731  Other / CPU/GPU Bitcoin mining hardware / Re: Multiple PSUs and Grounding on: January 12, 2012, 01:04:31 AM
Excellent analysis.  What if the two PSU are *not* electrically connected?  Ie, an open rig without a chassis.  

The "common ground" between them might be slightly less common than expected.
As Art already pointed out, the voltage at "ground" might differ between these not interconnected PSUs.
If they power different components of the same PC, current will run where it's not supposed to (from one "ground" to another).
You can fry your components that way. That's not a very likely scenario though.

Mind you, there's nothing to worry about if you're running those PSUs from the same power extender - the power strip will provide common ground anyhow.
732  Bitcoin / Mining support / Re: HD 6870 with 11.1a STILL NEED HELP on: January 12, 2012, 12:34:44 AM
I'm happily mining using 11.11 x 2.5 combo. Got nothing bad to say about it.

I suggest you start messing around with vector width settings (vectors 1, 2, or 4) and work sizes (64, 128, or 256).
vectors 2, worksize 128 is a very universal combination.
A couple of my 6770 cards are doing great at vectors 2, worksize 256 while some other oddball mix of cards prefer vectors 2, worksize 64.

Do some benchmarking and fine tuning, you'll get your performance back.
Whichever settings you test, make sure to let cgminer run at least for an hour before writing down the results as conclusive.

EDIT:: P4, are you a couple of miners down or did you point them away from bitminter? Some new pool being tested?
733  Other / Beginners & Help / Re: How to save settings in cgminer ? on: January 12, 2012, 12:06:47 AM
cgminer -c cgminer.conf

There is a whole cgminer thread here: https://bitcointalk.org/index.php?topic=28402.0
The information you seek is right there, on the FIRST page.

Is there any excuse for your not having made acquaintances with the README file? It contains some very useful tidbits of information and is packaged with cgminer.
After you have familiarized yourself with it, proceed to examples.conf which contains example configuration.
Edit it to suit your needs, save under a different filename, load using the -c parameter when invoking cgminer.

Beware of typos in the config file. Cgminer will just terminate if it cannot parse it.
I'm aware that JSON is a total pain to edit by hand but you'll be doing that just once.

Alternatively, you can press S (as in settings) in the main screen of your configured cgminer, then W (as in write config file), enter a filename and there's your configuration.
734  Other / CPU/GPU Bitcoin mining hardware / Re: Multiple PSUs and Grounding on: January 11, 2012, 11:34:28 PM
Good info, makes perfect sense. Thanks Art.
735  Other / Off-topic / Re: Gox password security on: January 11, 2012, 11:22:18 PM
I'll second Notme with this piece by xkcd:


(http://xkcd.com/936/)
736  Other / CPU/GPU Bitcoin mining hardware / Re: Multiple PSUs and Grounding on: January 11, 2012, 10:13:09 PM
That disclaimer should be on by default when trusting any information from the net  Grin

Does the answer to OP's question depend on the type of wiring at their premises?
Does it depend on whether their installation uses three wires (building has its own grounding) or just two (in which case the grounding is supposed done at the power station)?
I do remember reading an article about being supposed to connect ground to neutral if the building isn't grounded and the electrical installation is done with two wires.
...or am I just prattling nonsense?
737  Other / CPU/GPU Bitcoin mining hardware / Re: Multiple PSUs and Grounding on: January 11, 2012, 09:57:04 PM
I think grounding them together is the best way to prevent power fluctuations and other such stuff. I'm no expert but that's what I heard.

I don't mean to sound offensive here but I remember clearly you claiming to be an electrician.

...I work for a local power company as an electrician. No stolen cables or altered meters etc. ...

If you do work as an electrician and are no expert at what you do, God save the Queen Smiley
738  Bitcoin / Mining support / Re: Are cards on PCIe extenders less stable or is my power too low? on: January 11, 2012, 01:55:36 PM
500W at the outlet? That's just 410W at the DC side assuming 82% efficiency. Yeah, you should have plenty of headroom. I wouldn't expect the 6770 to use more than 120W, even overclocked.
Have fun with it!
739  Bitcoin / Mining support / Re: Are cards on PCIe extenders less stable or is my power too low? on: January 11, 2012, 12:37:11 PM
The TX series has been manufactured for  Corsair by Channel Well Technologies (CWT), unlike TX v2 (check the model number) which is being made by Seasonic.
This is a common problem with PSU brands: the same brand and wattage doesn't mean the internals are the same or even made by the same manufacturer.

The TX seres uses DC-to-DC conversion and should give you 620 Watts at the +12 rail.
Of course, part of that +12 power is being consumed by the CPU, fans, and drives. The other rails (3.3 and 5v, often called minor rails) are of course also being utilized by the rig, lowering the amount of current you can draw from +12 lines.

I wasn't able to fine overload tests for this exact model but is bigger brother (tx750) has been successfully overloaded by 20% (a total of 900 Watts on the DC side) at the cost of increased power noise and ripple.

You wouldn't have an electricity usage monitor (a popular brand is Kill-A-Watt) lying around?
IMO every serious miner should have on for determining and fine tuning the power consumption of their rigs.
Maybe grab some knock-off from e-bay?

Or, you could give me the details of your rig and we'll try to assess the idle power consumption and thus - how much juice this baby can pump into the cards.

Links (if you're interested in the technicalities):
   This is how a proper PSU review is made:
      http://www.hardwaresecrets.com/article/Corsair-TX750W-Power-Supply-Review/505/1
      http://www.jonnyguru.com/modules.php?name=NDReviews&op=Story&reid=254
      http://www.jonnyguru.com/modules.php?name=NDReviews&op=Story&reid=230
      http://www.jonnyguru.com/modules.php?name=NDReviews&op=Story&reid=73
   Unlike this:
      http://extreme.outervision.com/articles/psu/corsair/tx650/corsair_tx_650_1.jsp
740  Bitcoin / Mining support / Re: Are cards on PCIe extenders less stable or is my power too low? on: January 11, 2012, 09:24:50 AM
Just realized my PSU on this is a 650W. This might be why? Most of my other cards on the extenders are fine.

Goat, PSUs aren't made equal.
Wattage specified on the label is next to useless.
A PSU built on an old-design might give you 250W on +3.3V and +5V rails and only 400W on +12V rail.

A decent DC-to-DC PSU can easily supply you with 630W of that sweet 12 volt juice as long as you don't draw too much power from +3.3 and +5 volt rails.

What's the make and model of that PSU of yours?
Also, take a good glance at the load chart. It's right there on the side you your PSU.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!