Bitcoin Forum
June 22, 2024, 02:21:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][AKY] AKUYA - New Generation Decentralized Cryptocurrency on: December 15, 2017, 11:06:48 AM
    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

    2  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] [AKY] Akuya Coin - SHA 256 Decentralized Cryptocurrency on: September 19, 2017, 07:57:47 AM
      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

      Pages: [1]
      Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!