Key features | Technical specifications | (Some of many) supported boards |
---|---|---|
💻 Supported by a large number of platforms 👥 A fast-growing community 💱 Easy to use & exchange (on DUCO Exchange, JustSwap, SushiSwap) 🌎 Available everywhere 🆕 Fully original & open-source project 🌳 Beginner & eco-friendly 💰 Cost-effective & easy to mine | ⚒️ Algorithm: DUCO-S1 ♐ Rewards: supported by "Kolka system" helping to reward miners fairly ⚡ Transaction time: Instant 🪙 Coin supply: Infinite (with burning) 🔤 Ticker: DUCO (ᕲ) 🔢 Decimals: up to 20 | ♾️ Arduinos (Uno, Nano, Mega, Due, Pro Mini, etc.) 📶 ESP8266s (NodeMCU, Wemos, etc.) 📶 ESP32s (ESP-WROOM, ESP32-CAM, etc.) 🍓 Raspberry Pis (1, 2, Zero (W/WH), 3, 4, Pico, 400, 5) 🍊 Orange Pis (Zero, Zero 2, PC, Plus, etc.) ⚡ Teensy 4.1 boards |
Getting started
The easy way
Get started with Duino-Coin by downloading the latest release for your OS.
Then unzip it and launch the desired program. There are no dependencies required.
If you need help, you can take a look at the official getting started guides located on the official website.
FAQ and troubleshooting help can be found in the Wikis.
The hard way
Linux (manual installation)
After doing this, you are good to go with launching the software (e.g. python3 PC_Miner.py
).
Windows (manual installation)
Download and install Python 3 (make sure you add Python and Pip to your PATH)
Download the Duino-Coin repository
Extract the zip archive you've downloaded and open the folder in command prompt
In command prompt type
py -m pip install -r requirements.txt
to install required pip dependencies
After doing this, you are good to go with launching the software (just double click on desired .py
files or type py PC_Miner.py
in the command prompt).
Raspberry Pi (automatic installation)
DUCO, wDUCO, bscDUCO, maticDUCO & celoDUCO
Duino-Coin is a hybrid currency providing support both to centralized and decentralized ways of storing funds. Duino-Coins can be converted to wDUCO, bscDUCO or others which are the same Duino-Coins but "wrapped" (stored) on other networks as tokens. An example tutorial on using wDUCO is available in the wDUCO wiki. Coins can be wrapped directly from your web Wallet - click the Wrap Coins button to start.
Development
Contributions are what make the open source community such an amazing place to be learn, inspire, and create.
Any contributions you make to the Duino-Coin project are greatly appreciated.
How to help?
Fork the Project
Create your feature branch
Commit your changes
Make sure everything works as intended
Open a pull request
Server source code, documentation for API calls and official libraries for developing your own apps for Duino-Coin are available in the useful tools branch.
Version 4.0 reward goals
Captured at normal multiplier (no weekend boost)
Device | Hashrate | Threads | DUCO/day | Power usage |
---|---|---|---|---|
Arduino | 343 H/s | 1 | 12 | <0.5 W |
ESP32 | 170-180 kH/s | 2 | 10 | 1.5-2 W |
ESP32-S2/C3 | 85-96 kH/s | 1 | 8 | 1-1.5 W |
ESP8266 | 66 kH/s | 1 | 6 | 1-1.5 W |
Raspberry Pi 4 (LOW) | 1 MH/s (no fasthash) | 4 | 6-7 | 6.5 W |
Raspberry Pi 4 (MED) | 5.4 MH/s (fasthash) | 4 | 7-8 | 6.5 W |
Low power PCs | 4 | 4-6 | - | |
Medium | 4-8 | 6-10 | - | |
High end | 8+ | 10-12 | - |
Other tested devices and their benchmarks
Please note the DUCO/day column has been removed since version 4.0 changed the reward system.
Device/CPU/SBC/MCU/chip | Average hashrate (all threads) | Mining threads | Power usage |
---|---|---|---|
Raspberry Pi Pico | 18 kH/s | 1 | 0.3 W |
Raspberry Pi Zero | 18 kH/s | 1 | 1.1 W |
Raspberry Pi 3 (32bit) | 440 kH/s | 4 | 5.1 W |
Raspberry Pi 4 (32bit) | 740 kH/s | 4 | 6.4 W |
Raspberry Pi 4 (64bit, fasthash) | 6.8 MH/s | 4 | 6.4 W |
ODROID XU4 | 1.0 MH/s | 8 | 5 W |
Atomic Pi | 690 kH/s | 4 | 6 W |
Orange Pi Zero 2 | 740 kH/s | 4 | 2.55 W |
Khadas Vim 2 Pro | 1.12 MH/s | 8 | 6.2 W |
Libre Computers Tritium H5CC | 480 kH/s | 4 | 5 W |
Libre Computers Le Potato | 410 kH/s | 4 | 5 W |
Pine64 ROCK64 | 640 kH/s | 4 | 5 W |
Intel Celeron G1840 | 1.25 MH/s | 2 | 53 W |
Intel Core i5-2430M | 1.18 MH/s | 4 | 35 W |
Intel Core i5-3230M | 1.52 MH/s | 4 | 35 W |
Intel Core i5-5350U | 1.35 MH/s | 4 | 15 W |
Intel Core i5-7200U | 1.62 MH/s | 4 | 15 W |
Intel Core i5-8300H | 3.67 MH/s | 8 | 45 W |
Intel Core i3-4130 | 1.45 MH/s | 4 | 54 W |
AMD Ryzen 5 2600 | 4.9 MH/s | 12 | 65 W |
AMD Ryzen R1505G (fasthash) | 8.5 MH/s | 4 | 35 W |
Intel Core i7-11370H (fasthash) | 17.3 MH/s | 8 | 35 W |
Realtek RTD1295 | 490 kH/s | 4 | - |
Realtek RTD1295 (fasthash) | 3.89 MH/s | 4 | - |
Community-made softwares
Please note that these softwares are not developed by us and we do not give any guarantees that use of them will not result in an account getting banned if they get changed in the future.
Miners made by the Duino-Coin community:
Dockerized Duino-Coin Miner - A Dockerized version of the Duino-Coin Miner by simeononsecurity
👉 RP2040-HAT-MINING-C - WIZnet RP2040 mining stack
DuinoCoinEthernetMiner - Arduino Ethernet shield Miner by Pumafron
STM8 DUCO Miner - STM8S firmware for mining DUCO by BBS215
DuinoCoinbyLabVIEW - miner for LabVIEW family by ericddm
Duino-JS - a JavaScript miner which you can easily implement in your site by Hoiboy19
Duinotize - Duino website monetizer by mobilegmYT
hauchel's duco-related stuff repository - Collection of various codes for mining DUCO on other microcontrollers
duino-coin-php-miner Dockerized Miner in PHP by ricardofiorani
duino-coin-kodi - Mining addon for Kodi Media Center by SandUhrGucker
MineCryptoOnWifiRouter - Python script to mine Duino-Coin on routers by BastelPichi
Duino-Coin_Android_Cluster Miner - mine with less connections on multiple devices by DoctorEenot
ESPython DUCO Miner - MicroPython miner for ESP boards by fabiopolancoe
DUCO Miner for Nintendo 3DS - Python miner for Nintendo 3DS by PhereloHD & HGEpro
Dockerized DUCO Miner - Miner in Docker by Alicia426
NodeJS-DuinoCoin-Miner - simple NodeJS miner by LDarki
d-cpuminer - pure C miner by phantom32 & revoxhere
Go Miner by yippiez
ducominer by its5Q
Julia Miner by revoxhere
Ruby Miner by revoxhere
Minimal Python Miner (DUCO-S1) by revoxhere
Teensy 4.1 code for Arduino IDE by joaquinbvw
Other tools:
Duinogotchi - Duino-Coin virtual pet project by OSRdesign
Duino Miner - Arduino Nano based DUCO miner files and documentation by g7ltt
DUINO Mining Rig - 3D files, PCB designs and instructions for creating your own Duino rig by ReP_AL
DuinoCoin-balance-Home-Assistant - addon for home assistant displaying your balance by NL647
ducopanel - a GUI app for controling your Duino-Coin miners by ponsato
Duino AVR Monitor - GUI Windows App for monitoring AVR devices mining DUCO by niknak
Duino-Coin Arduino library by ricaun
DuinoCoinI2C - Use ESP8266/ESP32 as a master for Arduinos by ricaun
duco-miners CLI mining dashboard made by dansinclair25
Duco-Coin Symbol Icon ttf by SandUhrGucker
DUCO Monitor account statistics website by siunus
Duino Stats official Discord bot by Bilaboz
DuCoWallet GUI Wallet by viktor02
Duco-widget-ios - a Duino-Coin iOS widget by Naphob
Duino Lookup by axorax
Duino Miner Hassio Add-on by mavotronik
Home Assistant sensors package by mavotronik
ESPGUITOOL by kazutokirigaya
DUCO Hashrate Monitor hashrate java swing speedometer gui by IT-Berater
You may also view a similar list on the website.
License
Duino-Coin is mostly distributed under the MIT License. See the LICENSE
file for more information.
Some third-party included files may have different licenses - please check their LICENSE
statements (usually at the top of the source code files).
Terms of service
Our terms of service is available here: duinocoin.com/terms
Privacy policy
Our privacy policy is available here: duinocoin.com/privacy
Disclaimer
Our disclaimer is available here: duinocoin.com/disclaimer
Active project maintainers
Originally created and maintained by @revoxhere.
Big thanks to all the contributors that helped to develop the Duino-Coin project.
Visit duinocoin.com/team to view more information about the Duino Team.
Established August 2019
Project Link: https://github.com/revoxhere/duino-coin/
Website Link: https://duinocoin.com/
Duino-Coin Status Page: https://status.duinocoin.com