How many times a bitcoin
warm tips: the above explanations are for reference only, without any suggestions. There are risks in entering the market, so investment should be cautious. Before making any investment, you should make sure that you fully understand the nature of the investment and the risks involved in the proct. After a detailed understanding and careful evaluation of the proct, you can judge whether to participate in the transaction
response time: March 11, 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
according to the currency conversion ratio on January 3, 2020, one bitcoin = RMB 47000
compared with fiat money, bitcoin has no centralized issuer. It is generated by the calculation of network nodes. Anyone can participate in the proction of bitcoin, and it can circulate all over the world. It can be bought and sold on any computer connected to the Internet. No matter where they are, anyone can dig, buy, sell or receive bitcoin, And in the transaction process, foreigners can not identify the user's identity information
the global financial crisis broke out in 2008. On November 1, 2008, a person who called himself Satoshi Nakamoto published bitcoin white paper "bitcoin: a peer-to-peer e-cash system" on the P2P foundation website, stating a new idea for e-money bitcoin came out. On January 3, 2009, bitcoin Genesis block was born
whenever bitcoin comes into the view of mainstream media, mainstream media always ask some mainstream economists to analyze bitcoin. Earlier, these analyses focused on whether bitcoin was a scam. Now the analysis focuses on whether bitcoin can become the mainstream currency in the future. The focus of the debate is often on the deflationary nature of bitcoin
extended data:
currency features:
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
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
exclusive ownership: private key is required to manipulate bitcoin, which can be stored in any storage medium in isolation. No one can get it except the user himself
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
About 400 percent
when bitcoin first appeared in 2009, one dollar could buy almost 1300 bitcoins. Before April 2011, the price of each bitcoin was always below $1. In June 2011, the highest price of bitcoin rose to $30. Then, the price almost fell within a week. In 2012, the price of bitcoin once fell below $2
further dropped to $114 on January 14, 2015. Since then, bitcoin has begun to rise again. In 2017, after the bitcoin ETF fund was rejected by the US Securities Regulatory Commission, bitcoin plummeted by $315 to below $1000. After that, it rose again. In the first four months of this year, the price of bitcoin and an ounce of gold were almost equal
However, with the strong rise of bitcoin in this round, the price of bitcoin has exceeded the price of an ounce of gold. On April 26, the price of bitcoin was $1282.97, compared with $1264 for an ounce of gold. Bitcoin has surpassed gold in price
extended data
in 2016, there were dozens of bitcoin exchanges in the world, and the trading volume of bitcoin in most countries and regions increased sharply. Among the countries and regions with the highest growth rate, the trading volume of bitcoin in Japan is second only to China, ranking second in the world; The local bitcoin trading volume in Venezuela increased by more than 913%
South Korea has become the sixth largest bitcoin trading market in the world, Korean people can buy bitcoin from a large number of convenience stores, and korbit's trading volume currently accounts for 70% of the South Korean market; Local bitcoin transactions in Colombia increased by about 370%; Bitcoin markets in Malaysia, Russia and Australia are also developing rapidly. Bitcoin trading in China once accounted for more than 80% of the global trading volume
in addition, CPU is not good at parallel computing at all. It can perform more than ten tasks at most at one time. This is far from the fact that the graphics card has thousands of stream processors. The graphics card is too high, so we slowly develop the corresponding mining algorithm for the graphics card
taking BTC as an example, its basic algorithm principle is to take all transactions within 10 minutes as an input and add a random number. When all transactions within 10 minutes are added with your random number, a hash of sha256 is calculated. It's almost full of integer operations. It's just like a special design for a graphics card. The graphics card is very suitable for this kind of brainless algorithm. The more the number of stream processors, the better
as far as hash computing is concerned, it is almost all independent and concurrent integer computing, and GPU is designed and proced for this. Compared with the pitiful 2-8 threads of CPU and the astonishing length of control judgment and scheling branches, GPU can easily perform integer calculation concurrency of hundreds of threads (brainless brute force cracking without any judgment is the strength of a card)
OpenCL can make use of a large number of unified shaders on GPU chip, which can be used as resources for integer calculation. The resource of stream processor of a card is several times that of N card (the same level card)
but later, we found that the graphics card is still too weak, and the computing power can be greatly improved by directly using the ALU unit of large-scale ASIC stack. The computing power of the palm sized computing board is dozens of times that of the graphics card, so now bitcoin can't dig without a special ASIC miner
although a large number of interdependent and random memory access instructions are introced into the script algorithm used in the later LTC, when the footprint is large enough, a large number of cache failures will occur at the L2 level or even TLB level of GPU, resulting in more DRAM accesses, so as to weaken the advantage of ASIC / FPGA in integer operation performance compared with GPU, However, it is still targeted to develop mining machines. At present, only specialized mining machines can dig
however, the second generation of virtual currency (such as Eth and Zec) has absorbed the experience of the predecessors' blasted algorithms, and made more special optimization on the mining algorithm to prevent the occurrence of brainless operations. It has high requirements for video memory, so it can effectively resist the invasion of mining machines
because eth can only rely on graphics cards for mining, the rising price and shortage of graphics cards started in the second half of 2017. Many mine owners sold thousands of graphics cards to set up mining machines to mine these virtual currencies
over time, we all think that CPU can't mine, but in fact, the efficiency and benefit are too low.