You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
4.9 KiB

10 years ago
---
layout: post
status: publish
published: true
title: Cryptocurrency Mining Rig - Power Supply Unit
author:
display_name: sipp11
login: sipp11
email: sipp11@gmail.com
url: ''
author_login: sipp11
author_email: sipp11@gmail.com
wordpress_id: 948
wordpress_url: http://blog.10ninox.com/?p=948
date: '2014-02-20 19:07:25 +0700'
date_gmt: '2014-02-20 12:07:25 +0700'
categories:
- misc
tags:
- mining
---
10 years ago
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
* <a target="_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><img src="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)
<a href="http://www.amazon.com/gp/product/B00H34J64M/ref=as_li_tf_il?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00H34J64M&linkCode=as2&tag=mycapsules-20"><img border="0" src="http://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B00H34J64M&Format=_SL160_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=mycapsules-20" ></a><img src="http://ir-na.amazon-adsystem.com/e/ir?t=mycapsules-20&l=as2&o=1&a=B00H34J64M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
* <a target="_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><img src="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
<a href="http://www.amazon.com/gp/product/B007PJVB3Y/ref=as_li_tf_il?ie=UTF8&camp=1789&creative=9325&creativeASIN=B007PJVB3Y&linkCode=as2&tag=mycapsules-20"><img border="0" src="http://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B007PJVB3Y&Format=_SL160_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=mycapsules-20" ></a><img src="http://ir-na.amazon-adsystem.com/e/ir?t=mycapsules-20&l=as2&o=1&a=B007PJVB3Y" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
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 <a href="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:_ <a href="http://www.pcisig.com/developers/main/training_materials/get_document?doc_id=6d37ec2f8543fc1f9d8ace6264d08b469f57e5f1" target="_blank">Board Design Guidelines for PCI Express™ Architecture</a>, <a href="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 ;)