Position: Home page » Blockchain » Blockchain technology picture

Blockchain technology picture

Publish: 2021-03-30 18:27:57
1.

In the past, when it comes to blockchain, we always think of foreign procts, such as Ethereum. But when I talk about this topic today, I think more about China's own blockchain technology

at present, the mature application of blockchain technology is more concentrated in some public chain projects, because many application projects need to be developed based on this, so I think the current global landing direction is public chain projects, and it is still too early to talk about maturity. After all, bitcoin and Ethereum are still blocked, and many old problems have not been solved, There will be many new problems. The well-known ones are Biyuan chain, ulord (the project is abroad, but the technical party provides it in the domestic company, Hunan Tianhe Guoyun Co., Ltd.), quantum chain, Xiaoyi Neo, gongxinbao, etc

ulord is a point-to-point value delivery public chain. By building the underlying architecture of blockchain and digital resource distribution protocol, it supports third-party developers to build their own applications on top of their open source protocol, and works with many instry partners to build a complete ecosystem of blockchain technology and applications

based on various rules and protocols created by ulord, it is convenient to graft various digital resource application scenarios including text, pictures, music, video, software, etc., providing a direct docking platform for information creators and consumers. Third party developers can build their own economic system in ulord, or focus on building all kinds of applications around ulord, and use the ulordtoken in ulord as the voucher in the system

for example, an experience sharing platform can be built on ulord, where the experience sharers price the published experience, and the people who obtain the experience information trade on the platform, and each fee paid to the experience sharers will arrive at the account immediately; Proct promoters can publish ads on ulord, price ads, and people who are interested in ads can get certain profits by clicking on ads. The first mock exam is to separate information from the past, and to use platform or other centralized organizations to spread profit. This mode eliminates intermediate links, and information providers and consumers directly connect with Ulord, which ensures the maximization of the interests of the originator. p>

2. Moving average, Ma for short, originally means moving average. Because we make it linear, it is generally called moving average, Ma for short. It divides the sum of the closing prices of a period by the period. For example, the daily Ma5 refers to the sum of the closing prices in five days and then divided by 5. Moving average was proposed by Joseph E. Granville, a famous American investment expert, in the mid-20th century. Moving average theory is one of the most widely used technical indicators today. It helps traders to confirm the existing trend, judge the trend that will appear, and find the trend that is about to reverse<

MACD is called the moving average of similarities and differences, which is developed from the double index moving average. The fast line dif is obtained by subtracting the slow index moving average (ema26) from the fast index moving average (ema12), and then 2 × Fast line dif-dif's 9-day weighted moving average (DEA) obtained MACD column. The significance of MACD is basically the same as that of double moving average, that is, the dispersion and aggregation of fast and slow moving average represent the current long short state and the possible development trend of stock price, but it is more convenient to read. When MACD turns from negative to positive, it's a buy signal. When MACD turns from positive to negative, it's a sell signal. When MACD changes from a large angle, it means that the gap between the fast moving average and the slow moving average widens very quickly, which represents the change of a market trend.
3.

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

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)


< H2 > [Characteristics]

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 robustness

trustworthiness: 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

4. China attaches great importance to the development and application of blockchain technology. Driven by multiple forces such as policy, technology and market, the pace of blockchain innovation has been accelerating. It has been deeply integrated with cloud computing, big data, Internet of things and other technologies. The scope of exploration and application has also expanded from digital assets to supply chain management, intelligent manufacturing, instrial Internet, social welfare, right protection and other fields.
5. Basically, the principle is the same. Take baopin.com as an example, baopin.com's video blockchain authentication is actually DAPP. First, it takes a screenshot of the video's key frames per minute, then transcodes it into a string of unique numbers, and then uploads and records it into the Ethereum blockchain.
6.

In a narrow sense, blockchain is a kind of chain data structure that combines data blocks in a sequential way according to the time sequence, and it is a distributed account book that can not be tampered with and forged by means of cryptography

broadly speaking, blockchain technology is a new distributed infrastructure and computing method, which uses blockchain data structure to verify and store data, uses distributed node consensus algorithm to generate and update data, uses cryptography to ensure the security of data transmission and access, and uses intelligent contracts composed of automated script code to program and operate data

working principle

blockchain system is composed of data layer, network layer, consensus layer, incentive layer, contract layer and application layer. Among them, the data layer encapsulates the underlying data blocks and related basic data and algorithms such as data encryption and timestamp; The network layer includes distributed networking mechanism, data transmission mechanism and data verification mechanism; The consensus layer mainly encapsulates all kinds of consensus algorithms of network nodes; The incentive layer integrates economic factors into the blockchain technology system, mainly including the issuance mechanism and distribution mechanism of economic incentives; The contract layer mainly encapsulates all kinds of scripts, algorithms and smart contracts, which is the basis of the programmable characteristics of blockchain; The application layer encapsulates various application scenarios and cases of blockchain. In this model, chain block structure based on timestamp, consensus mechanism of distributed nodes, economic incentive based on consensus computing power and flexible and programmable smart contract are the most representative innovations of blockchain technology

7. 1. Radiation engineers have strong lethality to infantry and non armored combat vehicles
2. Radiation engineers have less damage to armored combat vehicles
3. Radiation engineers have no damage to spiders and mining vehicles
4. Radiation engineers have no damage to buildings

these are the original data
8. We need to look at the mining income according to the model of the graphics card, and then use the income to look back at the cost time. If it is a low-end graphics card, it may not be able to be found in my life
9.

The most important value of blockchain technology is to solve the credit problem of the Internet, that is, all people witness every transaction together. Therefore, if the blockchain of the Internet is really realized, many credit platforms will disappear directly, and the cost of all virtual transactions will be reced to almost zero. Copyright protection is no longer an issue. Unless the author wants to, you can no longer get free works on the Internet. All music, pictures and articles need to be read for a fee

more and more Internet applications will use blockchain technology to link web pages. Blockchain is not only the carrier of virtual currency, but also the carrier of mainstream Internet information in the future. The application of smart devices such as mobile phones will also adopt blockchain technology to ensure the fairness of transaction and rece the proction cost and transaction cost of proct procers

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