Post
Topic
Board Announcements (Altcoins)
[ANN] [AKY] Akuya Coin - SHA 256 Decentralized Cryptocurrency
by
Akuyacoin
on 19/09/2017, 07:57:47 UTC
    AKUYACOIN
    DECENTRALIZED CRYPTOCURRENCY




    WHAT
    Akuyacoin is a truly decentralized, 3 million premined, mine-able, proof-of-work global public currency. The unit of exchange is AKY, and began in August 2017.

    WHY
    Akuyacoin 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).

    Akuyacoin'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 AKYs 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 AKYs 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
    Akuyacoin 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]

    AKUYACOIN SPECIFICATION
    • Algorythm Coin Scrypt : SHA - 256
    • POW/POS : Pure POW
    • Maximum Coin Supply : 23 Million
    • Premined : 3 Million
    • Time Between : 2 Minutes
    • Block Reward : 50 AKY

    AKUYACOIN WEBSITE
    WEBSITE

    AKUYA COIN WIN WALLET
    DOWNLOAD

    SOCIAL MEDIA
    FACEBOOK
    TWITTER
    INSTAGRAM