Search content
Sort by

Showing 7 of 7 results by vegaman
Post
Topic
Board Mining software (miners)
Re: CGMINER CPU/GPU miner, GPU overclock+monitor+fanspeed in C for linux/windows/osx
by
vegaman
on 14/09/2011, 03:26:29 UTC
Just changed my debian box from squeeze to wheezy and set this up instead of poclbm. It's working well and much better than dealing with the hassles of the python-pyopencl packages dependcies on nvidia.
Post
Topic
Board Mining software (miners)
Re: Best Miner + Settings for 5830
by
vegaman
on 24/06/2011, 00:43:35 UTC
In my experience the miner makes little to no difference. But the settings you use definitely make a difference. Make sure you enable vectors - it makes about 50MH/s difference on my 5830.

Catalyst are the video card drivers and Stream is the OpenCL SDK (it's been renamed to AMD APP now though).
Post
Topic
Board Beginners & Help
Re: Anyone experienced wanna team up for a Super Power Mining ?
by
vegaman
on 23/06/2011, 23:37:51 UTC
Where in the forum did you find these beauties?
I'd like to see some of the most optimized systems, any links?

Cablesaurus is designing a chassis and planning to sell it. He also sells the extender cables you see in the photo.
Post
Topic
Board Beginners & Help
Re: Thermaltake Purepower power express 250W
by
vegaman
on 23/06/2011, 23:31:42 UTC
I don't see the point either.
Running a second PSU means wasting more power - and that one only states above 75% efficiency. I personally won't use anything without 80+ certification these days.
Post
Topic
Board Hardware
Re: Official Open Source FPGA Bitcoin Miner (Just Released!)
by
vegaman
on 25/05/2011, 03:32:29 UTC

Will ATI do a specific chip for miners?  That seems unlikely.

But I could definitely see a 'headless' opencl card from a board manufacturer like Sapphire, after Sapphire notices bitcoin miners are a significant market.

It doesn't have to be bitcoin.  There are lots of GPGPU applications now, so headless cards definitely could make sense.


Would also mean better airflow as they don't have to make room for the plugs and there's probably some things that could be removed from the board entirely, reducing the power usage and heat.
Post
Topic
Board Mining
Re: Mining power of an entire school?
by
vegaman
on 20/05/2011, 03:46:31 UTC
Not worth risking your career over IMO.

I understand the temptation though Tongue I do IT support using Kaseya (it's basically a botnet, but kaseya hates it when we say that) so could write a script to run it on 1000 machines in about 10 minutes... but I'd also be kissing my job goodbye - so in the end it's not worth it.
Post
Topic
Board Mining
Re: How To Open 6 Terminals, Set GPU Clocks, And Start POCLBM On Ubuntu Startup???
by
vegaman
on 20/05/2011, 01:48:16 UTC
I'd just run them inside screen sessions, then you can connect from wherever and check on them.

Just something like:
screen -S "name of screen session here" -X screen  2>&1 1>/dev/null


One line like that for each instance of the miner and run it from whever, such as /etc/init/rc.local

I'm sure there should be a way to overclock from the commandline too, just have a search and run that command before spawning the miners.