Pages:
Author

Topic: Three monitors, seven miners. How? - page 2. (Read 4095 times)

member
Activity: 98
Merit: 11
July 22, 2011, 12:16:03 PM
#10
Ok, care to explain that shotgun?

Sure thing. Here's my method.

Install LinuxCoin to all boxes. On one box, or a separate box, install BitCoin Mining Proxy ( https://en.bitcoin.it/wiki/Bitcoin-mining-proxy ), then setup all workers to proxy through the BTC Proxy. Now you never have to manually change pools. If you want to monitor the temps of the workers you run this via an ssh loop on your boxes:

Code:
#!/bin/bash
maxtemp="80"
running=true
while $running; do
    if [ "`aticonfig --odgt --adapter=0 | grep -o '[0-9][0-9].[0-9][0-9]' | sed 's/\.[0-9][0-9]//g'`" -gt "$maxtemp" ] ; then
        echo "TOO HOT, shutting down miner"
        pkill -9 phoenix.py
        running=false
    fi
done

If you have ssh-keys setup you don't have to enter passwords to run the temp monitor.

So now your boxes are easy to admin remotely and you don't have to have anything other than a laptop or gaming box to admin them as needed. So, then you put them in a server rack and put the server rack in your garage. Like this:



Ultra40 #1 (2x 6870 (MSI and ASUS))
Ultra40 #2 (2x 6870 (MSI and ASUS))
Quad0 box (Currently 2x6950 MSI, room for two more 5770 single slot versions). Running a Sapphire Pure-Black MB with 4xPCIe slots.
Sun X4600-M2 not running
Sun X2100 #1 not running but maybe it will provide H/A for the next box...
Sun X2100 #2 running BTC-Mining-Proxy, apache/mysql, monitoring apps
Tres0 (2x 6870 MSI Hawk, 1x XFX 5770) room for one more single slot 5770. Running a Sapphire Pure-Black MB with 4xPCIe slots.
Tres1 (2x 6870 MSI Hawk, 1x XFX 5770) room for one more single slot 5770. Running a Sapphire Pure-Black MB with 4xPCIe slots.
APC-SmartUPS-1500VA

 I'm planning on removing the ultra40 boxes and replacing them with duplicates of the custom builds (the tres0 and tres1 boxes). And of course I'll be removing the X4600M2 box since it's taking up space and I'm not utilizing it... so that and the rest of the empty space will be filled with more boxes like the tres0.
hero member
Activity: 691
Merit: 511
July 22, 2011, 11:24:12 AM
#9
Ok, care to explain that shotgun?
member
Activity: 98
Merit: 11
July 22, 2011, 11:21:07 AM
#8
why wouldn't you want to use remote administration software? wait.. that means you compute near your rigs? hmm, never understood why people don't put them in a server rack and shove them in the garage or closet, you can get a cheap used one for $100-150.
donator
Activity: 2352
Merit: 1060
between a rock and a block!
July 22, 2011, 10:58:55 AM
#7
i use tightvnc with 11.7 drivers. no need for dummy plugs.
hero member
Activity: 691
Merit: 511
July 22, 2011, 10:29:12 AM
#6
That's what I wanted.

Awesome.

Appreciate it Grin
sr. member
Activity: 462
Merit: 250
It's all about the game, and how you play it
July 22, 2011, 10:27:28 AM
#5
You want a kvm switch then check www.monoprice.com for one
hero member
Activity: 691
Merit: 511
July 22, 2011, 10:25:18 AM
#4
I run both, windows and linux.

I actually wanted to keep a 6 miners on 2 monitors, my idea was have a "desktop selection",
something like that. I would like to be able to change btw desktops without having to remote access
the miners...

A HDMI plug that enables me to connect several computers to it,
thanks guys.
newbie
Activity: 21
Merit: 0
July 22, 2011, 10:12:29 AM
#3
I would like some tips on that...
Is there a easy way to control several rigs with three monitors?
If there is, how would that be done?

Thanks.

Many options:

(hardware)
KVM Switch.

(software)
VNC.
Remote Desktop.
SSH.
member
Activity: 295
Merit: 98
July 22, 2011, 10:11:39 AM
#2
I would like some tips on that...
Is there a easy way to control several rigs with three monitors?
If there is, how would that be done?

Thanks.

Most people run headless, with no monitors at all.

It sounds like you probably run windows. You'll probably need vga dummy plugs, and remote management software like tightvnc or teamviewer.
hero member
Activity: 691
Merit: 511
July 22, 2011, 10:05:11 AM
#1
I would like some tips on that...
Is there a easy way to control several rigs with three monitors?
If there is, how would that be done?

Thanks.
Pages:
Jump to: