264

Github GitHub - revoxhere/duino-coin: ᕲ Duino-Coin is a coin that can be mined w...

 3 years ago
source link: https://github.com/revoxhere/duino-coin
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Duino-Coin is a coin that can be mined with Computers, Raspberry Pis, Arduinos, ESP boards and many more.

Key features Technical specifications computer Supported by a large number of platforms
busts_in_silhouette A friendly & growing community
currency_exchange Easy to use & exchange
earth_americas Available everywhere
new Fully original project
blush Beginner-friendly
moneybag Cost-effective
pick Easy to mine
books Open-source infinity Coin supply: Infinite (before December 2020: 350k coins)
sunglasses Premine: <5k blocks (<500 coins)
zap Transaction time: Instant
1234 Decimals: up to 20
abc Ticker: DUCO (ᕲ)
hammer_and_pick Algorithms: DUCO-S1, DUCO-S1A, XXHASH +more planned
sagittarius Rewards: supported by "Kolka system" helping to reward miners fairly

Get started

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.

Installing Duino-Coin

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(e.g. Ubuntu, Debian, raspian):

sudo apt install python3 python3-pip git
git clone https://github.com/revoxhere/duino-coin
cd duino-coin
python3 -m pip install -r requirements.txt

If 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.txt

Note: Make sure python and pip are added to your PATH

After 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
git clone https://aur.archlinux.org/yay-git.git
cd yay-git
makepkg -si
yay -S duino-coin

Duino-Coin AUR bundle is maintained by PhereloHD.

Community-made software

Other miners known to work with Duino-Coin:

Other tools:

This list will be actively updated. If you want to add software to this list, submit a PR or contact one of the developers.

wDUCO tutorial

wDUCO is DUCO wrapped on the Tron network. Currently there aren't many uses for it, other than just storing funds in external wallet or exchanging wDUCO to another token on JustSwap. Before doing anything, make sure you have tronpy (tron lib) and cryptography (for encrypting private key) modules for python3 installed.

Configuring wDUCO Wrapper

  1. Open your DUCO GUI (desktop) or CLI (console) Wallet
  2. If you're using the GUI Wallet:
    1. Open the settings tab
    2. Click the Configure Wrapper button
  3. If you're using the CLI Wallet:
    1. Start wrapper configuration tool by typing wrapperconf
  4. Input your private key (for example your tronlink key) and set a passphrase used for encrypting it

Configuring wDUCO Wrapper in the CLI Wallet

Wrapping DUCO

After setting up the wrapper in one of the two wallets, you can wrap DUCOs (convert them to wDUCO).

  1. Open your Wallet
  2. Type wrap to start the wrapping process OR click Wrap DUCO button
  3. Follow the instructions displayed by the wallet

Unwrapping DUCO

After setting up the wrapper in one of the two wallets, you can unwrap wDUCOs (convert them to DUCO). Note: make sure you have some TRX in your wallet for the fees! Unwraping will use ~5 TRX (~0.5 USD) as fees.

  1. Open your Wallet
  2. Type unwrap to start the unwrapping process OR click Unwrap DUCO button
  3. Follow the instructions displayed by the wallet

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.

Some of the officially tested devices

  • Arduino Pro Mini / Uno / Nano (ATmega328p @ 16 MHz 5V): ~155 H/s (15-20 DUCO/day)
  • NodeMCU (ESP8266 @ 160 MHz): ~9.3 kH/s (~4.5 kH/s at 80 MHz clock) (8-12 DUCO/day)
  • ESP32 (dual-threaded): ~13 kH/s (6 kH/s (core1) and 7 kH/s (core2)) (WIP)

Hashrate Calculators for AVR/ESP8266 platforms are available in the Useful tools branch.

License

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 (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 (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. Mining on GPUs, FPGAs and other high-efficiency hardware is allowed, but using only the `EXTREME` mining difficulty.
5. Any users using miners on difficulty not suited for their hardware (see the difficulty list) will be automatically throttled and/or blocked.
6. Any users spotted using inappropriate and/or overpowered hardware will be banned manually or automatically from the network without prior notice.
7. Banning involves blocking the user from accessing his coins along with the removal of an account.
8. Only coins earned legally are eligible for the exchange.
9. Users spotted using a VPN (or similar) with malicious intents (e.g. bypassing limits) may be banned without prior notice.
10. Multiple accounts used to bypass limits may be banned without prior notice.
11. Accounts may be suspended temporarily to investigate ("investigations") ToS violations ("violation" or "abuse").
12. Multiple accounts used to evade bans will be banned without prior notice.
13. An exchange request made to the offical DUCO-Exchange ("the offical exchange") may be delayed and/or declined during investigations.
14. Exchange requests made to the offical exchange may be declined due to ToS violations and/or low funding.
15. A user's DUCOs may be burnt if a violation can be proven.
16. These terms of service can change at any time without prior notice.
17. Every user using Duino-Coin agrees to comply with the above rules.

Privacy policy

1. On the master server we only store usernames, hashed passwords (with the help of bcrypt) and e-mails of users as their account 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 public JSON APIs.
4. The privacy policy may be changed in the future with a prior notification.

Developers


Project Link: https://github.com/revoxhere/duino-coin/


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK