DuinoCoin mining using the I2C Protocol, with Arduino and ESP8266 / ESP32 boards.
Connect the pins of the ESP8266 or ESP32 on the Arduino (Uno/Nano) like the table/images below.
ESP8266 | ESP32 | Arduino | |
---|---|---|---|
3.3V | 3.3V | 5V | |
GND | GND | GND | |
SCL |
D1 (GPIO5) | GPIO22 | A5 |
SDA |
D2 (GPIO4) | GPIO21 | A4 |
- DuinoCoin (Handle the
Ducos1a
hash work) - ArduinoUniqueID (Handle the chip ID)
- StreamJoin (StreamString for AVR)
- Download Arduino IDE
- Clone repo
git clone https://github.com/AzagraMac/DuinoCoin_I2C.git