eli5 What is The Merge?

142 views

eli5 What is The Merge?

In: 0

4 Answers

Anonymous 0 Comments

To help narrow down the question:

“In what context?”

Anonymous 0 Comments

The way Ethereum currently works is you need a lot of computing power to solves and confirm blocks, this is called ‘Proof of Work’ basically the Ethereum chain is secure because the chain requires everyone doing huge amounts of computing work to confirm it.

The new method is ‘Proof of Stake’ where there’s less emphasis on computing power, and it’s more that the major holders agree. The chain is confirmed because the most money confirms it, people with the biggest stake in it confirm it.

This should drastically reduce transaction costs and computing power required.

Anonymous 0 Comments

Cryptocurrencies are built on “blockchains”, which are essentially just simple databases but instead of being controlled by a central authority they are controlled by a community. To incentivize people to provide processing power to run the system, users are typically given free cryptocurrency in proportion to the share of the processing power they provide. But the system doesn’t really have a mechanism to prevent people from providing more processing power than is necessary. After cryptocurrency prices took off, it made economic sense for people in certain parts of the world (where energy is especially cheap) to devote huge amounts of processing power to cryptocurrency “mining”, vastly more than is actually necessary to run the systems. There are literally massive warehouses full of computers just doing this 24/7. This has significant environmental and economic impacts. Some people have also created malware that mines cryptocurrency on their behalf on other people’s computers, so they don’t have to pay for the energy costs themselves.

There has therefore been a lot of pressure for cryptocurrencies to switch to systems that don’t incentivize people to waste energy. Some newer, smaller cryptocurrencies are not especially energy-hungry, but until now the biggest ones were. Recently Ethereum, the second most popular cryptocurrency after Bitcoin, made the switch, which has surprised some people as they have repeatedly promised to but kept pushing back the date. The immediate impact seems to be that the miners have simply switched to mining alternative cryptocurrencies, but assuming that Ethereum maintains its substantial market share, this change should make mining less profitable, since the same number of miners are now concentrated in a smaller share of the market.

Anonymous 0 Comments

In programming terms, when people work on a feature, the do it in a separate “branch”. When they feel that said feature is ready and can be applied to the main branch, they “merge” both branches together.

You probably heard it from the Ethereum merge. They’ve been testing the network on the new concept PoS (Proof-of-Stake). And now they are merging it into the main program.