Position: Home page » Bitcoin » How much reward does the first block of bitcoin get

How much reward does the first block of bitcoin get

Publish: 2021-05-02 08:52:01
1.

The total number of bitcoins is 21 million

in 2009, when bitcoin was born, block reward was 50 bitcoins. Ten minutes after its birth, the first 50 bitcoins were generated, and the total amount of money at this time is 50. Then bitcoin grew at a rate of about 50 every 10 minutes. When the total amount reaches 10.5 million (50% of 21 million), the block reward will be halved to 25

when the total amount reaches 15.75 million (5.25 million new output, i.e. 50% of 1050), the block reward will be further halved to 12.5. The monetary system used to have no more than 10.5 million in four years, after which the total number will be permanently limited to about 21 million

extended data

monetary characteristics

1. Decentralization: bitcoin is the first distributed virtual currency, and the whole network is composed of users without a central bank. Decentralization is the guarantee of bitcoin's security and freedom

2. Global circulation: bitcoin can be managed on any computer connected to the Internet. No matter where you are, anyone can dig, buy, sell or collect bitcoin

3. Exclusive ownership: private key is needed to control bitcoin, which can be stored in any storage medium in isolation. No one can get it except the user himself

4. Low transaction cost: bitcoin can be remitted free of charge, but a transaction fee of about 1 bitfen will be charged for each transaction to ensure faster transaction execution

5, no hidden cost: as a means of payment from a to B, bitcoin has no cumbersome limit of quota and proceres. If you know the other party's bitcoin address, you can pay

6. Cross platform mining: users can explore the computing power of different hardware on many platforms

2.

On January 3, 2009, the first batch of 50 bitcoins were g up on a small server in Finland. On May 21, 2010, the first bitcoin transaction: programmer Laszlo hanyecz bought a $25 pizza coupon with 10000 BTC. This transaction gave birth to the first fair exchange rate of bitcoin.

< H2 > extended materials

Satoshi Nakamoto, a self styled Japanese American, is often translated by Japanese media as the founder of bitcoin protocol and its related software bitcoin QT, but his real identity is unknown. In 2008, Nakamoto published a paper called "bitcoin: a peer-to-peer electronic cash system", which describes an electronic currency and its algorithm called "bitcoin"

In 2009, he released the first bitcoin software and officially launched the bitcoin financial system. In 2010, he graally faded out and handed over the project to other members of the bitcoin community. Nakamoto is believed to hold about one million bitcoins. These bitcoins were worth more than $1 billion at the end of 2013

since the publication of the paper, the real identity of Nakamoto has long been unknown to the outside world. Julian Assange, founder of WikiLeaks, claims that Nakamoto is a cypherpunk. In addition, some people said that "Nakamoto is an anarchist. His original intention is not to control digital cryptocurrency by a certain government or central bank, but to become a global free flowing currency that is not regulated and controlled by the government."

main entry: bitcoin history

on November 1, 2008, Nakamoto published a paper entitled "bitcoin: a point-to-point e-cash system" in the cryptography mailing list of "metzdowd. Com". This paper describes in detail how to create a decentralized electronic trading system, and this system does not need to be built on the basis of mutual trust between the two parties. Soon, on January 3, 2009, he developed the first client program to implement the bitcoin algorithm, concted the first "mining" and obtained the first batch of 50 bitcoins. This also marks the formal birth of bitcoin financial system

on December 5, 2010, ring the WikiLeaks leak of US diplomatic cables, the bitcoin community appealed to WikiLeaks to accept bitcoin donations to break the financial blockade. Nakamoto expressed his firm opposition, saying that bitcoin is still in its infancy and cannot afford conflicts and disputes. Seven days later, on December 12, he published his last article in the bitcoin forum, mentioning some minor problems in the latest version of the software. Then he did not show up and e-mail communication was graally terminated

