Skip to content

ᕲ Duino-Coin is a cryptocurrency that can be mined with Arduino boards.

License

Notifications You must be signed in to change notification settings

DogeRock/duino-coin

 
 

Repository files navigation




Duino-Coin is a cryptocurrency that can be mined with AVR boards.


Key features:

  • Supported by large number of platforms
  • Friendly & growing community
  • Easy to use & exchange
  • Available everywhere
  • Cost-effective
  • Open-source
  • Easy to mine!

Technical specifications:

  • Coin supply: ~ 350k
  • Block supply: ~ 35 million
  • Premine: ~ 5k blocks
  • Block time: Instant ⚡
  • Ticker: DUCO (ᕲ)
  • Algorithms: DUCO-S1, DUCO-S1A

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.

Community-made software


This list will be actively updated

Contributing


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

Master server API


To build your own Duino-Coin apps, here's a list of of commands the master server accepts. To start communication however, firstly you need to connect to the server. For now you have two options:

  • TCP connection (recommended) - server IP and port are dynamic and can be found here
  • Websocket connection (through proxy - may not be available 100% of the time) - server IP and port are static and are revoxhere.ct8.pl:14808

After connecting, the server will send version number it's currently on (1.6). At this point you can send LOGI or REGI request to login or register an account or JOB,username to receive job for mining. To login, send LOGI,username,password - replace username and password with credentials. After sucessfull login server will send OK. If login fails, server will send NO,Reason of failed login.

To register, send REGI,username,password,email - again, by replacing words with respective data. After sucessfull registration server will send OK. If registration fails, server will send NO,Reason of failed registration.

After loging-in you have access to the following commands:

  • BALA - Server will return balance of current user
  • JOB - Server will return job for mining - you can also use JOB,username to mine without loging-in
  • SEND,-,recipientUsername,amount - Send funds to someone, server will return a message about state of the transaction
  • CHGP,oldPassword,newPassword - Change password of current user
  • FROM,Program Name,username,Other info - Send metrics data to the server
  • STAT - Server will return rank and e-mail of the user

License


Duino-Coin is mostly distributed under the MIT License. See LICENSE file for more information.

Major frameworks used by Duino-Coin:

Developers


Special thanks


Donate


If you want to support the project, visit Donate page on our website.


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

About

ᕲ Duino-Coin is a cryptocurrency that can be mined with Arduino boards.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.9%
  • C 15.3%
  • C++ 8.1%
  • JavaScript 1.5%
  • Ruby 1.2%