Bitcoin Forum

Bitcoin => Mining => Topic started by: kwaaak on June 05, 2011, 12:02:18 PM



Title: Display stats for dedicated mining rigs on Desktop [MAC]
Post by: kwaaak on June 05, 2011, 12:02:18 PM
Quote
Software:
   MSI Afterburner (http://event.msi.com/vga/afterburner/download.htm)
   Phoenix (http://forum.bitcoin.org/?topic=6458.0)
   GeekTool (http://projects.tynsoe.org/en/)


1. Activate logging for both MSI Afterburner and Phoenix.


   a) MSI Afterburner:
      - Go to "Settings"

      - Go to tab "Monitoring"

      - Activate "Log history to file"


   b) Phoenix
      - Create a text file

      - Copy/Paste this command line:
        
Code:
cmd /c phoenix -u http://kwaaak.2:yFd4yW4kt4RghEw2W7XPV3zyxXN5bP@swepool.net:8337/ -k phatk VECTORS BFI_INT FASTLOOP=false DEVICE=0 AGGRESSION=11 > phoenixlog.txt
                                                                  
      - Save file with .bat extension            Mine for me!

      - Launch batch file                               
                                                      
                                              

2. Share folders containing "HardwareMonitoring.hml" and "phoenixlog.txt"



3. GeekTool
   - Drag "Shell" icon to Desktop

   - Examples
        a) Temperature display:
         
Code:
tail -1 /Volumes/msi/HardwareMonitoring.hml | cut -c 26-27

        b) Hashing rate:
         
Code:
tail -1 /Volumes/phoenix-1.48/phoenixlog.txt | cut -c 2-15

        c) Sent shares:
         
Code:
tail -1 /Volumes/phoenix-1.48/phoenixlog.txt | cut -c 21-32

   - Adjust refresh rate and text size, colour, position


http://img155.imageshack.us/img155/689/bildschirmfoto20110605ub.jpg (http://img51.imageshack.us/img51/3796/bildschirmfoto20110605u.jpg)


Title: Re: Display stats for dedicated mining rigs on Desktop [MAC]
Post by: mechatronic on June 06, 2011, 09:30:59 PM
How did you get phoenix to run on OS X?



Title: Re: Display stats for dedicated mining rigs on Desktop [MAC]
Post by: kwaaak on June 07, 2011, 02:31:24 PM
How did you get phoenix to run on OS X?



It's running on Windows, I just monitor it from my Mac.