21 million bitcoins dug up
bitcoin is a kind of network virtual currency. Bitcoin network generates new bitcoin through "mining". In essence, the so-called "mining" is to use computers to solve a complex mathematical problem to ensure the consistency of bitcoin network distributed accounting system. Assuming that the mining computing power is 100 mhash / s and the total computing power is 4000 ghash / s per day, 3600 bitcoins can be g out every 24 hours
China's computing power has accounted for more than 75% of the world, that is to say, 75% of bitcoin in the world is made in China. How long does it take to dig a bitcoin
bitcoin used to be very good at "digging", which can be done by ordinary computer CPU, and it can automatically "solve problems" by downloading software. But with the rise of currency price, more and more people want to "solve the problem", and the difficulty of mining is also increasing. Now, the amount of computation needed to dig a bitcoin is beyond the reach of ordinary people. Ordinary computers can't afford it
instry insiders said that in 2014, 100 bitcoins were generated from 500000 yuan of electricity charge per day, and the cost of electricity charge alone was 5000 yuan per coin. But now, the same cost has more than doubled, and the electricity cost of each bitcoin is as high as 10000 yuan
in the generation mechanism of bitcoin, mining reward is decreasing. At the beginning of the birth of bitcoin, the miners could get 50 bitcoins for each page of the ledger, and then 25 bitcoins for each page of the ledger, decreasing in turn. It's like digging gold. At first, it's more and less. The time point at which each new reward is reced by half is called half bitcoin proction
assuming that the mining computing power is 100 mhash / s, the total computing power is 4000 ghash / s per day in 2014, and 3600 bitcoins are g out every 24 hours
now, we can understand the difficulty of bitcoin digging in this way, which is equivalent to 100 million dice throwing numbers less than 100 million and 50 million. Whoever throws them first will get the bookkeeping right. At this point, 1050 million is a hash value. The process of throwing dice is called hash collision. The unit of mining power is the number of hash collisions per second
at present, the computing power of bitcoin in the whole network has reached 2.36 billion hash collisions per second, which is equivalent to the number of water droplets in more than 200000 50 meter long standard swimming pools. But even with such a large amount of computing power, it will take about 10 minutes to hit a hash value that meets the requirements
in 2012, bitcoin's output was halved for the first time, and in July 2016, bitcoin's output was halved for the second time. At present, 12.5 bitcoins are awarded for recording one page of account book. The next halving will take place around 2020, and the total number of bitcoins will not increase by 2040, with a total of 21 million
Related videos: how long does it take to dig a bitcoin
it can be roughly understood as the relationship between 0.9 (9 infinite cycle) and 1
2. Even if there is only one bitcoin left in the world, it means that there are 1000 0.1 bitcoins and 100000 0.01 bitcoins in the world
let's assume that the function of bitcoin is equivalent to that of gold as a currency anchor (in fact, it also has this function). You will understand that there are 21 million bitcoins in the world and only 0.1 bitcoins in the world are the same. The currency itself or bitcoin
for example, if the number of bitcoin in the world is reced to one tenth, the market price of bitcoin should be 400000 yuan (to understand this needs a certain economic basis)
so whether bitcoin is in circulation or not has nothing to do with the quantity.
warm tips:
1. The above explanations are for reference only, without any suggestions
2. Before investing, it is recommended that you first understand the risks existing in the project, and clearly understand the investors, investment institutions, chain activity and other information of the project, rather than blindly investing or mistakenly entering the capital market. Investment is risky, so we should be cautious when entering the market
response time: February 2, 2021. Please refer to the official website of Ping An Bank for the latest business changes
[Ping An Bank I know] want to know more? Come and see "Ping An Bank I know" ~
https://b.pingan.com.cn/paim/iknow/index.html
-
it is estimated that 21 million pieces will be excavated in 2140
-
according to the relevant literature of bitcoin, in 2140, 2100 bitcoins will be proced and will not grow any more. According to the principle of bitcoin, after 33 halving periods, the mining output of each block will reach 0.58 Cong, less than the minimum unit of one Cong. The interval of each half rection is 210000 blocks, and the total proction time (2140 years) given in the above literature is calculated from the proction time of each block of 10 minutes 210000 * 10 / 60 / 24 / 365 = 3.9954 * 33 = 132 years. Since 2008, 132 years later, it is 2140 years)
however, the "proction time of each block is 10 minutes" used in the above calculation method is an ideal state, which is only true when the computing power and difficulty of the whole network do not change. Looking at the bitcoin blockchain, it is not difficult to find that bitcoin's whole network computing power has been growing for a long time, and the difficulty of mining has also increased. Therefore, it is not difficult to find out that the above calculation is not tenable and there is a huge error
the shortcomings of the above methods are that they can not accurately predict the change of bitcoin network computing power and the mining speed of bitcoin. The 11.3-day data used in the above calculation method is only the average value from May 2013 to April 5, 2014, and the representativeness is questionable. We can integrate the results of big data analysis and mining machine proction to establish a more accurate mathematical model
secondly, however, there is a smaller threshold for the total number of "smart": the largest possible integer that can be represented in floating-point format. Integers are not the only numbers that computers can store; To deal with decimals, computers & gt; Use a format for floating point representation. Floating point notation is essentially a binary version of scientific notation. For example, here is a value you will encounter when you study physics:
mass of the earth: 5.972 1024 kg
mass of the sun: 1.989 1030 kg
speed of light: 2.998 108 M / s
light year: 9.460 1015 m
mass of proton: 1.672 10-27 kg
Planck length: 1.616 10-35 m
we can notice that, How does scientific notation allow you to represent all of these values with reasonable accuracy, even though they vary greatly in size. Floating point notation is essentially a binary scientific notation; When you store numbers & gt; When the word is 9.625, what your computer stores is "1.001101
* 1011" (in other words, it stores 0100000000100011
& gt; This is the same thing with high-precision sequence form). In this high-precision form, the coefficient (that is, the part that is not the exponent) has 52 bits. This means high precision (more refined & gt; Double precision floating point number is enough to store up to 253 numbers, but it can't be any higher. If it exceeds 253, you have to start cutting off the numbers at the end. Bitcoin's 250.9, the total number of "smart" in the form of index, is just & gt; OK, below this maximum
if we have integers, why should we care about floating-point values? Because more high-level programming languages (such as JavaScript) do not open low-level "floating point" and "integer representation", but only provide "number" representation for programmers; Concepts
– of course, in floating-point form. If Nakamoto chose 210 million instead of 21 million at that time, bitcoin programming in many languages would be much more troublesome than it is now
note that Stefan Thomas unfortunately didn't notice this in time when he wrote bitcoinjs, so that the library used a special "big number big
number" object instead of an ordinary number to store the tutorial output value; My own bifurcated bitcoin JS (along with other improvements) uses ordinary numbers.
bitcoin miners will mine 18 million bitcoins this week, and only the remaining 3 million bitcoins will be released before mining stops in 2140 At the same time, the composition of bitcoin holders is changing. This week's data shows that in 2019, there will be more and more BTC addresses with a balance of more than 1000. Previously, e to the downturn in the market, investors showed less interest, and this year's address balance trajectory has changed compared with that of the past five years. Before the collapse of Mt. GOx in early 2014, wallet holders increased their balances to more than 1000 BTC at a similar rate
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 />
in the first four years, 50 pieces were g out every ten minutes: 50 * 6 * 24 * (365 * 4 + 1) = 10519200 pieces
in the second four years, 25 pieces were g out every ten minutes: 25 * 6 * 24 * (365 * 4 + 1) = 5259600 pieces
according to the sum formula of infinite equal ratio sequence, the final total amount is infinitely close to 21038400 pieces (10519200 * 2)
as long as the mining rules are not changed, the number of bitcoins will never exceed 21038400
Virtual currency seems to make people rich overnight, such as bitcoin. At the beginning of the year, it cost a few yuan, but now it costs US $50000. Not all virtual currencies are bitcoin. It's better to be cautious. Now many friends want to invest in the digital currency of the blockchain and join the army of overnight wealth Red wine and other goods are given away by the company; Dark blue integral;, At the same time, points also have consumption value-added, which is returned in the form of points. Points can also be converted into virtual currency of the trading platform, namely & lt; Beilan coin;, Virtual currency can be traded or withdrawn on the trading platform, and it can rise or fall
shortly after the company's operation, it invited another nickname & quot; Fengshen & quot; Network operator, joint operation & lt; Dark blue integral & quot& ldquo; Beilan Coin & quot; Network platform fund-raising project, behind the beautiful gimmick, is a fraud of illegal fund-raising
in order to attract victims into the trap, put on appearances, buy luxury cars, expand false publicity and attract investors
later, e to the conflict between shareholders, the operator was reported and arrested by the public security organ, the company project finally collapsed, and this illegal fund-raising case graally surfaced
the total number of bitcoins is 21 million. As of January 13, 2018, 16.8 million bitcoins have been mined in the world, with 20% left, that is, 4.2 million bitcoins are waiting for everyone to excavate, facing the situation of "more than enough"
in November 2012, the new issue speed of bitcoin was reced to 25 bitcoins per block
bitcoin mining relies on the use of computer chips to calculate specific encryption algorithms. With the increasing scarcity of remaining bitcoin resources, the mining cost of a single bitcoin is also increasing. As the Chinese government has taken strict measures to restrict mining, the winning rate of indivial mining may be a little high, which is normal. But at present, SEO in China has been limited. The risk is enormous.