3. In 2009, Nakamoto Tsung invented bitcoin, and he designed the issuing mechanism of bitcoin:
the issuance of bitcoin does not depend on indivials or teams, but through a process called "mining". By solving the problem of cryptography, people get the right to create new blocks and get rewards. It can be said that the new bitcoin is proced to reward miners to verify blocks. In the beginning, 50 bitcoins were awarded for each block packed. Nakamoto designed a set of rules. For every 210000 blocks excavated (about four years), the reward will be halved. This is what we call "halving" event
the first half was at the end of 2012, when 50 bitcoins were awarded to the 210000 block, but only 25 bitcoins were awarded to the 210001 block
the second half took place in the middle of 2016, and the reward was halved again, so 12.5 bitcoins were awarded in 420001 block
and so on...
until around 2140, 21 million bitcoins were g up, and then they stopped rewarding
Why do we need this half design? If bitcoin is issued too fast and there is no circulation limit, there will be a large amount of bitcoin in circulation in the market, and it will definitely be greatly devalued. One thing to remember: bitcoin is valuable. First, the number of bitcoins is fixed, that is 21 million; Moreover, through the halving process, inflation in the bitcoin economy can be suppressed
the third halving will take place in May this year. Let's wait and see.
4.

When bitcoin nodes connect with each other, they will get transactions they don't have from each other. But because bitcoin has accumulated a large number of transactions for a long time, it is very difficult for two nodes to compare which transactions you are missing / which transactions I am missing one by one

to solve this problem, Nakamoto Tsung invented the important technology of block chain. Nodes use blocks to synchronize transactions, which ensures the data consistency of all nodes, and ensures the uniqueness of the blockchain by competing for block packing rights (that is, mining)

① a block and blockchain
a packet formed by a transaction over a period of time is called a block. On average, bitcoin generates a block every 10 minutes, and each block is linked to the previous block to form a blockchain


② the transaction data is synchronized with the block as a unit
the block is numbered from 1, so after node a connects with node B, it is convenient to synchronize the transaction data as long as the block number height of both parties is checked. For example, if node A's own block height is 100 and node B's block height is 110, all it needs to do is request B to synchronize the 10 blocks 101-110<

③ reward for packed blocks
in order to ensure that there are nodes to pack bitcoin transactions, bitcoin rules stipulate that nodes of packed transactions will receive bitcoin as reward
A. part of the package reward comes from the transaction fee paid by the transaction creator (100-1000 transaction fee per KB)
B. the other part comes from the initial distribution of 21 million bitcoins. At the beginning, the reward is 50 bitcoins for each block. After that, the reward will be halved for every 210000 blocks (about four years). Until about 2140, the reward for each block is less than 1, and the total reward for each block is 21 million bitcoins, This is the source of the total amount of 21 million bitcoins (2099999.97690000 to be exact)
after 2140, the package reward will only come from the transaction fee paid by the transaction creator<

④ competition for block packing right
node packing transaction only needs to consume very low-cost network and computing resources. The existence of packing reward (at present, the packing reward for each block is 25 bitcoin, about 40000 yuan), makes a large number of nodes want to pack transactions. In order to ensure the uniqueness of the blockchain, bitcoin rules stipulate that nodes use a method similar to "coin tossing" to compete for the right of transaction packaging. Nodes constantly toss coins. Whoever first throws the results that meet the rules will get the right to pack the transaction in this block, as well as the package reward of this block

5. First of all, you need to understand the time point of bitcoin Mining:
a total of 2100W bitcoins are issued, and each block is generated for 10 minutes, and a block rewards a certain number of bitcoins. In the beginning, 50 bitcoins were awarded for each block of mining. In the future, the reward was halved for every 21000 blocks (about once every four years). Now, 12.5 bitcoins are awarded for each block generated. The generation time of each block is 10 minutes, but with the development of computer technology, now the mining calculation power is increasing, so the generation time of a block must be less than 10 minutes, which requires certain control measures to ensure this time. This measure is the difficulty of mining. If the output time of each block is less than 10 minutes, the difficulty of mining will be increased. If the output time is more than 10 minutes, the difficulty of mining will be reced. The difficulty adjustment time is 2016 blocks, that is, 2 weeks
after every 2016 blocks, all nodes will automatically adjust the mining difficulty according to a certain formula. This formula is obtained by comparing the latest time spent in 2016 blocks in this cycle with the expected time (20160 minutes, i.e. two weeks)
new difficulty = old difficulty * (time spent in the past 2016 blocks / 20160 minutes)
6. Block chain is a public record of bitcoin transactions in chronological order. The block chain is shared by all bitcoin users. It is used to verify the permanence of bitcoin transactions and prevent double consumption
a block is a record in the block chain, which contains and confirms the transactions to be processed. On average, a new block containing transactions is added to the block chain by mining every 10 minutes
more can be found on bitcoin home.
7.

