Duino-Coin is a coin that can be mined with Computers, Raspberry Pis, Arduinos, ESP boards and many more.
| Key features | Technical specifications |
|---|---|
|
💻 Supported by a large number of platforms 👥 A friendly & growing community 💱 Easy to use & exchange 🌎 Available everywhere 🆕 Fully original project 😊 Beginner-friendly 💰 Cost-effective ⛏️ Easy to mine 📚 Open-source |
♾️ Coin supply: Infinite (before December 2020: 350k coins) 😎 Premine: <5k blocks (<500 coins) ⚡ Transaction time: Instant 🔢 Decimals: 7-9 (up to 20 when needed) 🔤 Ticker: DUCO (ᕲ) ⚒️ Algorithms: DUCO-S1, DUCO-S1A (+more planned) ♐ Rewards: supported by Kolka system helping to reward miners fairly |
| Official Wallet | Official Miners |
|---|---|
![]() |
![]() |
Official getting started guides for creating an account and setting up miners on variety of devices are available on the official website.
The easiest way to get started with Duino-Coin is to download the latest release for your OS.
After downloading, unzip it and launch the desired program.
There are no dependencies required.
If you want to run the programs from source, you may need to install some dependencies. Here's how to do it on debian-based distros:
sudo apt install python3 python3-pip git
git clone https://github.com/revoxhere/duino-coin
cd duino-coin
python3 -m pip install -r requirements.txtIf you are on Windows, download Python 3, then our repository, extract it and open the folder in command prompt. In CMD, type:
py -m pip install -r requirements.txtAfter doing this, you are good to go with launching the software (e.g. python3 PC_Miner.py OR py PC_Miner.py).
You can also get the whole Duino-Coin bundle on the AUR - just install it with your favourite AUR Helper:
sudo pacman -S git
sudo git clone https://aur.archlinux.org/yay-git.git
cd yay-git
makepkg -si
yay -S duino-coinDuino-Coin AUR bundle is maintained by PhereloHD.
Other miners known to work with Duino-Coin:
- DUCO Miner for Nintendo 3DS by PhereloHD & HGEpro
- Dockerized DUCO Miner by Alicia426
- nonceMiner by colonelwatch
- NodeJS-DuinoCoin-Miner by DarkThinking
- d-cpuminer by phantom32
- Go Miner by yippiez
- ducominer by its5Q
- Unofficial miners directory
- NodeJS Miner by Bilaboz
- Julia Miner by revox
- Ruby Miner by revox
- Minimal Python Miner by revox
- (Old) Multithreaded Python Miner by Bilaboz
Other tools:
- DUCO Browser Extension by LDarki
- DUCO Monitor by siunus
- duino-tools by kyngs
- Duino-Coin Auto Updater by Bilaboz
This list will be actively updated. If you want to add software to this list, submit a PR or contact one of the developers.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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.
- Arduino Pro Mini / Uno / Nano (ATmega328p @ 16 MHz 5V) - ~170 H/s
- NodeMCU (ESP8266 @ 160 MHz) - ~2.6 kH/s (~1.6 kH/s at 80 MHz clock)
- ESP32 (dual-threaded) - ~13 kH/s (6 kH/s (core1) + 7 kH/s (core2)) (WIP)
Hashrate Calculators for AVR/ESP8266 platforms are available in the Useful tools branch.
Duino-Coin is mostly distributed under the MIT License. See LICENSE file for more information.
Some third-party included files may have different licenses - please check their LICENSE statements.
1. Duino-Coins are earned by miners with a process called mining.
2. Mining is described as using DUCO-S1 algorithm (explained in the Duino-Coin Whitepaper), in which finding a correct result to a mathematical problem gives the miner a reward.
3. Mining can be officially done using CPUs, AVR boards (e.g. Arduino boards), Single-board computers (e.g. Raspberry Pi boards), ESP32/8266 boards with the usage of official miners (other officially allowed miners are described in the upper part of README).
4. Even though Duino-Coin aims to fairly reward all the miners, mining with GPUs, ASICs, FPGAs is not allowed due to obvious reasons.
5. Any users spotted using inappropriate/overpowered hardware can be banned from the network.
6. Banning involves blocking the user from accessing his account and accessing his coins.
7. Only coins earned legally are eligible for the exchange.
8. These terms of usage can change at any time without prior notice and will be expanded in the future.
9. Users using Duino-Coin agree to comply with the above rules.
-
Developers:
- @revox (Founder) - robik123.345@gmail.com
- @Bilaboz
- @connorhess
- @JoyBed
- @LDarki
- @travelmode
- @ygboucherk (wDUCO dev)
-
Webmaster:
-
Contributors:
- @ATAR4XY for designing early logos
- @Tech1k for Beyondcoin partnership and providing duinocoin.com domain
- @MrKris7100 for help with implementing SHA1 algorithm
- @daknuett for help with Arduino SHA1 library
Project Link: https://github.com/revoxhere/duino-coin/


