/AyuCoin

PoS AltCoin For Blockchain Improvement With Human Connected

Primary LanguageC++MIT LicenseMIT

AyuCoin development tree

AyuCoin is a PoS-based cryptocurrency.

Development process

AyuCoin integration/staging tree

http://www.ayucoin.club/

Copyright (c) 2009-2013 Bitcoin Developers
Copyright (c) 2013 NovaCoin Developers
Copyright (c) 2018-2023 AyuCoin Developers

What is AyuCoin?

AyuCoin is a lite version of Bitcoin using scrypt as algorithm and a PoS-based cryptocurrency using proof-of-stake technology.

  • Algo: Scrypt
  • Type: Hybrid (PoW/Pos)
  • Name: AyuCoin
  • Short: AYU
  • Address Start: A
  • Supply Coins: 720,000 AYU
  • Premine : 70% (504,000,000 AYU)
  • Coin maturity: 30 block
  • Target block: 120 seconds
  • Diff Adjust: 1 hours
  • Confirmations: 7 blocks
  • Stake Reward: 6% (~365 days)
  • Minimum Coin Age to Stake: 8 hours

For more information, as well as an immediately useable, binary version of the AyuCoin client sofware, see https://github.com/mauisabily/AyuCoin/releases

Block Explorer

http://blocks.ayucoin.club:3003

License

AyuCoin is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the AyuCoin development team members simply pulls it.

If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion (if they haven't already) on the mailing list.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if the code doesn't match the project's coding conventions (see doc/coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of AyuCoin.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test. Please be patient and help out, and remember this is a security-critical project where any mistake might cost people lots of money.

Ubuntu 18.04.1 LTS Available

Now can compile a daemon for Ubuntu 18.04.1 LTS using the following instructions.

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install build-essential libdb-dev libdb++-dev libboost-all-dev git libssl1.0-dev libboost-all-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev

*fix zerocoin protocol *fix for last error! *raspiOS use this #sudo apt install libssl1.0-dev

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code.

Unit tests for the core code are in src/test/. To compile and run them:

cd src; make -f makefile.unix test

Unit tests for the GUI code are in src/qt/test/. To compile and run them:

qmake BITCOIN_QT_TEST=1 -o Makefile.test AyuCoin-qt.pro
make -f Makefile.test
./AyuCoin-qt_test