Hello every body !
I've gone building my mining garage, now with 9 rigs x6 GPUs and expanding to to 40 rigs before mid February, every rig's consuming ~1000 Watt, so 40x1000 Watt is the maximum i can pull from the wall at this moment.
My target is being able to run an autonomous mining garage with a very minimum effort for on-site intervention, this garage is running 600km from my home, that's for getting colder weather (~3°C now and a max of 26°C in summer), so definitely on-site management will be a headache.
I'm considering the following considerations:
- All rigs are running Linux, i dont trust a Windows OS to be reliable for an industrial scale,
- Using Claymore or Ethminer,
- All my rigs must be reachable through a VPN connection, using SSH console,
- No AC must be used,
- Any air sucking fan, or any other fans must not work 24/7, they must be running only when a temperature threshold is met,
And from my background experience where i'm an IT architect and being passionate of software building, this garage is an awesome playground for me.
This is my in-house rig build:
It's an aluminium rig with a wood plate to host the mobo and the psu.
Temperature monitoring and fan control is done through this piece:
I've built 4 of it, a smart power strip embedding:
- Power relays to control power on 8 sockets (on/off)
- Energy sensors to monitor Volt/Current/Watt consumption on every socket
- A Raspberry Pi system that can make all the smart things with the strip
And at the end, monitoring all of this through a monitoring system, using Zabbix, here's the kind of dashboard i'm getting:
The monitoring system pushes me emails for any thing going wrong and can even make automatic actions like restarting or even shutting down some systems.
Hopefully i'll not have to travel 600km every weekend
Am sharing this experience for you so you can better your farm implementations, and do not hesitate to ask for any help !