Position: Home page » Currency » Total digital currency

Total digital currency

Publish: 2021-04-15 06:37:58
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 November 9, 2019, the central bank has not launched digital currency

in 2014, the Central Bank of China set up a special research team to conct in-depth research on the framework of digital currency issuance and business operation, key technologies of digital currency, issuance and circulation environment, and legal issues

in January 2017, the central bank officially established the digital currency Research Institute in Shenzhen

in September 2018, the Institute of digital currency built a trade finance blockchain platform

On July 8, 2019, at the launching ceremony of the digital finance open research program and the first academic seminar, Wang Xin, director of the Research Bureau of the people's Bank of China, disclosed that the State Council has officially approved the research and development of the central bank's digital currency, and the central bank is engaged in corresponding work in organizing market institutions

extended data:

benefits of digital currency

the digitalization of central bank's currency helps to optimize the central bank's monetary payment function, improve the central bank's monetary status and the effectiveness of monetary policy. The central bank's digital currency can become an interest bearing asset to meet the holder's reserve demand for safe assets, and can also become the lower limit of bank deposit interest rate. It can also become a new monetary policy tool

at the same time, the central bank can affect the bank deposit and loan interest rate by adjusting the digital currency interest rate of the central bank, and help to break the zero interest rate lower limit


3.

Digital currency is a kind of legal tender, which must be issued by the central bank. Both digital gold coin and cryptocurrency belong to digital currency, which is not a network virtual currency, because it is not limited to virtual space, but is often used for real goods and services transactions, such as bitcoin, Wright coin, bitstock, etc. at present, there are thousands of digital currencies issued around the world

extended data:

1. Impact on financial infrastructure

the decentralized mechanism of value exchange based on distributed ledger technology has changed the basic settings of gross and net settlement on which financial market infrastructure depends. The use of distributed ledgers also poses challenges to trading, clearing and settlement, as it promotes the disintermediation of traditional service providers in different markets and infrastructures. These changes may have potential impacts on market infrastructure other than retail payment systems, such as large payment systems, securities settlement systems or trading databases

If digital currency and distributed ledger based technology are widely used, it will bring challenges to the intermediary role of financial system participants, especially banks. As a financial intermediary, banks perform the ties of acting supervisors and supervise borrowers on behalf of depositors. Usually, banks also carry out liquidity and maturity conversion business to realize the financing from depositors to borrowers. If digital currency and distributed ledger are widely used, any subsequent disintermediation may have an impact on savings or credit evaluation mechanisms

4. Right click "user defined cell format" = =, special = =, Chinese capitalization
if you are not satisfied, try this:
= numberstring (1234567890,1)
parameter 1 can be modified, 123456.. is a hypothetical number, which can be changed to cell name
if not, try this:
= subordinate (text (fixed (A1)), & quote[& gt; 0][dbnum2];[& lt; 0] negative [dbnum2]& quot;)& TEXT(RIGHT(FIXED(A1),2)," Yuan [dbnum2] 0 Jiao 0 fen& quot;& IF(ABS(A1)> 1%," Yuan integer & quot;,)& quot; Zero angle;, IF(ABS(A1)< 1,," Zero & quot;)& quot; Zero & quot& quot; Integer (& quot;)
where A1 is the cell of hypothetical data.
5. One of the controversial attributes of bitcoin is its fixed supply. At present, 25 new bitcoins are proced every 10 minutes, and the number is halved every four years. Overall, there won't be more than 21 million bitcoins & gt;. On the other hand, each bitcoin can be divided into 100 million shares (each is called 1 "cong"), if one cent is enough to buy a car, it will be troublesome to trade in US dollars, but even if bitcoin rises to the level of US dollars assumed above & gt; We will not encounter such problems. Therefore, in short, the total number of monetary units that will always exist is 2100 billion, that is 2100 trillion, or 250.899. In the square of choosing this value & gt; In fact, Nakamoto is much luckier or smarter than most people realize. First of all, this number is far less than 264-1, which is the largest integer that can be stored in the form of standard integer in a computer. If it exceeds that value, & gt; The value will return to zero like a odometer
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.
6. It shows that the total amount of this kind of digital currency is relatively large, and the total amount of many digital currencies is as high as 10 billion. The circulation of some MLM coins is not constant and can be increased or split at will. Moreover, there are many different digital currencies in the world, and the number of each digital currency is very considerable
the well-known digital currencies in the currency circle include bitcoin, Ruitai coin, Laite coin, doggy coin, etc.
7. The total amount of money in DCEP is not constant

why

let's take a look at the current definition of DCEP

Digital legal tender

in addition to being different from legal paper money in carrier, it has the same function as paper money: value scale, circulation means, payment means and value storage

this is also the function of paper money

the issuance of DCEP is based on 100% reserve and will circulate with cash currency, that is, M0 issuance

although the central bank's digital currency was slowly launched after the rise of blockchain technology, it is not pure blockchain technology, but only uses some technologies related to blockchain

we all know that the commercial application of block chain technology still faces many problems, such as concurrency, data storage and so on

a country with a large population like ours, if we use blockchain technology in a strict sense, it will not be able to carry it at present<

Wanxiang blockchain analysis:

from the information disclosed by the people's Bank of China, DC / EP does not use the real blockchain like Libra

although digital currency is not a token in the blockchain, it is similar to the token in the blockchain in the key features of non double flower, anonymity, unforgeability, security, transitivity, separability and programmability

therefore, DC / EP still belongs to token paradigm rather than account paradigm

the central bank is responsible for the maintenance of the DC / EP issuance registration subsystem, which is centralized and does not need to run consensus algorithm, so it will not be subject to the performance bottleneck of the blockchain

in DC / EP, blockchain is used to confirm the right registration of digital currency and plays an auxiliary role

each country's base currency issuance is increasing every year

therefore, the central bank's digital currency improves the bearing property of money. Paper money is naturally suitable for the atomic world, and digital currency is more suitable for the consumption scenarios in the bit world

the supply is definitely the same as that of the previous monetary system, increasing every year.
8. GEC environmental protection coin is issued by swindlers. How to set it? Swindler customer service!
9. That is to say, the total number of digital currencies issued is 10 billion, but only 250 million have been released for circulation in the market at present.
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