Pages:
Author

Topic: [ANN] Snowballs | ONE MORE HARD FORK to BALLS 2.0.2 | BALLS/MMXIV Market OPEN - page 59. (Read 257518 times)

member
Activity: 99
Merit: 10


Significant changes in the BALLS 2.0.1 Two Stage Hard Fork:
  • Protocol has been switched back
  • Blocks will return to their previous speed
  • Protocol switch occurs at 1424995200
    • 02/27/2015 @ 12:00am (UTC)

Staking Changes
  • Staking will return to its previous frequency
  • Stake rewards have been updated to be more interesting
    • Now based on block number in a specific, fixed range
  • A few features or changes have been cut to prevent a coin swap to a new chain
  • Stake rewards start fluctuating at Block 200,000


Stake Reward Structure in its entirety is as follows:

Code:
int64 GetProofOfStakeRewardYear(int nHeight) {
    static int64 nBaseCoinYear = 5000 * CENT;
    static int64 nMaxPercent = 20000;
    static int64 nReward = 0;

    if (nHeight <= 80000)
        return nBaseCoinYear;

    if (nHeight <= 85000)
        return nBaseCoinYear + ((nHeight - 80000) * CENT);

    if (nHeight <= 94000)
        return (nBaseCoinYear * 2) - ((nHeight - 85000) * CENT);
    
    if (nHeight < 200000) {
        return 1000 * CENT;
    } else {
        nReward = (nHeight % nMaxPercent);
        if (nReward == 0)
            nReward = nMaxPercent;
printf("Stake percent on block %d is %d\n", nHeight, nReward);
        return nReward * CENT;
    }
}



             


Fork goes live in about 22 hours. Make sure you are updated to 2.0.1

After fork if I am reading this right it looks to me like apr% will grow slowly as chain ages.  Starting at 10.  Does that sound like a fair assessment?  Is % division or a mod operator?  Thanks
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
For anyone who has or is using Cloud Staking on GorillaStake, please head over to that specific thread and post a review, whether it's good or bad. I know there's not much to review, but if people see other customers saying that it works and is legit, it may help us out. As a consumer, I always check for POSITIVE TRUST and user reviews before purchasing or trusting a service

Thanks guys

GorillaStake Thread: https://bitcointalksearch.org/topic/cloud-staking-done-right-for-mmxiv-balls-and-10k-gorillastakecom-951437
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
my weight is 3180000 , network weight 1370 , expected time to stake , 0 seconds.  It is not a case of being impatiant waiting for it to stake, i havnt staked for a VERY long time and am owed shitloads, was staking almost every block untill 2 days ago then all just stopped. All synched, good connections. Hope the fork fixes this!!!!!I dont care as long as i dont lose my weight and balls owed.

I don't know how I can make it any more clear to you that the fork to fix your (and everyone else with the exact same) problems happens in a few short hours
legendary
Activity: 2086
Merit: 1001
my weight is 3180000 , network weight 1370 , expected time to stake , 0 seconds.  It is not a case of being impatiant waiting for it to stake, i havnt staked for a VERY long time and am owed shitloads, was staking almost every block untill 2 days ago then all just stopped. All synched, good connections. Hope the fork fixes this!!!!!I dont care as long as i dont lose my weight and balls owed.
legendary
Activity: 2086
Merit: 1001
still not staking for over 24 hours, wallet synched, loadsa connections, massive weight, says staking with blue arrow and 1 second till stake. Anything i should/could do???

Be patient  Smiley
Yeah and about me !!! my coins are in the wallet for 10 days and have 218k weight but no staking.
is there a minimum amount of coins requirement?

If only you knew the weight of some of the larger wallets  Tongue

You guys needa take a chill pill. All of your stake will come in due time. Please try to be a little more patient haha. Posting in here every few hours wont make it go any faster.

I am 1 of the largest,was staking 10,000 balls almost every min or so a couple days ago and then all just stopped.
hero member
Activity: 952
Merit: 1000
www.pumpmycoin.com
how  min coins  for stake ?  80000 ?
member
Activity: 84
Merit: 10
not worried about it coming worried about it orphaning  I received 4 stakes and all but 1 orphaned.
hero member
Activity: 513
Merit: 500
Crypto ehalvers
still not staking for over 24 hours, wallet synched, loadsa connections, massive weight, says staking with blue arrow and 1 second till stake. Anything i should/could do???

Be patient  Smiley
Yeah and about me !!! my coins are in the wallet for 10 days and have 218k weight but no staking.
is there a minimum amount of coins requirement?

If only you knew the weight of some of the larger wallets  Tongue

You guys needa take a chill pill. All of your stake will come in due time. Please try to be a little more patient haha. Posting in here every few hours wont make it go any faster.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io


Significant changes in the BALLS 2.0.1 Two Stage Hard Fork:
  • Protocol has been switched back
  • Blocks will return to their previous speed
  • Protocol switch occurs at 1424995200
    • 02/27/2015 @ 12:00am (UTC)

Staking Changes
  • Staking will return to its previous frequency
  • Stake rewards have been updated to be more interesting
    • Now based on block number in a specific, fixed range
  • A few features or changes have been cut to prevent a coin swap to a new chain
  • Stake rewards start fluctuating at Block 200,000


Stake Reward Structure in its entirety is as follows:

Code:
int64 GetProofOfStakeRewardYear(int nHeight) {
    static int64 nBaseCoinYear = 5000 * CENT;
    static int64 nMaxPercent = 20000;
    static int64 nReward = 0;

    if (nHeight <= 80000)
        return nBaseCoinYear;

    if (nHeight <= 85000)
        return nBaseCoinYear + ((nHeight - 80000) * CENT);

    if (nHeight <= 94000)
        return (nBaseCoinYear * 2) - ((nHeight - 85000) * CENT);
    
    if (nHeight < 200000) {
        return 1000 * CENT;
    } else {
        nReward = (nHeight % nMaxPercent);
        if (nReward == 0)
            nReward = nMaxPercent;
printf("Stake percent on block %d is %d\n", nHeight, nReward);
        return nReward * CENT;
    }
}



             


Fork goes live in about 22 hours. Make sure you are updated to 2.0.1
member
Activity: 84
Merit: 10
I'm getting like 3-1 orphan to stakes why so bad at getting confirmed stakes and my stake weight is like 20x network weight
legendary
Activity: 1064
Merit: 1000
still not staking for over 24 hours, wallet synched, loadsa connections, massive weight, says staking with blue arrow and 1 second till stake. Anything i should/could do???

Be patient  Smiley
Yeah and about me !!! my coins are in the wallet for 10 days and have 218k weight but no staking.
is there a minimum amount of coins requirement?
hero member
Activity: 513
Merit: 500
Crypto ehalvers
still not staking for over 24 hours, wallet synched, loadsa connections, massive weight, says staking with blue arrow and 1 second till stake. Anything i should/could do???

Be patient  Smiley
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
still not staking for over 24 hours, wallet synched, loadsa connections, massive weight, says staking with blue arrow and 1 second till stake. Anything i should/could do???

The same thing I've been telling you for the last two days. Wait until the fork on the 27th
legendary
Activity: 2086
Merit: 1001
still not staking for over 24 hours, wallet synched, loadsa connections, massive weight, says staking with blue arrow and 1 second till stake. Anything i should/could do???
hero member
Activity: 513
Merit: 500
Crypto ehalvers
my wallet has stopped staking since yesterday lunchtime when no blocks were bein found for a while, my weight is massive, says staking and i am due to find a block in seconds.

Don't worry about it.
legendary
Activity: 2086
Merit: 1001
my wallet has stopped staking since yesterday lunchtime when no blocks were bein found for a while, my weight is massive, says staking and i am due to find a block in seconds.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
member
Activity: 88
Merit: 10
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Pages:
Jump to: