Some other info I got on Wednesday from Metabank, that I havent had a chance to pass on yet.
1. The Metabank web interface hashrate display for cgminer is not reliable for accuracy. It's better you rely on your pool's hashrate, or run cgminer from the raspberry pi's shell via ssh.
2. One nice thing about the web interface is that you can easily change pools with it.
3. Next version of the web interface will display performance per hash card. No ETA at this time. Metabank is a tad busy getting all units out the door.
4. There is a temperature sensor on each card. There are 2 LED's on each hash card. One green and one red. Either can blink or go into solid state. Right now, if the red LED goes on (except during boot procedure), it may mean that card's temperature is too high. One of the metabank guys actually touched the sensor while the unit was on (not that I'd recommend doing that), and the heat discharged to his finger, and then the red light went away. Obviously this doesnt change the temperature or solve any overheating problems.
5. FANs:. The Single and Double units have 3x 3000 RPM fans. The Triple has 3x 4000 RPM fans.
6. Power Usage: The Singles will use aprox 160Watts, doubles ~350W and triples ~500W. This is all at default hashing speeds out of the box, and at 230volts. Expect a bit less efficiency at 120V for North American customers (i.e. more watts will be used). So this should help you buy a power supply. I'd like for some of the more electrical experts chime in, but what I heard is that if a device needs, say, 80 watts of power, the absolute minimum power supply size should be 100W. So the basic rule is never exceed 80% of the rating of the power supply. That said, different vendors will have different efficiency ratings, and to be safe, you may want to have it at even much less than 80%, although some may allow for higher safely. Also expect about a 5% variance of power usage upwards during bootup procedure as compared to normal operation.
There's an entire science to optimizing energy efficiency, and so I'm not going to pretend to know what I'm talking about here, so please speak up if you understand these sorts of details and can help your fellow miner
7. When you connect your units to your LAN's, the raspberry pi will acquire an IP via DHCP. You can find out your unit's IP by either by doing a subnet ICMP sweep (google angry ip scanner), or by connecting to your LAN router and checking the ARP table. Some routers may actually identify the unit as raspberry pi as my asus here does.
8. After you get the IP, simply http to it, or ssh to it. In either case, ID=pi PW=raspberry
9. You can view cgminer logs via web interface or by command line: tail -f /var/log/cgminer.log
10. You can stop or start cgminer as follows: (via SSH only)
sudo service cgminer stop
sudo service cgminer start
I've noticed a few times during testing that when we first power on the units, lights on all cards remain solid green indefinitely. We've learned this is because cgminer didn't start properly for some reason. You can either reboot the unit (takes about 1 minute or less), or ssh in and restart cgminer.