Bitcoin Forum
May 11, 2024, 02:32:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Linuxcoin help  (Read 1928 times)
shakaru (OP)
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


QUIFAS EXCHANGE


View Profile
September 25, 2011, 05:37:20 PM
 #1

So I made this linuxcoin distro to run 6 5830s on a msi870-gd65 & gd70. My start.sh is pretty simple but I run into problems.

In build 1 I ran 3 copies of CGMiner with two cards on each. Woke up to 2 copies offline and one card dead. So I went to 1 copy. Higher hash rate, but what I want to know is how I can make something that will dectect when the cards temp reaches a low level and restart the os. Any ideas?

                             ▄▄▄████████▄▄▄
                         ▄▄██████████████████▄▄
                       ▄███████▄▄▄▄▄▄▄▄▄▄███████▄
                     ▄█████▄▄██████████████▄▄█████▄
        ██████  █████████▄████████████████████▄█████
        ██████  ███████▄████████▄▄▄▄▄▄▄▄████████▄████
                      ▄██████▀████████████▀██████▄████
███████   █████████████████████████████████████████████
███████   █████████████████████████████████████████████
                   ████████████████████████████████████
     ██████████████████████████████████████████████████
     ██████████████████████████████████████████████████
                     █████████████████████████████████
            ██████████▀██████▄████████████▄██████▀████
            ███████████▀████████▀▀▀▀▀▀▀▀▀▀███████▄███
                    █████▀████████████████▄▀██████▄
                     ▀█████▀▀██████████████▀██▀██████▄
                       ▀███████▀▀▀▀▀▀▀▀▀▀███████▀▀▀▀▀▀
                         ▀▀██████████████████▀▀
                             ▀▀▀████████▀▀▀
QUIFAS                    
                    ███
 █              ███ ███
 █              ███  █
███          █  ███
███         ███  █
███  █      ███  █
    ███  █  ███  █
    ███ ███  █   █
     █   █   █
     █      
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715437927
Hero Member
*
Offline Offline

Posts: 1715437927

View Profile Personal Message (Offline)

Ignore
1715437927
Reply with quote  #2

1715437927
Report to moderator
1715437927
Hero Member
*
Offline Offline

Posts: 1715437927

View Profile Personal Message (Offline)

Ignore
1715437927
Reply with quote  #2

1715437927
Report to moderator
ovidiusoft
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
September 25, 2011, 06:28:47 PM
 #2

You could write a script that parses the output of aticonfig and run it every x seconds. For example,
Code:
aticonfig --adapter=ID --odgc | grep 'GPU load' | awk '{ print $4; }'
will give you the load. If it's not 99%, card is not used...
jjiimm_64
Legendary
*
Offline Offline

Activity: 1876
Merit: 1000


View Profile
September 27, 2011, 02:11:36 AM
 #3

You could write a script that parses the output of aticonfig and run it every x seconds. For example,
Code:
aticonfig --adapter=ID --odgc | grep 'GPU load' | awk '{ print $4; }'
will give you the load. If it's not 99%, card is not used...

I just watch the temps to make sure there is a load.

watch -n 2 aticonfig --adapter=all --odgt


here is a couple of commands that I have in a file that I always use. 

aticonfig --od-enable

aticonfig --adapter=all --od-setclocks=920,400

aticonfig --adapter=all --odgc

DISPLAY=:0.1 aticonfig --pplib-cmd "set fanspeed 0 70"

DISPLAY=:0.3 aticonfig --pplib-cmd "get fanspeed 0"

for i in 0 1 2 3 4; do   DISPLAY=:0.$i aticonfig --pplib-cmd "get fanspeed 0"; done

1jimbitm6hAKTjKX4qurCNQubbnk2YsFw
Crypt_Current
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


Shame on everything; regret nothing.


View Profile
October 14, 2011, 06:12:49 PM
 #4

this thread helped me quite a bit:

https://bitcointalk.org/index.php?topic=29021.0

10% off at CampBX for LIFE:  https://campbx.com/main.php?r=C9a5izBQ5vq  ----  Authorized BitVoucher MEGA reseller (& BTC donations appreciated):  https://bitvoucher.co/affl/1HkvK8o8WWDpCTSQGnek7DH9gT1LWeV5s3/
LTC:  LRL6vb6XBRrEEifB73DiEiYZ9vbRy99H41  NMC:  NGb2spdTGpWj8THCPyCainaXenwDhAW1ZT
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!