🔧 Duino Coin Mining on ESP01

Today I continue testing the performance of Duino Coin on different hardware ⚙️
In this video, I’ll show how to install and run the Duino Coin miner on an ESP8266 board (ESP-01 version).


🎥 Video Tutorial


📦 Downloading the Miner

I downloaded the miner release from the official GitHub repo.
Inside the miner folder, you'll find the 📁 ESP8266_Code directory.


🛠️ Setting Up in Arduino IDE

  1. Open ESP8266_Code.ino using the Arduino IDE 🧰
  2. Change the following values:
  3. 🔐 SSID → your WiFi name
  4. 🔑 Password → your WiFi password
  5. 👤 DUCO username → your Duino Coin wallet name
  6. 💻 Rig name → optional, but helps to identify your miner Screenshot 1
  7. Go to Tools > Board and select:
    Generic ESP8266 Module Screenshot 2
  8. Select the COM port where the ESP is connected 🔌
    Screenshot 3
  9. Click Upload ⬆️

🖥️ Monitor & Results

  • Set Serial Monitor baud rate to 500000
  • You’ll see debug output with connection status and hashrate info.

📊 Benchmark Results

  • ⛏️ Average hashrate: 3.5 kH/s
    Screenshot 4
  • Power consumption: ~ 5 mA Screenshot 5

That's it! 🎉 You've got a tiny but power-efficient Duino miner running on an ESP01. Perfect for testing or low-power experimentation!