Position: Home page » Blockchain » Blockchain Picture 6
Blockchain Picture 6
Publish: 2021-05-01 04:47:26
1. 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.
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.
2. 99% of them are deceiving. It's deceiving to say how much it will appreciate. It's just a technology, its application is valuable.
3. 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.
4. There are six hierarchical structures in the blockchain, which are from bottom to top: data layer, network layer, consensus layer, incentive layer, contract layer and application layer
1. Data layer
the data layer is the lowest layer in the six hierarchies of the blockchain. We can understand the data layer as a database, but for the blockchain, this database is a tamperable and distributed database, which is what we call "distributed ledger"
in the data layer, that is, the "distributed ledger", the data information on the blockchain is stored, and the blockchain structure, asymmetric encryption technology, hash algorithm and other technical means of the block are encapsulated to ensure the security of the data in the case of the whole network being open. The specific method is:
in the blockchain network, nodes use consensus algorithm to maintain the consistency of data layer (that is, the distributed database), and use asymmetric encryption and hash algorithm in cryptography to ensure the non usurpation and traceability of the distributed database
This constitutes the bottom data structure of blockchain technology. However, it is not enough to have a distributed database. We also need to let the data information in the database be shared and exchanged. Next, we will introce the upper layer of the data layer - the network layer
Second, network layer
the network system of blockchain is essentially a P2P (point-to-point) network. Point to point means that there is no need for an intermediate link or centralized server to control the system. All resources and services in the network are distributed in the hands of each node, and the transmission of information is also a direct communication between the two nodes. However, it should be noted that P2P
(peer-to-peer) was not invented by Nakamoto, and the blockchain only integrates this technology
therefore, the network layer of blockchain is actually a particularly powerful point-to-point network system. In this system, each node can not only proce information, but also receive information, just like sending e-mail. You can write your own e-mail, and you can also receive the e-mail sent to you by others
in the blockchain network, nodes need to jointly maintain the blockchain system. Every time a node creates a new block, it needs to notify other nodes in the form of broadcast. After receiving the information, other nodes verify the block, and then create a new block on the basis of the block. In this way, the whole network can jointly maintain and update the general ledger of the blockchain system
however, what rules should the whole network follow to maintain and update the general ledger of the blockchain system? This involves the so-called "laws and regulations" (rules), which we will introce next: the consensus layer
Third, consensus layer
in the world of blockchain, consensus simply means that the whole network should maintain and update the general ledger of blockchain system according to a unified and agreed rule, which is similar to the rule of updating data. It is one of the core technologies of blockchain and the governance mechanism of blockchain community to let highly dispersed nodes reach consensus efficiently in the decentralized blockchain network
at present, the mainstream consensus mechanism algorithms include: proof of work of bitcoin (POW), proof of rights and interests of Ethereum (POS), proof of rights and interests of EOS (dpos), etc
we now introce the data layer, network layer and consensus layer. These three layers ensure that there are data, networks and rules for updating data on the network. However, there is no free lunch in the world. How can nodes actively participate in the maintenance of the blockchain system? Here is the incentive layer, which we will introce next: incentive layer< 4. Incentive layer
incentive layer is the so-called mining mechanism, which can be understood as incentive mechanism: you can get as much reward as you contribute to the blockchain system. With this incentive mechanism, the whole network nodes can be encouraged to participate in the data recording and maintenance on the blockchain
mining mechanism and consensus mechanism are actually the same truth. Consensus mechanism can be understood as the company's general rules and regulations, while mining mechanism can be understood as the reward rules for what you do well in the general rules and regulations
just like the consensus mechanism POW of bitcoin, it stipulates that more work pays more. Whoever can find the correct hash value first can get a certain amount of bitcoin reward
and Ethereum's POS stipulates that the older the holder is, the more likely he or she will be rewarded
it should be noted that the incentive layer is generally only available for the public chain, because the public chain must rely on the nodes of the whole network to jointly maintain data, so there must be a set of incentive mechanism to encourage the nodes of the whole network to participate in the construction and maintenance of the blockchain system, so as to ensure the security and reliability of the blockchain system
the blockchain is safe and reliable, and it is not intelligent enough, right? The contract layer we will introce next can make the blockchain system more intelligent
v. contract layer
Contract layer mainly includes various scripts, codes, algorithm mechanisms and smart contracts, which is the basis of block chain programming. What we call "smart contract" is at the contract level
if the bitcoin system is not intelligent enough, the "smart contract" proposed by Ethereum can meet many application scenarios. The principle of the contract layer is to embed the code into the blockchain system, in this way to realize the smart contract that can be customized. In this way, on the blockchain system, once the terms of the smart contract are triggered, the system can automatically execute commands< Finally, the application layer. The application layer is very simple. As the name suggests, it is a variety of application scenarios and cases of blockchain. What we now call "blockchain +" is the so-called application layer. At present, the blockchain applications that have been implemented are mainly various blockchain applications built on
eth, EOS and other public chains. There are more applications of gambling and games, and the real practical applications have not yet appeared.
1. Data layer
the data layer is the lowest layer in the six hierarchies of the blockchain. We can understand the data layer as a database, but for the blockchain, this database is a tamperable and distributed database, which is what we call "distributed ledger"
in the data layer, that is, the "distributed ledger", the data information on the blockchain is stored, and the blockchain structure, asymmetric encryption technology, hash algorithm and other technical means of the block are encapsulated to ensure the security of the data in the case of the whole network being open. The specific method is:
in the blockchain network, nodes use consensus algorithm to maintain the consistency of data layer (that is, the distributed database), and use asymmetric encryption and hash algorithm in cryptography to ensure the non usurpation and traceability of the distributed database
This constitutes the bottom data structure of blockchain technology. However, it is not enough to have a distributed database. We also need to let the data information in the database be shared and exchanged. Next, we will introce the upper layer of the data layer - the network layer
Second, network layer
the network system of blockchain is essentially a P2P (point-to-point) network. Point to point means that there is no need for an intermediate link or centralized server to control the system. All resources and services in the network are distributed in the hands of each node, and the transmission of information is also a direct communication between the two nodes. However, it should be noted that P2P
(peer-to-peer) was not invented by Nakamoto, and the blockchain only integrates this technology
therefore, the network layer of blockchain is actually a particularly powerful point-to-point network system. In this system, each node can not only proce information, but also receive information, just like sending e-mail. You can write your own e-mail, and you can also receive the e-mail sent to you by others
in the blockchain network, nodes need to jointly maintain the blockchain system. Every time a node creates a new block, it needs to notify other nodes in the form of broadcast. After receiving the information, other nodes verify the block, and then create a new block on the basis of the block. In this way, the whole network can jointly maintain and update the general ledger of the blockchain system
however, what rules should the whole network follow to maintain and update the general ledger of the blockchain system? This involves the so-called "laws and regulations" (rules), which we will introce next: the consensus layer
Third, consensus layer
in the world of blockchain, consensus simply means that the whole network should maintain and update the general ledger of blockchain system according to a unified and agreed rule, which is similar to the rule of updating data. It is one of the core technologies of blockchain and the governance mechanism of blockchain community to let highly dispersed nodes reach consensus efficiently in the decentralized blockchain network
at present, the mainstream consensus mechanism algorithms include: proof of work of bitcoin (POW), proof of rights and interests of Ethereum (POS), proof of rights and interests of EOS (dpos), etc
we now introce the data layer, network layer and consensus layer. These three layers ensure that there are data, networks and rules for updating data on the network. However, there is no free lunch in the world. How can nodes actively participate in the maintenance of the blockchain system? Here is the incentive layer, which we will introce next: incentive layer< 4. Incentive layer
incentive layer is the so-called mining mechanism, which can be understood as incentive mechanism: you can get as much reward as you contribute to the blockchain system. With this incentive mechanism, the whole network nodes can be encouraged to participate in the data recording and maintenance on the blockchain
mining mechanism and consensus mechanism are actually the same truth. Consensus mechanism can be understood as the company's general rules and regulations, while mining mechanism can be understood as the reward rules for what you do well in the general rules and regulations
just like the consensus mechanism POW of bitcoin, it stipulates that more work pays more. Whoever can find the correct hash value first can get a certain amount of bitcoin reward
and Ethereum's POS stipulates that the older the holder is, the more likely he or she will be rewarded
it should be noted that the incentive layer is generally only available for the public chain, because the public chain must rely on the nodes of the whole network to jointly maintain data, so there must be a set of incentive mechanism to encourage the nodes of the whole network to participate in the construction and maintenance of the blockchain system, so as to ensure the security and reliability of the blockchain system
the blockchain is safe and reliable, and it is not intelligent enough, right? The contract layer we will introce next can make the blockchain system more intelligent
v. contract layer
Contract layer mainly includes various scripts, codes, algorithm mechanisms and smart contracts, which is the basis of block chain programming. What we call "smart contract" is at the contract level
if the bitcoin system is not intelligent enough, the "smart contract" proposed by Ethereum can meet many application scenarios. The principle of the contract layer is to embed the code into the blockchain system, in this way to realize the smart contract that can be customized. In this way, on the blockchain system, once the terms of the smart contract are triggered, the system can automatically execute commands< Finally, the application layer. The application layer is very simple. As the name suggests, it is a variety of application scenarios and cases of blockchain. What we now call "blockchain +" is the so-called application layer. At present, the blockchain applications that have been implemented are mainly various blockchain applications built on
eth, EOS and other public chains. There are more applications of gambling and games, and the real practical applications have not yet appeared.
5. Blockchain is "efficient and inefficient", "decentralized". Blockchain short video is to put the original short video on the blockchain for authentication, proving that it is original.
6. Blockchain application fields:
1. Financial field. Blockchain has great potential application value in international exchange, letter of credit, equity registration, stock exchange and other financial fields. The application of blockchain technology in the financial instry can save the third-party intermediary link and realize the point-to-point direct docking, so as to greatly rece the cost and quickly complete the transaction payment< 2. Internet of things and logistics. Blockchain can also be naturally combined in the field of Internet of things and logistics. Through blockchain, we can rece logistics costs, trace the proction and delivery process of goods, and improve the efficiency of supply chain management. This field is considered as a promising application direction of blockchain
3. Public service. Blockchain is closely related to people's proction and life in public management, energy, transportation and other fields, but the centralization of these fields also brings some problems, which can be transformed by blockchain. The decentralized and fully distributed DNS service provided by the blockchain can realize domain name query and resolution through the point-to-point data transmission service between nodes in the network. It can be used to ensure that the operating system and firmware of an important infrastructure have not been tampered with. It can monitor the status and integrity of the software and detect bad tampering, And ensure that the data transmitted by the system using the Internet of things technology has not been tampered with< 4. Digital rights. Through blockchain technology, works can be authenticated to prove the existence of text, video, audio and other works, and ensure the authenticity and uniqueness of ownership. After the works are confirmed on the blockchain, the subsequent transactions will be recorded in real time to realize the full life cycle management of digital rights, and can also be used as a technical guarantee in judicial evidence collection. For example, mine labs, a start-up company in New York, developed a metadata protocol based on blockchain. This system called mediachain uses IPFs file system to realize right protection of digital works, mainly for right protection applications of digital pictures
5. Insurance. In terms of insurance claims, insurance institutions are responsible for fund collection, investment and claims settlement, and often have higher management and operation costs. Through the application of smart contract, there is no need for the applicant to apply or the insurance company to approve. As long as the claim conditions are triggered, the automatic claim settlement of the policy can be realized. A typical application case is lenderbot, which was launched by the blockchain enterprise stratumdeloitte and payment service provider lemonway in 2016. It allows people to register customized micro insurance procts through the chat function of Facebook messenger to insure the high value items exchanged between indivials, and the blockchain replaces the third party role in the loan contract< 6. Public welfare. The data stored on the blockchain is highly reliable and tamperable, which is naturally suitable for social public welfare scenarios. The relevant information in the public welfare process, such as donation project, collection details, fund flow, recipient feedback, etc., can be stored on the blockchain, and can be made transparent and public, which is convenient for social supervision.
1. Financial field. Blockchain has great potential application value in international exchange, letter of credit, equity registration, stock exchange and other financial fields. The application of blockchain technology in the financial instry can save the third-party intermediary link and realize the point-to-point direct docking, so as to greatly rece the cost and quickly complete the transaction payment< 2. Internet of things and logistics. Blockchain can also be naturally combined in the field of Internet of things and logistics. Through blockchain, we can rece logistics costs, trace the proction and delivery process of goods, and improve the efficiency of supply chain management. This field is considered as a promising application direction of blockchain
3. Public service. Blockchain is closely related to people's proction and life in public management, energy, transportation and other fields, but the centralization of these fields also brings some problems, which can be transformed by blockchain. The decentralized and fully distributed DNS service provided by the blockchain can realize domain name query and resolution through the point-to-point data transmission service between nodes in the network. It can be used to ensure that the operating system and firmware of an important infrastructure have not been tampered with. It can monitor the status and integrity of the software and detect bad tampering, And ensure that the data transmitted by the system using the Internet of things technology has not been tampered with< 4. Digital rights. Through blockchain technology, works can be authenticated to prove the existence of text, video, audio and other works, and ensure the authenticity and uniqueness of ownership. After the works are confirmed on the blockchain, the subsequent transactions will be recorded in real time to realize the full life cycle management of digital rights, and can also be used as a technical guarantee in judicial evidence collection. For example, mine labs, a start-up company in New York, developed a metadata protocol based on blockchain. This system called mediachain uses IPFs file system to realize right protection of digital works, mainly for right protection applications of digital pictures
5. Insurance. In terms of insurance claims, insurance institutions are responsible for fund collection, investment and claims settlement, and often have higher management and operation costs. Through the application of smart contract, there is no need for the applicant to apply or the insurance company to approve. As long as the claim conditions are triggered, the automatic claim settlement of the policy can be realized. A typical application case is lenderbot, which was launched by the blockchain enterprise stratumdeloitte and payment service provider lemonway in 2016. It allows people to register customized micro insurance procts through the chat function of Facebook messenger to insure the high value items exchanged between indivials, and the blockchain replaces the third party role in the loan contract< 6. Public welfare. The data stored on the blockchain is highly reliable and tamperable, which is naturally suitable for social public welfare scenarios. The relevant information in the public welfare process, such as donation project, collection details, fund flow, recipient feedback, etc., can be stored on the blockchain, and can be made transparent and public, which is convenient for social supervision.
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
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. In fact, it doesn't need much analysis. As long as the general trend of bitcoin is rising, all other counterfeit currencies will also rise. If bitcoin continues to be in the doldrums, other counterfeit currencies will be out of the question
bitcoin, as a big experiment of socialization, has been widely concerned all over the world. However, since the announcement of bitcoin risk notice by five ministries and commissions of the central bank, bitcoin has been in a long-term downturn, and other counterfeit currencies are even worse. At the end of 2013, the price of bitcoin went up, and other counterfeit currencies also went up with the boat
the future is the same. The future and destiny of bitcoin determine the future and destiny of other counterfeit currencies.
bitcoin, as a big experiment of socialization, has been widely concerned all over the world. However, since the announcement of bitcoin risk notice by five ministries and commissions of the central bank, bitcoin has been in a long-term downturn, and other counterfeit currencies are even worse. At the end of 2013, the price of bitcoin went up, and other counterfeit currencies also went up with the boat
the future is the same. The future and destiny of bitcoin determine the future and destiny of other counterfeit currencies.
9. For bitcoin, don't invest any more. It's a complete gamble. Remember, don't participate, especially at this stage. The threshold itself is very low. Bitcoin is not money. It can be divided into any large unit, such as 0.0000015 bitcoin. I don't know when the concept of bitcoin was changed into bitcoin. It can be worthless at any time
Hot content