This project is developed in order to ensure continuous power delivery for mining rigs.
If you find my repository helpful, you can buy me a coffee to support my work 🍻☕️
Mining rigs contains several GPUs in order to mine mainly Etherium. Rigs should be online as much as possible to provide maximum amount of shares. In case of power loss (electricity cut offs), mining rigs goes offline and need to be triggered manually or via network triggers.
Appling a Network triggers brings different questions with it. Especially in security (static ips etc.). If you are searching for an automation Mining Rig Power Switch Relay can provide a basic, usefull and hardware based solution for you.
Arduino starts with initial power and starts to listen PSU power as input. If system has power and PSU not working, Arduino triggers Motherboards power switch and PC starts accordingly. Arduino checks that situation for each 30 seconds and power up rig in case of rig is shutted down for any reason.
When mining rig become online, mining process automatically starts.
The code is licensed as:
Copyright 2021 Attila Akıncı
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.