Bitcoin Forum
May 03, 2024, 06:18:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 121 »
  Print  
Author Topic: [ANN][ECASH]E-Money Advertising Revenue In Wallet | 8% Daily Stake for 21 days  (Read 91427 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
plast555
Sr. Member
****
Offline Offline

Activity: 951
Merit: 259



View Profile
February 27, 2015, 12:11:24 AM
 #341


We are on the block 2920 but the reward is still on 600 !??


Blocks 1441-2880 = 600 (864k)
Blocks 2881-4320 = 500 (720k)
1714760315
Hero Member
*
Offline Offline

Posts: 1714760315

View Profile Personal Message (Offline)

Ignore
1714760315
Reply with quote  #2

1714760315
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714760315
Hero Member
*
Offline Offline

Posts: 1714760315

View Profile Personal Message (Offline)

Ignore
1714760315
Reply with quote  #2

1714760315
Report to moderator
ohmygod21
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
February 27, 2015, 12:13:06 AM
 #342

this is not gonna help , the big dump incoming block reward is broken

put yout buy order < 1000
TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
February 27, 2015, 12:18:11 AM
 #343


We are on the block 2920 but the reward is still on 600 !??


Blocks 1441-2880 = 600 (864k)
Blocks 2881-4320 = 500 (720k)


Code:
{
    int64 nSubsidy = 750 * COIN;

if(nHeight == 1)
    {
        nSubsidy = 40000 * COIN; // less then 0.1% premine
    }
        else if(nHeight >= 1440)
    {
        nSubsidy = 600 * COIN;
    }
        else if(nHeight >= 2880)
    {
        nSubsidy = 500 * COIN;
    }
        else if(nHeight >= 4320)
    {
        nSubsidy = 400 * COIN;
    }
        else if(nHeight >= 5760)
    {
        nSubsidy = 300 * COIN;
    }
        else if(nHeight >= 7200)
    {
        nSubsidy = 250 * COIN;
    }

    return nSubsidy + nFees;
}

The codes has a flaw. (nHeight >= 1440)  Should of been <= since the block height will always be greater then
crazywack
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
February 27, 2015, 12:25:18 AM
 #344

^ you beat me to that comment!


Glad my buy orders weren't filled  Grin

plast555
Sr. Member
****
Offline Offline

Activity: 951
Merit: 259



View Profile
February 27, 2015, 12:28:12 AM
 #345


We are on the block 2920 but the reward is still on 600 !??


Blocks 1441-2880 = 600 (864k)
Blocks 2881-4320 = 500 (720k)


Code:
{
    int64 nSubsidy = 750 * COIN;

if(nHeight == 1)
    {
        nSubsidy = 40000 * COIN; // less then 0.1% premine
    }
        else if(nHeight >= 1440)
    {
        nSubsidy = 600 * COIN;
    }
        else if(nHeight >= 2880)
    {
        nSubsidy = 500 * COIN;
    }
        else if(nHeight >= 4320)
    {
        nSubsidy = 400 * COIN;
    }
        else if(nHeight >= 5760)
    {
        nSubsidy = 300 * COIN;
    }
        else if(nHeight >= 7200)
    {
        nSubsidy = 250 * COIN;
    }

    return nSubsidy + nFees;
}

The codes has a flaw. (nHeight >= 1440)  Should of been <= since the block height will always be greater then

yes of course that will be always higher, and that's ok !!


else if(nHeight >= 1440)
    {
        nSubsidy = 600 * COIN;
    }


        else if(nHeight >= 2880)
    {
        nSubsidy = 500 * COIN;
    }


so the change to 600 pass well, and this is the same:
if nHeight >= 2880  than nSubsidy = 500 * COIN
and that's ok !!!
don't know it's something else then....
ohmygod21
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
February 27, 2015, 12:29:23 AM
 #346

what mean fork
TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
February 27, 2015, 12:32:52 AM
 #347


yes of course that will be always higher, and that's ok !!


else if(nHeight >= 1440)
    {
        nSubsidy = 600 * COIN;
    }


        else if(nHeight >= 2880)
    {
        nSubsidy = 500 * COIN;
    }


so the change to 600 pass well, and this is the same:
if nHeight >= 2880  than nSubsidy = 500 * COIN
and that's ok !!!
don't know it's something else then....

Once a 'else' condition is meet it will drop out to the next command. So the block reward will never change it will always be set as 'nSubsidy = 600 * COIN'
ohmygod21
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
February 27, 2015, 12:40:38 AM
 #348

the dev could correct this ?
andrepierre
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
February 27, 2015, 12:41:36 AM
 #349

Agree but as previously stated I think it is time for the dev to act now before it is to late.
ohmygod21
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
February 27, 2015, 12:43:20 AM
 #350

when miners are going to wake up , they r going to see their waste of hash
plast555
Sr. Member
****
Offline Offline

Activity: 951
Merit: 259



View Profile
February 27, 2015, 12:45:40 AM
 #351


yes of course that will be always higher, and that's ok !!


else if(nHeight >= 1440)
    {
        nSubsidy = 600 * COIN;
    }


        else if(nHeight >= 2880)
    {
        nSubsidy = 500 * COIN;
    }


so the change to 600 pass well, and this is the same:
if nHeight >= 2880  than nSubsidy = 500 * COIN
and that's ok !!!
don't know it's something else then....

Once a 'else' condition is meet it will drop out to the next command. So the block reward will never change it will always be set as 'nSubsidy = 600 * COIN'

well, still don't understand, if you compare change from 750 to 600 and from 600 to 500 is in the same form, so how the change happened from 750 to 600 but from 600 to 500 doesn't want ?
forbesmining
Full Member
***
Offline Offline

Activity: 297
Merit: 100



View Profile
February 27, 2015, 12:49:34 AM
 #352

Stick a fork in this one, it's done

andrepierre
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
February 27, 2015, 12:51:23 AM
 #353


yes of course that will be always higher, and that's ok !!


else if(nHeight >= 1440)
    {
        nSubsidy = 600 * COIN;
    }


        else if(nHeight >= 2880)
    {
        nSubsidy = 500 * COIN;
    }


so the change to 600 pass well, and this is the same:
if nHeight >= 2880  than nSubsidy = 500 * COIN
and that's ok !!!
don't know it's something else then....

Once a 'else' condition is meet it will drop out to the next command. So the block reward will never change it will always be set as 'nSubsidy = 600 * COIN'

well, still don't understand, if you compare change from 750 to 600 and from 600 to 500 is in the same form, so how the change happened from 750 to 600 but from 600 to 500 doesn't want ?

That is exactly what I was thinking  Huh
TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
February 27, 2015, 12:55:50 AM
 #354


well, still don't understand, if you compare change from 750 to 600 and from 600 to 500 is in the same form, so how the change happened from 750 to 600 but from 600 to 500 doesn't want ?


int64 nSubsidy = 750 * COIN;

   if(nHeight == 1)
    {
        nSubsidy = 40000 * COIN; // less then 0.1% premine
    }
        else if(nHeight >= 1440)
    {
        nSubsidy = 600 * COIN;
    }
        else if(nHeight >= 2880)
    {
        nSubsidy = 500 * COIN;
    }
...........

You can have only one path with a 'if else' statement. It's like you walk into a hallway with 5 doors but you must enter the first one that matches you criteria. So with the first pass it sets the coin to 750 and all of the 'if' condition are false. Once it gets to block 1440 the first else is true and it sets coin to 600 and exits out the door. Then no matter how many more block pass you are always walking into that first door.


andrepierre
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
February 27, 2015, 12:57:45 AM
 #355

Thank you for the response, now I understand.
AltCoinTips
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 27, 2015, 12:59:22 AM
 #356

THIS GOING TO 200 sats!  THAT SUCKS !! Huh

WHERE IS THE DEV Huh Huh
andrepierre
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
February 27, 2015, 01:00:42 AM
 #357

THIS GOING TO 200 sats!  THAT SUCKS !! Huh

WHERE IS THE DEV Huh Huh

Just glad I am not in bed and have time to pull buy orders now.
ohmygod21
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
February 27, 2015, 01:03:39 AM
 #358

i think he is sleeping ..
ohmygod21
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
February 27, 2015, 01:04:35 AM
 #359

we have to fork and reduce the reward quickly
Zackgeno96
Hero Member
*****
Offline Offline

Activity: 1778
Merit: 520



View Profile
February 27, 2015, 01:04:43 AM
 #360

LOL fuck me i bought at 4k rofl

.
.7 BTC  WELCOME BONUS!..
███████████████████████████
██████████▀▀▄▄▄▄▄ ▄▀▀██████
█████████▄██████ ████ ▀████
██████▀▀ ▄▄▄▄ ▀▀███▀▄██ ███
████▀   ██████   ▀██████ ██
███ ▄▄▄████████▄▄▄ ██▄▄▄ ██
██ █████▀    ▀█████ ████ ██
██  ▀██        ███▀ ███ ███
██   ▄██▄    ▄██▄   █▀▄████
███ ▄████████████▄ ████████
████▄▀███▀▀▀▀███▀▄█████████
██████▄▄      ▄▄███████████
███████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████▄▄▄█████▄▄▄████████████████████████████████████████████████████
██████████▄█████▄█▄███▄█▄██████████▄██▀▀▀████████████████████████████████████████████████████
██████████████▀████▄████▀██████████████████████████▄█████▄██▄█████▄████▄████▄████▄████████
█████████████████▐█████▌███████████▄█████▀███▀▀████████▀▀▀▀█████▀▀▀██████▀▀███▀▀███████████
██████████████▄████▀████▄██████████████████▄▄▄▄▄███▄▄▄▄█████▄▄▄████████████████████████
████████████████▀█▀███▀█▀██████████▀███████▀█████████▀█████▀██▀█████▀███████████████████████
██████████████████████████████▀▀▀████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
███████████████████████████
████████▀▀  ▐█▌  ▀▀████████
██████▄     ▐█▌     ▄██████
████ ▀██▄▄███████▄▄██▀ ████
███    ██▀▀  ▄  ▀▀██    ███
██    ██   ▄███▄   ██    ██
████████  ███████  ████████
██    ██  ▀▀ █ ▀▀  ██    ██
███    ██▄▄ ▀▀▀ ▄▄██    ███
████ ▄██▀▀██████▀▀▀██▄ ████
██████▀     ▐█▌     ▀██████
████████▄▄  ▐█▌  ▄▄████████
███████████████████████████
.
.30+  ALTCOINS AVAILABLE..
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 121 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!