Pages:
Author

Topic: [ANN][FLX] Flash [Encrypted Messaging] [Stealth Addressing] Decentralized,Secure - page 3. (Read 4807 times)

hero member
Activity: 1134
Merit: 501
hero member
Activity: 508
Merit: 500
TekyBoy Crypto Services
Sorry, I have trouble with POS that is random.
Just guess it is my suspicious nature. I am always
suspicious that the person running the coin will be
the luckiest staker in the world vs. the rest of us.

Not saying you are dishonest - just, it is not for me.

same opinion here

Code:
/ miner's coin base reward
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 0;

    if (nHeight == 1)
    {
        nSubsidy = 10000 * COIN;
    }
    else if (nHeight <= 500)
    {
        nSubsidy = 500 * COIN;
    }
    else if (nHeight <= 1000)
    {
        nSubsidy = 250 * COIN;
    }
    else if (nHeight <= 1500)
    {
        nSubsidy = 50 * COIN;
    }
    else if (nHeight <= 2000)
    {
        nSubsidy = 25 * COIN;
    } else {
        nSubsidy = 0 * COIN;
    }
    if (fDebug && GetBoolArg("-printcreation")) {
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
    }
    return nSubsidy + nFees;
}

// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees,  int nHeight)
{
    int64_t nSubsidy = 0;
    int64_t rand = generateMTRandom(nHeight, 100);
    if (nHeight <= 500)
    {
            nSubsidy = (rand * 500) * COIN;
    }
    else if (nHeight <= 1000)
    {
            nSubsidy = (rand * 250) * COIN;
    }
    else if (nHeight <= 1500)
    {
             nSubsidy = (rand * 75) * COIN;
    }
    else
    {
        nSubsidy = nCoinAge * (COIN_YEAR_REWARD) * 33 / (365 * 33 + 8);
    }
member
Activity: 63
Merit: 10
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
Sorry, I have trouble with POS that is random.
Just guess it is my suspicious nature. I am always
suspicious that the person running the coin will be
the luckiest staker in the world vs. the rest of us.

Not saying you are dishonest - just, it is not for me.
full member
Activity: 227
Merit: 260

Technical Specifications

  • Stealth Addressing
  • Encrypted Messaging

    Proof of Work
    • Algorithm: Scrypt
    • Max Coin supply: 1~m
    • Block Times: 60s
    • Premine: <2~%


    POW Schedule
    Blocks 1- 500: 500FLX
    Blocks 500-1000: 250FLX
    Blocks 1000-1500: 50FLX
    Blocks 1500-2000: 25FLX
    POS Schedule
    Random is 1-100
    1-500: rand * 500;
    500-1000: rand * 250;
    1000-1500: rand * 75;
    Proof of Stake
    • Interest: 1.25%



    Wallets
    • Source:https://github.com/CryptoFlashDev/Flash


      Pool

      [/list][/list]
      Shows promise but BTC is pumping and your ann sucks.
      newbie
      Activity: 12
      Merit: 0
      https://i.imgur.com/qM2mhGt.png

      Technical Specifications

      Stealth Addressing
      Encrypted Messaging

      Proof of Work
      Algorithm: Scrypt
      Max Coin supply: 1~m
      Block Times: 60s
      Premine: <2~%


      POW Schedule
      Blocks 1- 500: 500FLX
      Blocks 500-1000: 250FLX
      Blocks 1000-1500: 50FLX
      Blocks 1500-2000: 25FLX
      POS Schedule
      Random is 1-100
      1-500: rand * 500;
      500-1000: rand * 250;
      1000-1500: rand * 75;
      Proof of Stake
      Interest: 1.25%

      10MB Block sizes to have plenty room for growth.

      No TX Fees, the way it should be.

      Wallets
      Source: https://github.com/CryptoFlashDev/Flash


      Windows and Mac Builds are here.

      Mac wallet that works on OS X 10.6 to 10.11


      Windows: https://mega.nz/#!GNAVABJa!57d6Prdalub4XyR2gzf5T2cYpbu3LtSlPxRH1QuuVRY

      MAC: https://mega.nz/#!HEwEhQIS!89qiWt9NN2nZADsFsvqlk6jZvUd2mc6521L3mh_m-II

      Exchanges
      https://novaexchange.com/market/BTC_FLX/
      https://yobit.net/en/trade/FLX/BTC

      Social
      https://twitter.com/CryptoFlashDev

      Follow us on twitter!

      Pages:
      Jump to: