Is musk engaged in blockchain again
1. The underlying chain platform providers, such as ant / network, usually only provide chain and development tools, but the specific instry / scenario solutions and development delivery capabilities are limited, which is not their focus. They want to use blockchain to package and sell more cloud services
2. Blockchain solution companies usually provide blockchain solutions in their own familiar fields, but most of them are small and medium-sized teams or start-up teams. Most of them have little difference in blockchain technology capabilities and have a deep understanding of their respective fields
however, the biggest problem for such companies is that because the blockchain instry is still in its early stage and there is no mature business model or profit model, most of them need external investment to continue their life, which leads to the difficulty in guaranteeing their service ability or continuous performance ability, and frankly speaking, their business is unstable
on the other hand, because it is not a professional end-to-end delivery or professional outsourcing, it has no mature methods, team and project management to ensure the efficient and complete delivery of a blockchain solution. So for buyers, it is easy to get out of control in the process of project development, or it is difficult to get satisfactory delivery results in the end
another common problem is that most customers do not know what to do with blockchain and how to combine their business to do a valuable and meaningful blockchain project. Under this kind of cognition, I blindly find a company to directly develop on the scheme, and it's easy to regret or even give up halfway after doing it. I see too many such projects, I can't figure out the situation, and I don't know what I want to do. It's easy to set up a blockchain. This kind of company usually does not have the ability of pre-sale business consulting, business analysis and planning, in other words, the ability to help you understand the situation. In a word, if you know what you want, it may be OK to find them. If you don't know, it's better to find a professional consulting company honestly
3. IT consulting and delivery companies, which are usually specialized in serving large customers in various instries, have a set of consulting and end-to-end delivery methods and team support. Well, there are not many blockchain businesses in these companies, because they are not limited to the narrow business of blockchain, such as Accenture or some domestic companies. However, ThoughtWorks is slightly different. It has a blockchain division, pre-sales consulting / business analysis services, and delivery services. Then it has blockchain projects in its own major customers in various instries. Automobile, finance, retail, energy, agriculture and so on
Because the design of blockchain is a kind of protection measure, such as distributed computing system with high fault tolerance. Blockchain makes hybrid consistency possible. This makes blockchain suitable for recording events, titles, medical records and other activities that need to include data, identity management, transaction process management and provenance management. Blockchain has great potential for financial disintermediation and has great influence on guiding Global trade
extended data :
1. Blockchain is a new application mode of computer technology such as distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm, etc. The so-called consensus mechanism is a mathematical algorithm to establish trust and obtain interests between different nodes in the blockchain system
2. Blockchain is an important concept of bitcoin, which is essentially a disintermediated database and the underlying technology of bitcoin. Blockchain is a series of data blocks generated by cryptography. Each data block contains the information of a bitcoin network transaction, which is used to verify the validity of the information (anti-counterfeiting) and generate the next block
3. Blockchain - the original blockchain is a kind of decentralized database, which contains a list called blocks, with continuously growing and orderly records. Each block contains a time stamp and a link with the previous block. The block chain is designed so that the data can not be tampered with. Once recorded, the data in a block will be irreversible
references : blockchain network
The strict definition of blockchain refers to the distributed database technology that multiple nodes in peer-to-peer network jointly maintain a continuously growing list ledger constructed by time stamp and orderly record data blocks through consensus mechanism based on cryptography technology. This technical solution allows any number of nodes in the participating system to calculate and record all the information exchange data in the system in a period of time to a data block through cryptography algorithm, and generate the fingerprint of the data block for linking the next data block and checking. All participating nodes in the system jointly determine whether the record is true
blockchain is a technical solution similar to NoSQL (non relational database). It is not a specific technology, and can be implemented through many programming languages and architectures. There are many ways to realize blockchain, including pow (proof of work), POS (proof of stake), dpos (delegate proof of stake), etc
the concept of blockchain was first proposed in the paper "bitcoin: a peer-to-peer electronic cash system" by indivials (or groups) who call themselves Satoshi Nakamoto. Therefore, bitcoin can be regarded as the first application of blockchain in the field of financial payment
< H2 > [popular explanation]no matter how big the system or how small the website is, there is a database behind it. So who will maintain this database? In general, who is responsible for the operation of the network or system, then who is responsible for the maintenance. If it is wechat database, it must be maintained by Tencent team, and Taobao database is maintained by Alibaba team. We must think that this way is natural, but blockchain technology is not P>
if we think of the database as a book, for example, Alipay is a typical account book. Any change of data is bookkeeping. We can think of database maintenance as a very simple way of accounting. In the world of blockchain, everyone in the blockchain system has the opportunity to participate in bookkeeping. The system will select the fastest and best bookkeeper in a period of time, maybe within ten seconds or ten minutes. The bookkeeper will record the changes of the database and the account book in a block. We can think of this block as a page. After the system confirms that the records are correct, the system will record the changes of the database and the account book in a block, It will link the fingerprint of the past account book to this paper, and then send this paper to everyone else in the whole system. Then, over and over again, the system will look for the next person with fast and good bookkeeping, and everyone else in the system will get a of the whole ledger. This means that everyone as like as two peas in the system is called Blockchain. It is also called distributed account technology. P>
as like as two peas (computer) have identical accounting books, and everyone has the same rights, they will not collapse e to the loss of contact or downtime of a single person. As like as two peas, the data is transparent and everyone can see what changes are in every account. Its very interesting feature is that the data can't be tampered with. Because the system will automatically compare, it will think that the same number of books with the largest number are real books, and a small number of books with different numbers are false books. In this case, it's meaningless for anyone to tamper with his own account book, because unless you can tamper with most nodes in the whole system. If there are only five or ten nodes in the whole system, it may be easy to do so. However, if there are tens of thousands or even hundreds of thousands of nodes and they are distributed in any corner of the Internet, unless someone can control most computers in the world, it is unlikely to tamper with such a large block chain
< H2 > [elements]combined with the definition of blockchain, we think that we must have the following four elements to be called public blockchain technology. If we only have the first three elements, we will consider it as private blockchain Technology (private chain)
1, peer-to-peer network (power equivalence, physical point-to-point connection)
2, verifiable data structure (verifiable PKC system, non tampering database)
3, distributed consensus mechanism (Solving Byzantine general problem, solving double payment)
4 Game design of Nash equilibrium (cooperation is the strategy of evolutionary stability)
combined with the definition of blockchain, blockchain will realize four main characteristics: decentralized, trustless, collective maintenance and reliable database. And the other two will be derived from the four characteristics Features: open source Privacy. If a system does not have these characteristics, it can not be regarded as an application based on blockchain technology
Decentralized: there is no centralized hardware or management organization in the whole network. The rights and obligations of any node are equal, and the damage or loss of any node will not affect the operation of the whole system. Therefore, it can also be considered that the blockchain system has excellent robustnesstrustworthiness: there is no need to trust each other when participating in the data exchange between each node in the whole system. The operation rules of the whole system are open and transparent, and all data contents are also open. Therefore, within the specified rule range and time range of the system, nodes cannot and cannot cheat other nodes
collective maintenance: the data blocks in the system are maintained by all the nodes with maintenance function in the whole system, and these nodes with maintenance function can be participated by anyone
reliable database: the whole system will enable each participating node to obtain a of the complete database in the form of sub databases. Unless more than 51% of the nodes in the whole system can be controlled at the same time, the modification of the database on a single node is invalid, and the data content on other nodes cannot be affected. Therefore, the more nodes and computing power in the system, the higher the data security in the system
Open Source: since the operation rules of the whole system must be open and transparent, the whole system must be open source for the program
Privacy Protection: since there is no need to trust each other between nodes, there is no need to disclose the identity between nodes, and the privacy of each participating node in the system is protected
Blockchain is a new technology, not a disguised form of MLM. It is just claimed by many MLM organizations as "blockchain". In fact, there is no technology. It's just a practice of MLM under the name of "blockchain". The state has issued several announcements to crack down on this kind of MLM. The following is the Xinhua news report on MLM of blockchain:
blockchain is not equal to virtual currency, but also has security risks. Behind the popularity, there is exaggeration with "ulterior motives". Only by removing the flashiness, can the blockchain return to its real application value
invest 80000 yuan, change to 800000 yuan after three months? Shenzhen police cracked a huge fund-raising fraud. Under the guise of blockchain concept and 10 times income, thousands of investors were deeply involved in the case, involving up to 307 million yuan. Under the "veil of mystery" of the blockchain, the illegal elements have taken advantage of their own tricks, and the blockchain has become a "signboard" of economic crimes such as fraud and pyramid selling
why is the blockchain repeatedly "misused" by illegal activities such as pyramid selling fraud? In addition to "unknown", what is the "function" of blockchain technology itself? Since the beginning of this year, with the increase of supervision and the cooling of currency speculation, new opportunities have been brought to the development of blockchain. How about the implementation of blockchain commercial "application" The reporter of outlook news weekly recently concted an investigation
when the three-month "capital release period" promised by the trading platform expired and the staff began to "kick" in the QQ group, Tang Haiyan, who lives in Bao'an District of Shenzhen City, realized that she might have been cheated
previously, Tang Haiyan invested 80000 yuan to buy a virtual currency called "ordinary silver coin" under the introction of her classmates“ The other side said that this currency is the most advanced blockchain technology at present, with Tibetan tea as collateral. He also showed me the "technical white paper". I didn't understand blockchain, so I didn't read it carefully. "
although she doesn't know about blockchain and virtual currency, the high investment income makes Tang Haiyan full of expectations. She told reporters that companies issuing "ordinary silver coins" will regularly split the virtual currency according to the ratio of 1:10, which means that each split will make the value of "ordinary silver coins" in the hands of investors expand 10 times. As long as after a split, her investment of 80000 yuan is equivalent to the purchase of 800000 yuan worth of "ordinary silver coins", which can be sold on the trading platform to obtain huge profits
according to the rules of the trading platform, the newly purchased "ordinary silver coin" cannot be traded immediately, and it must be frozen on the platform for three months before it can enter the "release period". However, after three months, not only did Tang Haiyan not wait for the assets to double, but the 80000 yuan frozen on the platform could not be used for trading
"other investors began to question the authenticity of this investment in QQ group. As a result, the staff of the company kicked these investors out one by one, which made me feel bad." She said
The fact also proves Tang HaiYan's intuition. At the end of March 2018, Shenzhen police detected a huge fund-raising fraud, with the amount of fraud funds as high as 307 million yuan. In this case, Shenzhen Puyin blockchain Group Co., Ltd. involved in the case issued virtual currency in the mode of "blockchain + Tibetan tea" to obtain public deposits. Tang Haiyan was one of the thousands of victimsShenzhen police investigation found that the company claimed that investors could buy and sell "ordinary silver coins" on the virtual trading platform "jucoin net" to earn a price difference
. In fact, the change of its trading price is that the company used investors' investment funds for behind the scenes operation, and once raised the price of "ordinary silver coin" from 0.5 yuan to 10 yuan, so that investors can taste some sweetness. When a large number of investors entered the market, the company continued to cash out through malicious manipulation of the price trend of "ordinary silver coin", which eventually led to the worthlessness of "ordinary silver coin" in the hands of investors
since 2018, engaging in fraud and pyramid selling under the banner of blockchain has become a common "routine" in new criminal tactics. In April 2018, Jinan police dropped a pyramid selling Gang under the guise of "western development", "national poverty alleviation", "original stocks", "blockchain" and "e-commerce", arrested more than 10 major suspects, frozen more than 100 accounts involved, and seized more than 300 million yuan of funds involved
according to Jinan police, huileyi e-commerce company designed a fake virtual disk on the Internet on the ground that the country is vigorously developing the big data instry, and released a variety of virtual currencies such as "precious currency" and "precious currency"
under the guise of giving away, they presented a certain amount of virtual currency to the New MLM staff, with the price of tens of yuan each. Then, through artificial manipulation, they appreciated the virtual currency all the way to more than 100 yuan or even hundreds of yuan, attracting people who did not know the truth to join. Finally, they "cut leeks" through the periodic fluctuation of the so-called "devaluation" of virtual currency, Finally, the purpose of seeking illegal interests is achieved
in Xi'an, a few days ago, the local police successfully cracked a huge network pyramid selling case under the banner of blockchain. According to the police, the suspect, Zheng Mou, has paid a high salary to the 9 network members, such as Zhang and Lee. Since March 28, 2018, he has gathered pyramid selling and network pyramid selling as a means to sell the virtual Datang coins at the consumption era network platform at the price of 3 yuan each, and manipulate the appreciation rate; p>
at the same time, promotion meetings were held in many cities at home and abroad to attract members. According to the development of members, 28 level agents were set up. In just 18 days, the gang developed more than 13000 registered members. At present, it has been found that the case involves 31 provinces, cities and autonomous regions in China, and the fund involved is as high as 86 million yuan
according to Tencent's 2017 pyramid selling situation awareness white paper released by Tencent security joint laboratory, in recent years, all kinds of overseas capital disk, virtual currency and ICO (initial public offering token financing of blockchain project) projects have emerged in an endless stream, which hide many risks such as illegal issuance, untrue projects, cross-border money laundering, fraud and pyramid selling, As a result, a large number of funds flow overseas. Once the market collapses, runs away or loses contact, investors often have no way to complain and the losses are difficult to recover. For example, Baichuan coin, mark coin, beta coin, dark coin, etc
the reporter of lookout Newsweek interviewed in Guangdong, Shandong, Shanghai and other places and learned that most people know that the concept of blockchain is very popular, but they "don't know where it is", and there are different opinions on the specific functions of blockchain: some people think it is used for "investment and financing", "buying and selling currency", while others think it is "a major invention of the same magnitude as the steam engine", Some entrepreneurs are even more eager to seize this "once-in-a-lifetime opportunity to get rich."
many people in the instry said that it is precisely because people have many misunderstandings about blockchain that criminals have opportunities to fish in troubled waters and mislead investors
First, blockchain is not equal to virtual currency. By the end of last year, the number of domestic ICO participants and the total volume of transactions have doubled, a large number of digital currency exchanges have fled overseas, and the agent investment mode has involved more ordinary people in high-risk investmentin many instries, we media and celebrities form interest alliances with issuers and digital exchanges to endorse and create public opinion for the "air currency" project. In December last year, nine departments including the people's Bank of China identified ICO as "suspected of illegal fund-raising, financial fraud, pyramid selling and other illegal and criminal activities"
in the interview, many people told our reporter that the existence of token has built a set of rights and interests mechanism for the development of blockchain technology, which is indispensable for stimulating the prosperity of blockchain applications“ The market practice in the past five years has proved that blockchain applications without equity mechanism are just like market economy without computers connected to the Internet and money, with greatly reced application scenarios and development speed. " An investor in Shanghai said
in fact, the token represented by bitcoin is only one of the earliest procts to verify the blockchain technology, and the two can not be equated, and the existence of token has obviously negative effects on the development of blockchain
Xiao Wei, chief engineer of network blockchain, told this reporter that the myth of ICO's sudden wealth shakes the R & D concentration of blockchain technical talents, and the myth of "sudden wealth" with hundreds of times of return tests the patience of blockchain technical R & D talents“ Many of the "comrades in arms" in the circle who used to do research and development of blockchain technology have gone to issue coins, and now few of them can insist on doing research and development and application of technology. "
Xu zewei, Secretary of the Party committee of Beijing Internet Finance Instry Association, said that under the background of China's ban on ICO, many domestic start-ups promoting blockchain applications are "selling dog meat with sheep's pawn" and financing through concept packaging of worthless tokens“ ICO has polluted the good atmosphere of innovation and entrepreneurship, and created a kind of speculative proct. Many young people are not thinking about entrepreneurship, but are thinking about issuing money, which makes us have the illusion of getting rich overnight. "
at present, more and more people in the instry begin to think about whether the development of blockchain must rely on the issuance of tokens to achieve incentives. Guo Dagang, Secretary General of Beijing Internet Finance Instry Association, told this reporter that the so-called incentive mechanism is only the theoretical basis for the project party to issue tokens for itself. Huo Xuewen, director of Beijing Municipal Bureau of financial work, also believes that if blockchain does not get rid of the dilemma of issuing currency, it will never find a legal landing mechanism
secondly, blockchain is not omnipotent and its security is at risk. Blockchain is generally considered to achieve three functions:
first, the data stored on the blockchain can not be tampered or forged, and the data has high credibility and credibility; Second, the whole process of the transaction can be traced, which can achieve accurate responsibility tracking; Third, the embedded smart contract in the blockchain can be executed automatically based on the contract, so as to improve work efficiency and rece the risk of default. It is generally believed that blockchain has broad application prospects in finance, logistics, trade and other fields
in fact, blockchain is not omnipotent, and its function has many limitations. It is generally believed that, according to the characteristics of cryptography, in order to tamper or falsify in the blockchain, more than 51% of the nodes need to be controlled in theory. When there are enough nodes in the blockchain, it is difficult to tamper with the trust creation mechanism widely participated by the public
However, in reality, digital currency exchanges are frequently attacked or even stolen. On June 20, 2018, bithumb exchange of South Korea announced on its official website that the exchange had been attacked by hackers and stolen 35 billion won, about 32 million US dollars of cryptocurrency Ji Xinhua, known as the first generation of "hackers" in China, said that the blockchain will continue to face attacks, and the process of uploading data to the blockchain is prone to information leakage. Some people in the instry worry that once the super computing power of quantum computing is realized, it will also have a direct impact on the blockchainZhao Yao, a special researcher of the Institute of finance of the Chinese Academy of Social Sciences, told this reporter that the academic community has confirmed as early as 2013 that the blockchain is not perfect and there are many "cheating" strategies. As long as there are enough economic incentives, controlling attacks of more than 51% nodes does not only exist in theory
Zeng Guang, Secretary General of Shenzhen Internet Finance Association, said that the blockchain technology itself does not have the ability to do so
at the beginning, some people said that mobile phones could make a long-distance call. Did you also say that it was impossible
probably uses 9600GT or gt240, or 9800gt GTS250 and other old cards!!