Post
Topic
Board Announcements (Altcoins)
[ANN][AKY] AKUYA - New Generation Decentralized Cryptocurrency
by
Akuyacoin
on 15/12/2017, 11:06:48 UTC
    AKUYA REBORN
    NEW GENERATION DECENTRALIZED CRYPTOCURRENCY

    WHAT
    AKUYA is a truly decentralized, 8 millions premined, mine-able, proof-of-work and proof-of-stake global public currency. The unit of exchange is AKUYA, and began in December 2017.

    WHY
    AKUYA was created to solve a problem which exists with the supply economics of many public coins. The reward schedule either drops too quickly (like Bitcoin and Litecoin) or too slowly (like Dogecoin and Ethereum).

    AKUYA's reward decrease is a harmonic series, which more closely models renewable resources rather than non-renewable. This means that while it is always better to chop AKUYA today than tomorrow, there will still always be an incentive to secure the network tomorrow.

    The logarithmic money supply curve is designed for stability and longevity, with the longest reward schedule of any other cryptocurrency. Half the AKUYA will be released in the first 200 years, instead of the first 4 years (Bitcoin). However, every block is worth less than the preceding one - so earlier adopters are always rewarded.

    TECHNICAL DETAILS
    AKUYA is a public cryptocurrency like Bitcoin. There are three major changes, with design considerations listed here:

    • Proof of Work algorithm: Double Skein
      This is the first consensus network built solely with the skein hash function. Read more about Skein here We hope to encourage further use and testing of the Skein family with this coin.
    • Elliptic Curve for Digital Signatures: X9_62_prime256v1.
      To sign transactions and create public and private addresses we use the elliptic curve digital signature algorithm ECDSA just like Bitcoin. However we use a different curve as a basis to do so. This curve is perhaps the most used in the financial industry. Some people think it is better. We like to encourage cryptographic diversity.
    • Logarithmic Coin Release
      Akuyacoin is the first coin to use a logarithmic coin release. The akuyacutting reward is continually adjusted according to the harmonic series. From /src/main.cpp:

      int64 static GetBlockValue(int nHeight, int64 nFees) {
         int64 nSubsidy = 3000000 * COIN;
         if (nHeight<100) return 1*COIN;
         else return nSubsidy/nHeight + nFees;
      }

    • This leads to a total money supply S which increases logarithmically in block height n:

            log = natural logarithm
            gamma = euler-mascheroni constant
            forest = 5187377.51763962
            S = 3000000* ( log n + gamma ) ? forest[/li][/list]

    AKUYA SPECIFICATIONS
    • Coin Algorithm : X13
    • POW/POS : Hybrid
    • Max Coin Supply : 38 Million
    • Premined : 8 Million
    • Block Space : 2 Minutes
    • Block Reward : 1 AKUYA

    AKUYA WEB WALLET
    WEBSITE

    AKUYA WIN WALLET
    DOWNLOAD

    SOCIAL MEDIA
    FACEBOOK
    TWITTER
    INSTAGRAM

    SUPPORT
    support@akuyacoin.com