Pages:
Author

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

member
Activity: 84
Merit: 10
cool downloaded client with no problems .  Now to see what this thing really can do.  Also is the stake back to 24 hours or is it at the 8.8 days?
sr. member
Activity: 392
Merit: 250
How many BALLS are in circulation so far ?

93 million. Should be around 4-5k


MARKET CAP is only $16k

http://coinmarketcap.com/currencies/snowballs/
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;
    }
}



             


All files changed in 2.0.1 are labeled as such on Github. This is how we will document which version which file changed in
sr. member
Activity: 392
Merit: 250
Hoping to have the new clients out today for Windows. I'll worry about Mac once I know the fork works properly

THERE WILL NO LONGER BE A COIN SWAP, BUT A CLIENT UPDATE WILL BE MANDATORY

We managed to fix what needed fixing in a more interesting way. More details later. Just update clients, no need to move coins

Great! If the coin proves to bounce back, I personally will donate a little something to you. Much deserved.

Appreciate that, but the best way to support everything is to grab an address on GorillaStake. Make me work for your money, don't give it away for free  Wink


Ahh.. An even better idea loll. (as the buys build/sells are removed =D)
legendary
Activity: 1554
Merit: 1001
How many BALLS are in circulation so far ?
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Hoping to have the new clients out today for Windows. I'll worry about Mac once I know the fork works properly

THERE WILL NO LONGER BE A COIN SWAP, BUT A CLIENT UPDATE WILL BE MANDATORY

We managed to fix what needed fixing in a more interesting way. More details later. Just update clients, no need to move coins

Great! If the coin proves to bounce back, I personally will donate a little something to you. Much deserved.

Appreciate that, but the best way to support everything is to grab an address on GorillaStake. Make me work for your money, don't give it away for free  Wink
sr. member
Activity: 392
Merit: 250
Hoping to have the new clients out today for Windows. I'll worry about Mac once I know the fork works properly

THERE WILL NO LONGER BE A COIN SWAP, BUT A CLIENT UPDATE WILL BE MANDATORY

We managed to fix what needed fixing in a more interesting way. More details later. Just update clients, no need to move coins

Great! If the coin proves to bounce back, I personally will donate a little something to you. Much deserved.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Hoping to have the new clients out today for Windows. I'll worry about Mac once I know the fork works properly

THERE WILL NO LONGER BE A COIN SWAP, BUT A CLIENT UPDATE WILL BE MANDATORY

We managed to fix what needed fixing in a more interesting way. More details later. Just update clients, no need to move coins
Great work I move my BALLS to the new client if it is ready.
What are the changes?
Is the POS still 1000% and once in the 8.8 days?

No and no  Wink
legendary
Activity: 2453
Merit: 1025
Energy coin master
Hoping to have the new clients out today for Windows. I'll worry about Mac once I know the fork works properly

THERE WILL NO LONGER BE A COIN SWAP, BUT A CLIENT UPDATE WILL BE MANDATORY

We managed to fix what needed fixing in a more interesting way. More details later. Just update clients, no need to move coins
Great work I move my BALLS to the new client if it is ready.
What are the changes?
Is the POS still 1000% and once in the 8.8 days?
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Hoping to have the new clients out today for Windows. I'll worry about Mac once I know the fork works properly

THERE WILL NO LONGER BE A COIN SWAP, BUT A CLIENT UPDATE WILL BE MANDATORY

We managed to fix what needed fixing in a more interesting way. More details later. Just update clients, no need to move coins
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
sr. member
Activity: 392
Merit: 250
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
legendary
Activity: 1624
Merit: 1005
I wish you all love and profitable investments!!!
The blockchain is moving very slowly right now. I think we found one block or so in the last 24 hours.

Give it some time. It will start moving eventually, if it doesn't we can just wait till the fork  Smiley

Not the end of the world. You would be keeping those BALLS put anyway, so just stop checking every few minutes  Tongue


+1  Guys, your coins will not be lost. Just have to wait.
hero member
Activity: 513
Merit: 500
Crypto ehalvers
Looks like the blockchain is off to the races.
sr. member
Activity: 440
Merit: 250
http://taas.fund
lol yes the blockchain does not move because it is broke. keeping holding..

Not broken, but extremely slow. It was at block 189722 when I posted last night. I just checked again and it is at 189723. Many hours have passed, and it did move but a tick!
hero member
Activity: 546
Merit: 500
AKA The Rubber Monkey
lol yes the blockchain does not move because it is broke. keeping holding..

Definitely not broke. Just slow.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
lol yes the blockchain does not move because it is broke. keeping holding..
sr. member
Activity: 391
Merit: 250
I Hope the fork is very soon
Pages:
Jump to: