Bitcoin Forum
May 12, 2024, 05:23:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / CPU/GPU Bitcoin mining hardware / Re: SmartCoin - A simple, robust mining system for Linux. Any interest? on: June 20, 2011, 05:29:59 PM
Its very much needed for me as i want to monitor temperature of my cards.

If just just want a quick script for temperature monitoring, you can use something very simple like this:

Code:
#!/bin/sh

while true
do
aticonfig --odgt --adapter=all
sleep 10
done

Just put it in an executable file and run it, should spit out the temperature every 10 seconds.
2  Other / CPU/GPU Bitcoin mining hardware / Re: SmartCoin - A simple, robust mining system for Linux. Any interest? on: June 20, 2011, 04:24:21 AM
Once jondecker76 has finished all the features I think a lot of linux miners are going to switch their setup to this framework.  It makes changing configurations a breeze.  When I started helping it wasn't quite ready for primetime, it took several hours of hand holding to get my system up and running.  But everything seems to be coming along quite rapidly!
3  Other / CPU/GPU Bitcoin mining hardware / Re: SmartCoin - A simple, robust mining system for Linux. Any interest? on: June 16, 2011, 11:35:53 PM
'DeepDit'
'Ditcoin.cz (slush)'

=)
4  Other / CPU/GPU Bitcoin mining hardware / Re: SmartCoin - A simple, robust mining system for Linux. Any interest? on: June 14, 2011, 05:22:13 AM
Hi jondecker76,

I am interested in your script, and would be willing to help test it, assuming it is easily integrated with the system I have setup.  I'm running ubuntu 11.04.  I followed this guide to get the basics up and running, and am using variations of the startup scripts described here to get the machine running headless and get all my miners running at startup.

I have some rudimentary perl knowledge that I am using to do some basic monitoring.  Here is the output from my script, in case you are interested:

Code:
22:12:07  GPU0: 875/900 MHz  99%  77C/73%  131.63 Mh/s 131.58 Mh/s   GPU1: 875/900 MHz  99%  71C/60%  263.30 Mh/s 0 Kh/s
22:12:18  GPU0: 875/900 MHz  99%  77C/73%  131.62 Mh/s 131.58 Mh/s   GPU1: 875/900 MHz  99%  71C/56%  262.58 Mh/s 0 Kh/s
22:12:29  GPU0: 875/900 MHz  99%  77C/73%  131.62 Mh/s 131.58 Mh/s   GPU1: 875/900 MHz  99%  72C/56%  262.58 Mh/s 0 Kh/s
22:12:40  GPU0: 875/900 MHz  99%  77C/73%  131.62 Mh/s 131.58 Mh/s   GPU1: 875/900 MHz  99%  72C/60%  263.14 Mh/s 0 Kh/s
22:12:52  GPU0: 875/900 MHz  99%  77C/73%  131.62 Mh/s 131.58 Mh/s   GPU1: 875/900 MHz  99%  72C/60%  250.24 Mh/s 0 Kh/s
22:13:03  GPU0: 875/900 MHz  99%  77C/73%  131.62 Mh/s 131.58 Mh/s   GPU1: 875/900 MHz  99%  72C/56%  250.24 Mh/s 0 Kh/s

As you can see, one of the miners on one of my cards is idle for some reason.  I setup the screen commands that I launch at startup to enable logging, and my perl script watches the tail of the files to pick up the hash rate.  And I use various aticonfig commands to get the load, temp, fanspeed, etc.

What you have developed seems to be way more robust and useful.  I'm curious how you pull in the hash rate, if you do something similar to what I did or (and this is probably much more likely) if you have a more elegant way to find the information.

Like I said, I'd love to use your script, and would be more than happy to test it for you if it isn't too difficult to integrate into my environment.  I don't really know much SQL commandline though...  I've only used the most basic SQL commands once or twice.  =)
5  Other / Beginners & Help / Re: Can I reverse a transaction before it is confirmed? on: June 14, 2011, 05:04:20 AM
A few seconds after you do the transfer I believe you should see the amount show up in your other client, with 0 confirmations.  If you don't you might want to double check the address.  Not that it would help, transactions are irreversable...
6  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: June 14, 2011, 12:36:52 AM
Please whitelist me so I can reply to some interesting threads in the mining forums.  Other than my useless posts in the newbie forums I made one real post which was a question in the Ubuntu mining guide thread.
7  Other / Beginners & Help / Re: Introduce yourself :) on: June 14, 2011, 12:32:13 AM
So this is why I can't reply to any other threads any more.  Hello.
8  Other / CPU/GPU Bitcoin mining hardware / Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO on: June 09, 2011, 09:37:06 PM
Well that simplifies things a bit.  Thanks for the info!
9  Other / CPU/GPU Bitcoin mining hardware / Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO on: June 09, 2011, 09:27:43 PM
If I wanted to install both SDK 2.1 and 2.4 to try them both, is it as simple as following the both sets of SDK download/configure instructions, then just echoing the correct version into /etc/ld.so.conf.d/local.conf, and running ldconfig?  Can I switch back and forth?  I might end up with a system with both 5xxx and 6xxx cards, so I'm not sure what version would be best.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!