bitcoin miners will mine 18 million bitcoins this week, and only the remaining 3 million bitcoins will be released before mining stops in 2140

commentators said at the time that the motivation of hoarding bitcoin came from the curiosity in technology. In view of the current price of BTC / USD, financial incentives reverse the activity of bitcoin hoarding by holders in 2019< br />

8. At present, the concept and construction mode of blockchain has been relatively mature, and some progress has been made in the application field of jewelry + blockchain. Specific applications include: Based on proct traceability and jewelry and diamond trading and supply, Domenech's Maobei model, diamond + blockchain + new retail, which is the proct that I know should have practical application scenarios for diamond + blockchain;
9. Let's start with bitcoin. The concept of bitcoin was first proposed by Nakamoto on November 1, 2008, and was officially born on January 3, 2009. According to the idea of Nakamoto, the open source software is designed and released, and the P2P network on it is constructed. Bitcoin is a virtual encrypted digital currency in the form of P2P. Point to point transmission means a decentralized payment system
in 2009, when bitcoin was born, block rewards were 50 bitcoins. Ten minutes after its birth, the first 50 bitcoins were generated, and the total amount of money at this time is 50. Then bitcoin grew at a rate of about 50 every 10 minutes. When the total amount reaches 10.5 million (50% of 21 million), the block reward will be halved to 25. When the total amount reaches 15.75 million (5.25 million new output, i.e. 50% of 1050), the block reward will be further halved to 12.5. The monetary system used to have no more than 10.5 million in four years, after which the total number will be permanently limited to about 21 million
bitcoin has a total fixed amount of 21 million.
10. Nakamoto has invented the important technology of block chain. Nodes use blocks to synchronize transactions, which ensures the data consistency of all nodes, and ensures the uniqueness of the blockchain by competing for block packing rights (that is, mining).

a packet formed by the transactions of blocks and blockchains in a period of time is called a block, and bitcoin generates a block every 10 minutes, Each block is linked to the previous block and connected in turn to form a blockchain

synchronize transaction data with blocks as a unit
blocks are numbered from 1, so after node a connects node B, it is convenient to synchronize transaction data as long as the block number height of both parties is checked. For example, if node A's own block height is 100, and node B's block height is 110, it can only request B to synchronize the 10 blocks of 101 ~ 110

reward of packed blocks
in order to ensure that nodes pack bitcoin transactions, bitcoin rules stipulate that nodes of packed transactions will receive bitcoin as reward
a One part of the package reward comes from the transaction fee paid by the transaction creator (100-1000 RMB per kilobyte transaction size)
B. the other part comes from the distribution of 21 million bitcoins in the initial stage. At the beginning, the reward is 50 bitcoins per block. After that, the reward will be halved for every 210000 blocks (about four years), until the block reward is less than 1 in 2140, At this time, the total block reward is 21 million bitcoins, which is the source of 21 million bitcoins (2099999.97690000 to be exact)
after 2140, the package reward will only come from the transaction fee paid by the transaction creator

competition for block package right
node package transaction only needs low-cost network and computing resources, The existence of package reward (at present, the package reward of each block is 25 bitcoin, which is about 40000 yuan), makes a large number of nodes want to package transactions. In order to ensure the uniqueness of the blockchain, bitcoin rules stipulate that nodes use a method similar to "coin tossing" to compete for the right of transaction packaging. Nodes constantly toss coins, who first tosses the results in line with the rules, will get the right to pack the transaction of this block, and the block's packaging reward

the way to compete for the right to pack the transaction
"coin tossing" is realized by a hash (SHA-256) operation of the computer, And check whether there are enough consecutive zeros starting from the first digit of the operation result (it can be simply understood as throwing 256 coins at a time, and then see whether there are enough consecutive coin faces starting from the first coin)“ The only way to win "coin toss" is to increase the number of coin tosses per second. A node that can toss 10 billion coins per second (doing 10 billion hash calculations) is 100 times more likely to grab the packing right than a node that tosses 100 million coins per second
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750