Bitcoin Forum
May 24, 2024, 10:25:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
721  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][0.8.6] Hirocoin - X11 - NGW - Secured Blockchain - Time Warp Limitation on: August 02, 2014, 07:54:55 PM
Hirocoin 0.8.6.5 - Dynamic Block Reward
Hard Fork on Block 224,000

It has been a long time in development but we have now released 0.8.6.5 with dynamic block reward. This is a variable block reward based on the history of the difficulty from the last 100 blocks. When the difficulty rises compared against the history the reward drops and when the difficulty drops compared to the history the reward rises. This will restore market confidence over the long term and will improve Hirocoin's standing in time for the impact of Scrypt ASICs being release from some of the more major hardware vendors.


For those that are interested the new code for GetBlockValue looks like the following. Normally the first argument is simply nHeight sometimes with +1, I added an argument for when the plus one is required and pass in CBlockIndex rather than just its nHeight value. We need the CBlockIndex to be able to reference the last 100 difficulty values.

The code is simple enough, we get the average of the last 100 difficulty values and then divide that into the current difficulty to get the weight to apply to the coin reward. The new coin reward can go from 40 to 400 depending on whether the diffuclty is going up, down or remains static.

I know what some of you are thinking, there is float maths in here and that will cause trouble. Wrong. I have tested this on Linux and Windows and can see the difference between platforms. It cannot effect the final coin value per block. The difference is six decimals deep on the diffTotal and has no impact Smiley

Code:
int64 static GetBlockValue(const CBlockIndex* pindexLast, int64 nFees, bool addOne)
{
    int nHeight = pindexLast->nHeight;
    if (addOne) {nHeight += 1;}
    int mockSubsidy = 400;
    if (nHeight > 224000) {
        const CBlockIndex* pindexFirst = pindexLast;
        mockSubsidy = 200; // Average reward
        double diffTotal = 0;
        double lastDiff = GetDifficulty(pindexLast);
        for (int i = 0; pindexFirst && i < 100; i++) {
            pindexFirst = pindexFirst->pprev;
            diffTotal += GetDifficulty(pindexFirst);
        }
        double weight = (diffTotal / 100) / lastDiff;
        if (weight > 2) weight = 2; // Max 400 reward
        if (weight < 0.2) weight = 0.2; // Min 40 reward
        mockSubsidy *= weight;
    }
    int64 nSubsidy = mockSubsidy * COIN;

    // Subsidy is cut in half every 840000 blocks, which will occur approximately every ~1.6 years
    nSubsidy >>= (nHeight / 840000);

    return nSubsidy + nFees;
}

I have not gone anywhere, I will remain as Lead Developer on Hirocoin and I do not intend to leave. Hirocoin launched without any further maintenance required, many other coins look very busy after launch fixing all the loose ends. Hirocoin never needed to do that and perhaps the lack of activity got some people concerned rather than reassured by the lack of required maintenance.

I am always open to new ideas. Reducing the block reward was something I was never a fan of however a dynamic block reward seemed a much more interesting prospect as where this has been tried before it has been set to static values which max out and then never change after a certain point. The solution here will always remain dynamic and relevant. There is every chance that we will refine and improve on this solution in the future and hope that others will take this work on board in their own coins.

If you have any killer ideas that you want to see implemented then please give me a shout. I am always on the look out for good ideas to implement in Hirocoin. Send me a PM and I can meet up with you on Skype or somewhere of your choice.

Glad to see you back, after not buy cheap coins, with some regret。 Cheesy
722  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma /₭/ NEW! X11 + Time Warp + More (pg.140) SIDECHAIN+ (pg. 143) on: August 01, 2014, 09:36:41 AM
Target 50GH / S. GO KARMA Roll Eyes
723  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ [ANN] ECCoin (ECC) ★★★ ECCoin - Green Future FORK FIXED UPGRADE NEEDED on: July 31, 2014, 08:21:52 AM
206,367 after no response. v1.6.0.0 wallet problems. .. Huh
724  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][0.8.6] Hirocoin - X11 - NGW - Secured Blockchain - Time Warp Limitation on: July 30, 2014, 04:46:31 PM
so instead of focusing on his coin, hiro has yet again "helped another coin" https://bitcointalk.org/index.php?topic=579973.0  he is helping it transition from scrypt to x11....does hiro even have any plans of still working on hirocoin or has he abandoned it?
karma I am concerned almost half a year, the team hopes Hirocoin learn under them.
725  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ [ANN] ECCoin (ECC) ★★★ ECCoin - Green Future FORK FIXED UPGRADE NEEDED on: July 30, 2014, 03:44:17 PM
Who successfully received the coins get in MINTPAL。。。
726  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ [ANN] ECCoin (ECC) ★★★ ECCoin - Green Future FORK FIXED UPGRADE NEEDED on: July 30, 2014, 07:10:45 AM
Block chain coin again bifurcation。。。Help.
727  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][0.8.6] Hirocoin - X11 - NGW - Secured Blockchain - Time Warp Limitation on: July 28, 2014, 03:52:18 PM
团队消失,HIRO每天数量都在增加,购买力几乎消失,只有人们在抛售,不久得退出MINTPAL市场。产量减半实在太久了。只有团队才能自救。。。
728  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma /₭/ NEW! X11 + Time Warp + More (pg.140) SIDECHAIN+ (pg. 143) on: July 26, 2014, 10:09:43 PM
Karma Rewards

Our flagship product will be called Karma Rewards. This "freemium" offering allows any person to begin using Karma immediately. Users would also be introduced to Karma cryptocurrency as an easy-to-use digital currency. The same system that handles the free rewards can handle Karma cryptocurrency. We feel that this is an effective method for the widespread adoption of Karma and would be integral to the rapid growth of our economy.

We will also work to partner with companies like Octopus (Hong Kong) for integration into their existing networks. This will allow people to receive Karma rewards when making purchases at Starbucks, 7-Eleven, movie theaters, vending machines, McDonald's restaurants, and more .

Additionally, we will promote Karma cryptocurrency as a redemption option for existing rewards programs such as those for airlines, credit cards, and retail stores worldwide.

Looking KARM could do that.

Graphics card in hibernation. Wait KARM X11 to work.low price  conducive  my Mining KARM.
729  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma /₭/ NEW! X11 + Time Warp + More (pg.140) SIDECHAIN+ (pg. 143) on: July 26, 2014, 09:53:27 PM
karmashares LLC infancy, and slowly growing coins have value exists. Accelerated growth can look for famous public relations firm to promote. 20-30 satoshi deal more healthy.
Cheap large number of holds, like me. Very dangerous. Joke, in February began to invest KARM buy a lot of graphicsnow sell many KARM.
730  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma /₭/ NEW! X11 + Time Warp + More (pg.140) SIDECHAIN+ (pg. 143) on: July 26, 2014, 09:37:53 PM
249999.95 KARM Good turn deserves another.。。

huige007, you are from china right? What do you think do we need to do to reach the asian markets?

China, the Chinese market is very strong, the English will not. pair KARM some views can not be expressed. QQ, China's largest exchanges have 70 people.
731  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma /₭/ NEW! X11 + Time Warp + More (pg.140) SIDECHAIN+ (pg. 143) on: July 26, 2014, 08:46:34 PM
249999.95 KARM Good turn deserves another.。。
732  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma /₭/ NEW! X11 + Time Warp + More (pg.140) SIDECHAIN+ (pg. 143) on: July 26, 2014, 04:27:36 PM
Worried about the future KARM attack by 51%. Today RBY coins under attack. Huh
733  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★★ Rubycoin ★★ A precious gem for the digital age on: July 26, 2014, 04:25:11 PM
POS。。GO。 Grin
734  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★★ Rubycoin ★★ A precious gem for the digital age on: July 26, 2014, 10:07:00 AM
bittrex  What happenedcan not trade.
735  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ [ANN] ECCoin (ECC) ★★★ ECCoin - Green Future FORK FIXED UPGRADE NEEDED on: July 25, 2014, 09:00:32 PM
10 litoshi  见。。。 Cheesy
736  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma /₭/ NEW! X11 + Time Warp + More (pg.140) SIDECHAIN+ (pg. 143) on: July 24, 2014, 10:33:15 PM
 I have 5 billion Where sale. Believe it or not. Grin
737  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma /₭/ NEW! X11 + Time Warp + More (pg.140) SIDECHAIN+ (pg. 143) on: July 20, 2014, 03:55:24 PM
China summer so hot ah, look forward to saving 40% X11.
738  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma /₭/ NEW! X11 + Time Warp + More (pg.140) SIDECHAIN+ (pg. 143) on: July 20, 2014, 03:39:39 PM
240 000 Change X11?
739  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ERC] EuropeCoin - ONLY PURE PoS - NEXT TO FORK!!! - BITTREX - ShareXcoin on: July 20, 2014, 03:36:46 PM
Coin has lost its trading platform. . Huh
740  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ [ANN] ECCoin (ECC) ★★★ ECCoin - Green Future FORK FIXED UPGRADE NEEDED on: July 19, 2014, 08:39:38 PM
1.6.0.0 version 194164 could not be updated.

if you have updated your version you will need to redownload the block chain in order to make sure you are on the correct chain and not a fork
Updated. Thank you Cheesy
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!