Skip to content

ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.

License

Notifications You must be signed in to change notification settings

TimyIsCool/duino-coin

 
 

Repository files navigation


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)

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)
🍊 Orange Pis
(Zero, Zero 2, PC, Plus, etc.)
⚡ Teensy 4.1 boards

Getting started

The easiest way to get started with Duino-Coin is to download the latest release for your OS.

After downloading the release, 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.

Linux (manual installation)

sudo apt update
sudo apt install python3 python3-pip git python3-pil python3-pil.imagetk -y # Install dependencies
git clone https://github.com/revoxhere/duino-coin # Clone Duino-Coin repository
cd duino-coin
python3 -m pip install -r requirements.txt # Install pip dependencies

After doing this, you are good to go with launching the software (e.g. python3 PC_Miner.py).

Windows (manual installation)

  1. Download and install Python 3 (make sure you add Python and Pip to your PATH)
  2. Download the Duino-Coin repository
  3. Extract the zip archive you've downloaded and open the folder in command prompt
  4. 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)

wget https://raw.githubusercontent.com/revoxhere/duino-coin/master/Tools/duco-install-rpi.sh
sudo chmod a+x duco-install-rpi.sh
./duco-install-rpi.sh

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.

Benchmarks of officially tested devices and boards

Please note that the rewards depend on a lot of factors and the table below is just for orientation purposes.

Device/CPU/SBC/MCU/chip Average hashrate
(all threads)
Mining
threads
Power
usage
Average
DUCO/day
Arduino Pro Mini, Uno, Nano etc.
(Atmega 328p/pb/16u2)
258 H/s 1 0.2 W 15-20
Raspberry Pi Pico 5 kH/s 1 0.3 W 10
Teensy 4.1 (soft cryptography) 80 kH/s 1 0.5 W ?
NodeMCU, Wemos D1 etc.
(ESP8266)
9-10 kH/s (160MHz) 5 kH/s (80Mhz) 1 0.6 W 3-6
ESP32 40-42 kH/s 2 1 W 6-9
Raspberry Pi Zero 18 kH/s 1 1.1 W ?
Raspberry Pi 3 (32bit) 440 kH/s 4 5.1 W 4-5
Raspberry Pi 4 (32bit) 740 kH/s 4 6.4 W ?
Raspberry Pi 4 (64bit, fasthash) 6.8 MH/s 4 6.4 W 5
ODROID XU4 1.0 MH/s 8 5 W 6
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 3.3
Intel Core i5-2430M 1.18 MH/s 4 35 W 6.5
Intel Core i5-3230M 1.52 MH/s 4 35 W 7.2
Intel Core i5-5350U 1.35 MH/s 4 15 W 6.0
Intel Core i5-7200U 1.62 MH/s 4 15 W 7.5
Intel Core i5-8300H 3.67 MH/s 8 45 W 9.1
Intel Core i3-4130 1.45 MH/s 4 54 W 3.7
AMD Ryzen 5 2600 4.9 MH/s 12 65 W 15.44
AMD Ryzen R1505G (fasthash) 8.5 MH/s 4 35 W -
Intel Core i7-11370H (fasthash) 17.3 MH/s 8 35 W 4.28
Realtek RTD1295 490 kH/s 4 - -
Realtek RTD1295 (fasthash) 3.89 MH/s 4 - -

All tests were performed using the DUCO-S1 algorithm without fasthash accelerations unless stated otherwise. This table will be actively updated.

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. Treat them as a curiosity.

Other miners known to work with Duino-Coin:

Other tools:

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

  1. Duino-Coins ("DUCOs") are earned by miners with a process called mining.
  2. Mining is described as using DUCO-S1 algorithm (as 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. All miners need to use the difficulty tier made and suitable for them.
  5. Mining on GPUs, FPGAs and other high-efficiency hardware is allowed, but using only the EXTREME mining difficulty.
  6. Any users using miners on difficulty not suited for their hardware (see the difficulty list) will be automatically throttled by being moved to correct difficulty tier.
  7. Any user that keeps trying to use lower difficulty than it's suited for may get temporarily blocked or permanently banned.
  8. Banning involves blocking the user from accessing his coins along with the removal of an account.
  9. Only coins earned legally are eligible for the exchange.
  10. Accounts may be suspended temporarily to investigate ("investigations") ToS violations ("violation" or "abuse").
  11. An exchange request made to the official DUCO-Exchange ("the official exchange") may be delayed and/or declined during investigations.
  12. Exchange requests made to the official exchange may be declined due to ToS violations and/or low funding.
  13. Mining with free cloud hosting services (or free VPS services - e.g. Repl.it, GitHub Actions, etc.) is not allowed as it's unfair for others.
  14. A user's DUCOs may be burnt if a violation can be proven.
  15. These terms of service can change at any time without prior notice.
  16. Having alt accounts without a rational reason (e.g. for multi-mining) are not allowed - multiple accounts used on a single computer/network will be blocked, unless whitelisted.
  17. Sending transactions that promote other services or advertise something in any form is not allowed.
  18. Sending a lot of transactions in a short amount of time can trigger the Kolka system which will rate limit and/or block the user.
  19. Community-made softwares need to comply with the rules (terms of service, difficulty tiers, etc.) - abusing the system will lead to blocking of the software and/or the user(s).
  20. Accounts proven to be misleading in name or usage (impersonation, fake bots, etc.) are not allowed.
  21. Sending an offensive and/or unrelated verification picture and/or description will lead to immediate blocking of the account.
  22. Every Duino-Coin user agrees to comply with the above rules. Improper behavior will lead to blocking of the account.

Privacy policy

  1. On the master server we only store usernames, hashed passwords (with the help of bcrypt), account creation dates, last login times and e-mails of users as their data.
  2. E-mails are not publicly available and are only used for contacting user when needed, confirming exchanges on the DUCO-Exchange and receiving an occasional newsletter (planned for the future).
  3. Balances, transactions and mining-related data is publicly available in the JSON APIs.
  4. The privacy policy may be changed in the future, although users will receive a notification prior to the changes.

Active project maintainers

Big thanks to all the contributors that helped to develop the Duino-Coin project.


Project Link: https://github.com/revoxhere/duino-coin/
Website Link: https://duinocoin.com/
Duino-Coin Status Page: https://status.duinocoin.com

About

ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.1%
  • C++ 23.0%
  • C 8.2%
  • Other 1.7%