All about bitcoin halving

Let me remind you, dear colleagues, what is bitcoin halving, what does it look like in the Bitcoin Core Github code, when it happened and when it will happen again. And also share my point of view on what to expect from BTC halving.

What is bitcoin halving

This is the programmed process of reducing the reward to bitcoin miners for their work exactly half

If you read the White Paper “Bitcoin: A Peer-to-Peer Electronic Cash System” by Satoshi Nakamoto, then you hardly recall the mention of halving. Because it is not there. However, we know that the Bitcoin blockchain is programmed to issue 21 million bitcoins, but in such a way that the rate of emergence of new bitcoins gradually decreases. This is achieved by reducing the remuneration of miners.

Bitcoin halving in blockchain program code

CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
int halvings = nHeight / consensusParams.nSubsidyHalvingInterval;
// Force block reward to zero when right shift is undefined.
if (halvings >= 64)
return 0;

CAmount nSubsidy = 50 * COIN;
// Subsidy is cut in half every 210,000 blocks which will occur approximately every 4 years.
nSubsidy >>= halvings;
return nSubsidy;
}

That is, after every 210,000 blocks of generated blocks, the reward of miners for a successfully mined block is reduced by half. Let’s remember when this happened.

First and second bitcoin halving

So, on January 3, 2009, the first block was generated and the reward for it was 50 BTC. On November 28, 2012, the first halving happened (at a price of $ 12.31 for 1 BTC) and the reward dropped to 25 Bitcoins, and on July 9, 2016, during the second bitcoin halving, it dropped to 12.5 BTC. Bitcoin then traded already about $ 650 per coin.

bitcoin halving
bitcoin halving

A total of 32 bitcoin halvings are planned, after which the issue of the first cryptocurrency will stop and the maximum coin offer will be reached. Tentatively, this will happen in 2140.

In the meantime, we are waiting for the third halving, which will happen on the 630,000 block, most likely on April 27-28, 2020. Block rewards from the current 12,5 will drop to 6.25 BTC. I note that there is an opinion on the network that bitcoin halving should be expected in May 2020, but it is based on the erroneous assumption that a new blog is generated every 10 minutes. This is the average value.

Bitcoin Halving Timer

It is calculated by the following formula: (halving block — the height of the next block) * average time between blocks — the estimated production time of the next block.

bitcoin halving
bitcoin halving

As you can see, the process described above is repeated every 4 years and already in 2028 the remuneration for the block will be a little more than 1.5 BTC, which is 10 times less than the current one. Well, then the reward will fall just as rapidly.

-But it’s too little! The reward will not pay for itself with the ever-increasing hashrate of the Bitcoin network and the cost of electricity and equipment costs, someone will exclaim.

There is some truth to this, but let’s not forget that Bitcoin is a bold experiment. And its creator could hardly have foreseen what kind of fuss would arise around his invention with cryptocurrency exchanges, wild speculation and imitation in the form of fraudulent ICOs.

In addition, mining is not only the creation of new bitcoins, but also transaction fees, which many forget. And I have several assumptions as to what will happen to the Bitcoin network in the future. However, reflections on this topic are beyond the scope of the article.

Halving bitcoin. Conclusions

  • A lot of people believe that halving will cause a rise in BTC prices and is trying to cite the first two halving as an argument. But let’s try to look at the situation impartially.
    The life history of bitcoin is a little over 10 years and it is impossible to draw any serious conclusions based on such a short period of time.
  • From 2009, when the first block of bitcoin was generated, and until December 2017, when bitcoin futures (specifically approved to bring down the bubble in the cryptocurrency market) appeared on the CME, the price of bitcoin has been growing. With the same success, this process can be linked to the growth of China’s economy or global warming.

Cryptocurrency hodlers want to believe in the growth of their digital assets. That is why they cling to any opportunity to strengthen this faith. I do not share this approach, although I consider it possible to make forecasts of cryptocurrency rates from the point of view of technical and fundamental analysis in the medium term — the ethereum rate for January 2020.

“The intelligent investor is a realist who sells to optimists and buys from pessimists.” — Benjamin Graham

Thanks for attention.

Дмитрий
Блог Дмитрия Стецко (STETSKOFF)
Добавить комментарий