Pages:
Author

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

newbie
Activity: 4
Merit: 0
Trigger has been pulled.
full member
Activity: 168
Merit: 100
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
I need to check out the wallet one click
What you really need to do is put NANAS wallet and ARPA wallet right side by side and tell me what you think Wink lol Just saying.... Let's get to selling these things now Smiley
newbie
Activity: 11
Merit: 0
I need to check out the wallet one click
legendary
Activity: 1568
Merit: 1057
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;
}

the only error is that at block number 4000 the block reward will be 325
so what is the problem?
he can simply put in the op that block 4000 = 325.

starting from 4000 it will be 325 if i see that right
pow ends at block 4000.
so only block 4000 will be 325.
Are you sure?
hero member
Activity: 1540
Merit: 500
10 star coin
10 star project
10 star monkey

Here is my 10000BTC. I'm sure you'll find a way to quadruple it. Thanks and good luck!
legendary
Activity: 2660
Merit: 1240
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;
}

the only error is that at block number 4000 the block reward will be 325
so what is the problem?
he can simply put in the op that block 4000 = 325.

starting from 4000 it will be 325 if i see that right
legendary
Activity: 1568
Merit: 1041
1GhxHtabWhEpdb7e7oEJ2vd542n33BwTHR
Pretty sure Blacksmith said it will be on yobit in just a few minutes
member
Activity: 278
Merit: 10
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
I didn't read other posts , I am interested in buying not in selling , so any offers you may have just pm me.

Thanks


OK I'll sell you NANAS and ARPA mate Smiley PM what you want to pay for them then Smiley
hero member
Activity: 527
Merit: 501
I didn't read other posts , I am interested in buying not in selling , so any offers you may have just pm me.

Thanks

hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
Any exchange soon enough?

Thanks


Holy Super Rookie account posting exact same message in the two ninja launched masternode POS coins launched today lmfao

EDIT - total sockpuppet account for someone date registered aug 2014 but only 2 posts EVER and they are both in the 2 coins I mentioned lmfao wow
hero member
Activity: 742
Merit: 500
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;
}

where can i see this

you can see on your heart . relax and you can find it
damn, thanks anyway
legendary
Activity: 1414
Merit: 1001
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;
}

where can i see this

you can see on your heart . relax and you can find it
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
hero member
Activity: 742
Merit: 500
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;
}

where can i see this
Pages:
Jump to: