I was looking around to see how to determine how much power consumption my rig would be. Well, there is never a definitive answer. Yet you can estimate from specification to get roughly guide.
1. Mainboard: 50W
2. CPU: 50-100W
3. RAM: 5W each stick
4. HDD: 10W each
That's for regular parts. For GPU, there are several things to consider from PCI-e specification:
* Base power - one PCI-e slot has to be provide 75W.
* 6 Pin PCI Express power connector - maximum power delivery = 75W
* 8 Pin PCI Express power connector - maximum power delivery = 150W
From this information, you can tell that
*<atarget="_blank"href="http://www.amazon.com/Gigabyte-GDDR5-3GB-2xMini-Graphics-GV-R928XOC-3GD/dp/B00FONITA6/?_encoding=UTF8&camp=1789&creative=9325&linkCode=ur2&tag=mycapsules-20">Gigabyte Radeon R9-280x</a><imgsrc="http://ir-na.amazon-adsystem.com/e/ir?t=mycapsules-20&l=ur2&o=1"width="1"height="1"border="0"alt=""style="border:none !important; margin:0px !important;"/>, which has two power connectors: 6-pin and 8-pin connectors, can draw 75W (PCI-e slot) + 150W (8-pin) + 75W (6-pin) = 300W (total)
*<atarget="_blank"href="http://www.amazon.com/Gigabyte-Mini-Displayport-PCI-Express-Graphic-GV-R787OC-2GD/dp/B007PJVB3Y/?_encoding=UTF8&camp=1789&creative=9325&keywords=gigabyte%207870&linkCode=ur2&qid=1392895348&s=electronics&sr=1-1&tag=mycapsules-20">Gigabyte HD 7870</a><imgsrc="http://ir-na.amazon-adsystem.com/e/ir?t=mycapsules-20&l=ur2&o=1"width="1"height="1"border="0"alt=""style="border:none !important; margin:0px !important;"/>, which has 2 6-pin power connectors, can draw power 75W + 2*(75W) = 225W
For a regular mining rig, weak CPU, with 3 GPUs (7870):
*<code>50W</code> Mainboard
*<code>50W</code> CPU
*<code>5W</code> 4GB RAM
* 3*<code>225W</code> Gigabye 7870
You will end up having 50W+50W+5W+3*225W = 780W; however, you'd better have at least 20% extra power available which helps power supply unit (PSU) not to be in too heavy load at all time. This simply means you should buy at least 780W * 1.2 = 936W. Surely, you can't find it, but 1000W PSU is close enough =)
Questions?
* Does <ahref="http://www.amazon.com/gp/product/B00A0HZMI8/ref=as_li_tf_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00A0HZMI8&linkCode=as2&tag=mycapsules-20">AX760i</a> (Great PSU) which can provide 760W work with above example (which theoretically draws 780W) ?
I'm sure it's working. What we are calculating is the maximum power consumption your machine can draw. In practice, it's never hit 100% mark, but why putting that heavy load on PSU? Its lifespan will get shorter no matter how good it is.
* What if my machine draw more power than PSU can provide?
It depends. (1) Good PSU is likely to shut itself down immediately; (2) some PSU tries harder to provide its juice which cause a ripple. Random reboot or shutdown is likely the result. Lastly (3) PSU is exploded. It is not as bad as it sounds though. In fact, capacitors inside PSU will explode. You will hear and smell clearly if it's gone. Don't worry. Maybe a bit of smoke, but mostly your components shouldn't be damaged, but you never know. :)
_Reference:_ <ahref="http://www.pcisig.com/developers/main/training_materials/get_document?doc_id=6d37ec2f8543fc1f9d8ace6264d08b469f57e5f1"target="_blank">Board Design Guidelines for PCI Express™ Architecture</a>, <ahref="http://www.playtool.com/pages/psuconnectors/connectors.html"target="_blank">power supply cable at playtool</a>
_Note:_ Above product links in this post are affiliated ;)