Pages:
Author

Topic: [ANN][NANAS] BananaBits - Home of the 1-Click Masternode! Scrypt NINJA - page 24. (Read 38084 times)

legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Ahh, now i see. You are right guys.... still time to fix.

Correct. We liked the name and were reviewing the code to add it to GorillaEx, but there is an error
full member
Activity: 168
Merit: 100
Ahh, now i see. You are right guys.... still time to fix.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
To have the parameters as mentioned in the OP, you have an error in the bolded line

Quote
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 325 * COIN;

    if(nHeight < 950)
    {
        nSubsidy = 325 * COIN;
    }
    else if(nHeight < 1400)
    {
        nSubsidy = 225 * COIN;
    }
    else if(nHeight < 1900)
    {
        nSubsidy = 212 * COIN;
    }
    else if(nHeight < 2400)
    {
        nSubsidy =  162 * COIN;
    }
    else if(nHeight < 2850)
    {
        nSubsidy = 126 * COIN;
    }
    else if(nHeight < 3500)
    {
        nSubsidy = 95 * COIN;
    }
    else if(nHeight < 4000)
    {
        nSubsidy = 52 * COIN;
    }

    return nSubsidy + nFees;
}

It looks like typo in OP.
no its need to be
    else if(nHeight > 4000)
 


Correct, or the top bolded line could be changed to whatever the reward should be after block 4000. The whole reward system is sloppy, but those two options will work as a bandaid
legendary
Activity: 1778
Merit: 1003
NodeMasters
To have the parameters as mentioned in the OP, you have an error in the bolded line

Quote
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 325 * COIN;

    if(nHeight < 950)
    {
        nSubsidy = 325 * COIN;
    }
    else if(nHeight < 1400)
    {
        nSubsidy = 225 * COIN;
    }
    else if(nHeight < 1900)
    {
        nSubsidy = 212 * COIN;
    }
    else if(nHeight < 2400)
    {
        nSubsidy =  162 * COIN;
    }
    else if(nHeight < 2850)
    {
        nSubsidy = 126 * COIN;
    }
    else if(nHeight < 3500)
    {
        nSubsidy = 95 * COIN;
    }
    else if(nHeight < 4000)
    {
        nSubsidy = 52 * COIN;
    }

    return nSubsidy + nFees;
}

It looks like typo in OP.
no its need to be
    else if(nHeight > 4000)
 
full member
Activity: 168
Merit: 100
To have the parameters as mentioned in the OP, you have an error in the bolded line

Quote
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 325 * COIN;

    if(nHeight < 950)
    {
        nSubsidy = 325 * COIN;
    }
    else if(nHeight < 1400)
    {
        nSubsidy = 225 * COIN;
    }
    else if(nHeight < 1900)
    {
        nSubsidy = 212 * COIN;
    }
    else if(nHeight < 2400)
    {
        nSubsidy =  162 * COIN;
    }
    else if(nHeight < 2850)
    {
        nSubsidy = 126 * COIN;
    }
    else if(nHeight < 3500)
    {
        nSubsidy = 95 * COIN;
    }
    else if(nHeight < 4000)
    {
        nSubsidy = 52 * COIN;
    }

    return nSubsidy + nFees;
}

It looks like typo in OP.
legendary
Activity: 1246
Merit: 1005

on the one click setup i get the following message "The local external IP is not yet detected. Please try again in a few minutes."

Dev: help.

legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
To have the parameters as mentioned in the OP, you have an error in one of the two bolded lines

Quote
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 325 * COIN;

    if(nHeight < 950)
    {
        nSubsidy = 325 * COIN;
    }
    else if(nHeight < 1400)
    {
        nSubsidy = 225 * COIN;
    }
    else if(nHeight < 1900)
    {
        nSubsidy = 212 * COIN;
    }
    else if(nHeight < 2400)
    {
        nSubsidy =  162 * COIN;
    }
    else if(nHeight < 2850)
    {
        nSubsidy = 126 * COIN;
    }
    else if(nHeight < 3500)
    {
        nSubsidy = 95 * COIN;
    }
   else if(nHeight < 4000)
   {
        nSubsidy = 52 * COIN;
    }

    return nSubsidy + nFees;
}
legendary
Activity: 1414
Merit: 1001
hey dev , do you have planning for NANAS ? or just Mine > stake > sell > Buy > dead ?
full member
Activity: 168
Merit: 100
1-clik masternode...sweet.

I also like the name. Huge hashrate.

Ok
 I´m in.
hero member
Activity: 742
Merit: 500
Dev
For Ninja need exchandes

you can try to contact with https://yobit.net
we call it toserba here
legendary
Activity: 2632
Merit: 1450
Dev
For Ninja need exchandes

you can try to contact with https://yobit.net
member
Activity: 90
Merit: 10
NANAS very delicious , my mom Sell my home for buy Some NANAS
legendary
Activity: 1246
Merit: 1005

Got 5K for sale. PM me your offer.

hero member
Activity: 742
Merit: 500
but first, pls lower the hashrate LOL
full member
Activity: 154
Merit: 100
★YoBit.Net★ 100+ Coins Exchange & Dice
It will do well on Trex I think. I'll scoop some if it gets on there.
member
Activity: 107
Merit: 10
Wanting to buy 5k banana bits. Anyone want to sell them to me before I buy them on a dump from exchange?
full member
Activity: 154
Merit: 100
★YoBit.Net★ 100+ Coins Exchange & Dice
1 click master node sounds cool. Any other plans for developments?
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
WTS NANAS pm should you intrested before it hits exchange Smiley
legendary
Activity: 1806
Merit: 1827
I'm in. I must be going Nanas with another ninja masternode coin. I swore them off just yesterday. Guess these coins are like my smoking habit. Almost as expensive, too Cheesy
sr. member
Activity: 459
Merit: 250
The dev is still online  Smiley hoping he is working on block explorer
The POS just started
Pages:
Jump to: