Bitcoin Forum
July 06, 2024, 07:28:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Services / Re: [SPECTROCOIN.COM] Twitter Campaign on: April 08, 2015, 09:40:21 PM
https://twitter.com/mochinasa
https://twitter.com/mochinasa/status/585919403226562560
Bitcoin address: 17n7HiULeXBzS5Q82pqoKBaK1xHX3gd2xC
Thx !
2  Economy / Services / Re: DaDice Social Media Campaign on: April 06, 2015, 03:34:27 PM
Name: kinibore
Position: Newbie
Facebook url: Not available
Twitter Handle: @oolwoa
Bitcoin Address: 1NtumEHQvy1pGp73yLA8AazSANYExbifwJ
Link to your first DaDice post/Tweet: https://twitter.com/oolwoa/status/585102966757068801

Please consider to add me to the Campaign !

Sincerely thanks !
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Snowballs | Big Changes Coming Soon | Please Watch This Thread Carefully on: February 22, 2015, 06:09:33 PM
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


Just succesfully updated my client to the 2.0.1 version. I hope everyone else does the same so we can smoothly switch to the new fork.  Smiley


everything is working just fine =D

Yes, same here Smiley

Hope everyone updates in time and we can switch to the new fork without any troubles.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Colossuscoin v 2.0 (CV2) | Launch date: February 08 [X13] Pow/PoS on: February 12, 2015, 08:43:37 AM
i can not down load the new wallet ,because the link can not be open.

can you put it on the dropbox?

   Here you can download  https://www.dropbox.com/s/0983rjsp2ryapxk/ColossusCoin2-qt.7z?dl=0
 And someone from China can not download from this topic http://colossuscointalk.org/index.php?topic=1181.15

Thank you it works!
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SOKRY] SOCIALKRYPT - The first and only coin with a Social Network! ICO LIVE! on: October 14, 2014, 07:22:53 PM
A good and potential coin. I like your site socialcrypto.org. Beautiful design !

 Grin Shocked
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!