- 1 * Crypto-Case- purchase either 6 or 8 GPU crypto-case depending on your budget:
- EVGA PSUs (Power-Supply): 2 EVGA SuperNOVA 1000 G3, 80 Plus Gold 1000W
- 1 * PSU SPLITTER
- 1 * [ASRock H110 Pro BTC+ 13GPU Mining Motherboard CryptoCurrency](https://www.amazon.com/ASRock-13GPU-Mining-Motherboard-Crypto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boolean wifiReady = 0; | |
boolean wifiConnected = 0; | |
void setup() { | |
pinMode(10,OUTPUT); | |
pinMode(13,OUTPUT); | |
digitalWrite(10,LOW); | |
digitalWrite(13,LOW); | |
Serial.begin(115200); |