Shanxi Haohe blockchain information company
- the following data sources and scores are from the in depth analysis report on business model innovation and investment opportunities of China's blockchain instry published by foresight Instry Research Institute
< H2 > - original title: Analysis on the current situation and development trend of China's blockchain instry in 2019, widely applied and accelerating the construction of Digital China; Midstream blockchain application and technical servicesapplication fields of downstream blockchain. The upstream hardware, technology and infrastructure mainly provide the necessary hardware, technology and infrastructure support for blockchain application. The hardware equipment includes mining machinery, ore pool, chip manufacturer, etc; General technologies include distributed storage, decentralized transaction, data service, distributed computing and other related technologies
the downstream application fields include the combination of application blockchain technology and existing instries, mainly including financial instry, logistics instry, right protection, medical health, instrial energy and many other fields. As an emerging technology, blockchain has many downstream application fields and great development potential
the application and service of midstream blockchain includes the construction of infrastructure platform and the provision of technical service support. The construction of infrastructure platform is divided into general infrastructure chain and vertical domain infrastructure chain; Technical service support includes technical support and service support. Similar to upstream technology, technical support is responsible for providing buyers with a series of technical support based on blockchain procts, such as blockchain security protection; Service support includes a series of services such as digital asset trading place, digital asset storage, media community, etc
analysis of instrial chain of blockchain instry
1. Obvious networking and cross-border. Relying on the Internet and chat tools for transactions, and using online payment tools to balance funds, the risks spread widely and spread quickly
Second, deception, temptation and concealment are strong. They use hot concepts to hype, fabricate various "tall and tall" theories, and some also use celebrity "big V" platforms to publicize. They use airdrop "candy" as temptation to claim that "currency value only rises but not falls", "investment cycle is short, income is high, and risk is low", which has strong bewitching. In practice, criminals illegally make huge profits by manipulating the price trend of the so-called virtual currency, setting profit and withdrawal threshold. In addition, some criminals also issue tokens under the guise of ICO, IFO, IEO, etc., or hype virtual currency in the way of IMO under the banner of sharing economy, which has strong concealment and confusion
thirdly, there are many kinds of illegal risks. Through public publicity, criminals use "static income" (currency appreciation profit) and "dynamic income" (development offline profit) as t to attract public investment, lure investors and development personnel to join, and constantly expand the fund pool, which is characterized by illegal fund-raising, pyramid selling, fraud and other illegal behaviors
this kind of activity takes "financial innovation" as a gimmick, and its essence is a Ponzi scheme of "borrowing the new to repay the old", so it is difficult to maintain the capital operation for a long time. The general public should treat the blockchain rationally, not blindly believe the promises, establish a correct monetary concept and investment concept, and effectively improve the risk awareness;
most digital cryptocurrencies claim to be a third-party payment instrument. Although they are also feasible in theory, the actual situation is just the opposite. The payment using digital cryptocurrency is very little, and the most used one is still bitcoin, and the others basically do not exist. If it exists, it's just hyping this kind of currency. Now, the application-oriented digital currency basically does not mention payment. For example, Ruitai coin refers to asset mortgage, and Weimeng coin refers to service wechat business.
to ask a question, there must be a place in your original form where you can identify the currency, right? And before unifying currencies, you need to decide what your base currency is? RMB or USD or something
the information to be prepared is the exchange rate between each currency and the base currency
suppose you have only two currencies, RMB and USD, the base currency is RMB, and the exchange rate is 1usd = 7RMB
suppose the data table format is as follows
col a amount (numerical type)
col B currency
col C our target fields
column A and B are your original data, as long as you write excel function on column C
function = if (B1 = & quot; USD", A1 * 7, A1)
the sorting is nothing special, just the same as before. Excel sorting is not automatic, it is triggered manually, so if you want to sort, go to data - & gt; sort