🛠️4. Flash .bin files
Duino-Coin is a coin that can be mined with Arduinos, ESP8266/32 boards, Raspberry Pis, computers, and many more including Wi-Fi routers, smart TVs, smartphones, smartwatches, SBCs, MCUs or even GPUs
Go to https://espressif.github.io/esptool-js - an online Serial Flasher utility for Espressif chips
Plug in your Duino device via USB C into your computer. -> the USB C lead must be a data and power lead
Select baud rate - ESPtool recommendations 115200bps - and click [Connect] to select your device. If your device is not listed, try using a different cable. -> optional - you can "Erase all flash" on ESPtool to clean all current configuration before uploading new firmware. There has been cases that experimented Wifi failures until this was made
Add the 4 following .bin files to the console:
0x[0|1]000_bootloader.bin -> flash address 0x[0|1]000 - more info
0x8000_partitions.bin -> flash address 0x8000
0xe000_otadata.bin -> flash address 0xe000
0x10000_duinominer_[device]_version.bin -> flash address 0x10000
Click on [Program] to flash the device!
Once flash process is complete and no errors have occurred, you can unplug the box and plug it back in to get started!
After programming, you will only need to setup your Wifi and Duino MiningKey in the next section
Last updated