为广大币圈朋友提供币圈基础入门专业知识!
当前位置首页 > 区块链知识> 正文

区块链100问全集,区块链108问

发布时间:2023-12-14-10:35:00 来源:网络 区块链知识 区块

区块链100问全集,区块链108问

近几年,由于区块链技术的发展,越来越多的人开始关注区块链,而区块链100问全集和区块链108问拓展也成为了热门话题。今天,我们就来聊聊三个与区块链100问全集和区块链108问拓展相关的关键词:智能合约、私钥和共识机制。

智能合约:智能合约是区块链技术的一种重要应用,它是一种利用区块链技术实现的自动执行的协议,它可以让双方安全可靠地完成交易,而无需任何第三方的介入。智能合约可以被用于各种行业,如金融、医疗、法律、政府等,它可以帮助企业更快更安全地完成交易,减少交易成本。智能合约也可以用于更安全地实现自动化,从而提高效率和减少成本。

私钥:私钥是区块链技术的一个重要组成部分,它是用户在区块链网络上的一个唯一标识,用户可以使用私钥来访问自己的账户,以及安全地发送和接收资产。私钥是一个由数字和字母组成的字符串,它是用户在区块链上的身份标识,所以用户必须妥善保管自己的私钥,避免被他人获取,以免造成不必要的损失。

共识机制:共识机制是区块链技术的核心,它是一种用于确保区块链网络安全可靠运行的机制。共识机制可以确保网络中的所有节点都能够达成一致,从而避免网络中出现分叉的情况。目前,最常用的共识机制是工作量证明,它是一种基于计算能力的共识机制,可以保证网络的安全性和可靠性,并且可以抵御51%攻击。

以上就是关于区块链100问全集和区块链108问拓展的三个相关关键词:智能合约、私钥和共识机制的介绍,我们可以看到,这三个关键词都是区块链技术的重要组成部分,它们可以帮助我们更好地理解和利用区块链技术。


请查看相关英文文档

① Explain blockchain in vernacular

img src=' https://p26 . toutiaoimg.com/large/39b 70000088 e 51 B3 c 258 & #39/

Recently, various ICO financial scams have been blocked in China, but this does not hinder the vigorous development of blockchain technology. After all, technology is innocent and can bring benefits to people. As for how to use it, it depends on people to operate it. If the operation is good, you can recommend development. If the operation is not good, it is like the major ICO projects. Find some knowledge for Internet celebrities to conduct so-called illegal fund-raising and financial fraud.

After talking for a long time, what is blockchain? When it comes to blockchain, the first thing that comes to mind for many people is Bitcoin. We need to solve a problem. Bitcoin is a blockchain, but blockchain is not Bitcoin. Simply put, blockchain is distributed ledger technology (DLT), not a token. It has many characteristics, such as decentralization, traceability, and difficulty in tampering.

(1) Blockchain is a distributed database

First of all, this is a decentralized distributed architecture system. Therefore, having only one central server or node is not called a blockchain. For example, if you go to Taobao to buy a mobile phone, you and the seller are strangers and have no basis for trust. If you give the money to the seller first, the seller may block you by not delivering the goods, and then your mobile phone money will be gone. If the seller ships first, do you pay? It is possible that you do not pay the seller after receiving the goods, and one party may lose money anyway. At this time, a third-party guarantee is needed to solve the trust problem. Just like Alipay now, you give money to Alipay and the seller will deliver the goods. When you receive the goods, the seller will receive the money.

The above example is a centralized system because all guarantee work is handled by Bora, a third-party payment company. Suppose one day Alipay wants to tamper with data, neither buyers nor sellers can do anything because all authority is in the hands of one company.

At this time, a distributed database is needed. This third party is no longer Alipay, but thousands of monitors. When you buy a mobile phone on Taobao, you will shout to everyone that I am going to XXX to buy a mobile phone, and I paid XXX yuan. The other person will yell like everyone else. I collected XXX’s mobile phone bill and sent it over. In this way, everyone knows about this transaction and everyone is recording this transaction, so it is useless if one or two nodes have problems or malicious behavior, because most nodes have recorded this matter.

(B) Blockchain uses encryption technology to ensure data security

There are two important points here: 1. Crypto-enabled hash function 2. Asymmetric encryption.

If you are interested in specific concepts, you can go online, but people without basic knowledge may not be able to understand it, because these two points are too professional. In fact, if you only know the use of blockchain, you don’t need to have an in-depth understanding of it. It is also a technical concept. You just need to know that blockchain relies on these technical points to ensure data security and is not easilytamper. Of course, many people say that these two points can guarantee 100% non-tampering. I want to be a little conservative here. As an author who works in the security industry, I have always been skeptical about 100% security, so it may be more appropriate to call it difficult to be tampered with.

I will briefly introduce these two concepts and try to explain them clearly in plain English.

1. Cryptographic Hash Function

This is mainly used to verify the integrity of information. For example, I sent a message to the company leader saying that I was sick on Friday and needed to take a day off. At this time, a hash value will be generated based on the message I sent, such as: 123456. At this point, when the leader receives this message, a hash value is also generated. Because the content of the message I sent has not changed (it has not been tampered with), the hash value remains unchanged, still: 123456. This is if someone wants to tamper with this news and get sick on Friday and need to take a year off. At this time, the hash value will change, such as: 123489. That's when we learned our information had been tampered with.

2. Asymmetric encryption

It is mainly used for information encryption and authentication. It is actually two keys, one is called the public key and the other is called the private key. Public key encryption, private key decryption.

A public key is a key that everyone has. You own it, I own it. We can all encrypt with this key, but when decrypting it must be decrypted with my private key. If you don't have my private key, you can't decrypt it.

(C) The blockchain uses a consensus algorithm to reach consensus on new data.

The role of the consensus algorithm is to enable all nodes to reach a consensus on the new block. In other words, everyone must approve the new block.

For a centralized deployment system, this is simple, everything is controlled by the center, but in the distributed system of the blockchain, it is very complicated. For example, there are three nodes. A said he bought a mobile phone from XXX store and paid for it, B said he didn’t pay, and C said he didn’t pay enough. Then who do you listen to? What's more, blockchain technology is not as simple as three nodes, but a huge distributed system.

This is when a solution is needed. There is a corresponding problem in computer science called the "Byzantine Universal Problem" or "Byzantine Fault Tolerance" (BFT). This question was raised not because of Bitcoin, but because of a special background.

Early aircraft had three independent control systems. Why do we need three independent control systems? For example, in an emergency, there is a plane opposite. How to judge whether you should hide? If there is only one system, there is no choice, which is equivalent to centralized deployment. If the system breaks, you're dead. What if one of the two systems breaks? The good ones are said to hide, and the bad ones are said not to hide. The computer cannot judge the final result. Therefore, three independent systems are needed to support it, and the probability of two total failures is still very small. But this only takes into account injuries. What should I do if there is a malicious system? Is three enough? The answer is no, we need four systems to maintain consensus.

The use of blockchain is similar, because it is supported by a huge number of nodes, and each node is an independent system without interfering with each other. We can assume that failed nodes and malicious nodesThe number of points is limited, so it will not cause abnormal consistency in the data.

Related questions and answers: What is blockchain? What is the use?

Blockchain is a new computing paradigm and distributed infrastructure that uses fast chain data structures, distributed node consensus algorithms, cryptography and smart contracts based on automated script codes to produce, verify, store and transmit data. It can also be said that blockchain is a distributed ledger technology that can provide a decentralized trust mechanism in a non-trust environment, allowing multi-party participants to conduct secure and trust-based transactions without intermediaries.

The core advantage of blockchain technology is decentralization. It can realize decentralized credit-based transactions in a distributed system where nodes do not need to trust each other by using data encryption, timestamps, distributed consensus and economic incentives. Point-to-point transactions, coordination and collaboration provide solutions to the common problems of high cost, low efficiency and insecure data storage in centralized institutions.

The fields of use of blockchain include digital currency, certificates, finance, anti-counterfeiting and traceability, privacy protection, supply chain, entertainment, etc. With the popularity of blockchain and Bitcoin, many related top domain names have been registered. It has had a relatively large impact on the domain name industry.

Related Q&A: Can you explain to me what a blockchain is in an easy-to-understand way?

Er Gazi is my friend since we were young, and we were naked in Hegou together. Later, I came to the city to study and work, and lived a life as a drifter in the north; he farmed at home and did some small business, and now he has a son and a daughter, and his life is safe. He envied my so-called "seen the world", and I envied his simple life without the pressure of mortgage loans. We have completely different and mutually enviable lives??

That day, Gazi came to me on WeChat and asked "District" What is a blockchain?" I was stunned for a moment, how could this idiot care about such an avant-garde word? I pretended to be calm and prepared to talk about the technical principles bit by bit, but I could see the confused expression of that idiot through the screen of my mobile phone. How to explain "what is blockchain" to people who have a little bit of Internet concepts and technical foundation? This seems to be a very thorny problem??

The village commissary interprets the core of blockchain (picture quoted from the Internet)

The core essence of blockchain is "decentralization", and almost all operating modes of blockchain operate around the concept of "decentralization". Once you understand what "decentralization" is, you can basically explain the question "what is a blockchain?" For Erga, of course, he must perform a version that he can understand.

“I said, Gazi, are you still open that canteen at the east end of the village?” Gazi answered yes. I decided to use this canteen as an example to explain the actual use of blockchain in modern business and financial models. Scenario, so that he can better understand what blockchain is.

"Are there still many villagers who take credit now? By the end of the year, some of the accounts cannot be remembered clearly, and there are still many defaulters or those who refuse to accept their accounts?" At this point, Ergazi got emotional and kept complaining. Nowadays, people's hearts are not as old as before, and business is difficult to do!

"Before youThe operation mode of the canteen is a typical centralized one. You grant credit to the villagers and you can take credit. All accounting is directly connected with our villagers through you. You are the center of all accounting. " Ergazi said he understood and let me continue.

I said: "If you fail one day, then all the debts will become dead debts? It is estimated that it will be difficult to get back the IOUs written in black and white. Forget about remembering those accounts orally, but the decentralization of the blockchain can solve this problem very well. As long as the earth still exists, then the blockchain will remember that every account will exist forever." Erga became more energetic after hearing this.

The essence of the blockchain is "decentralization"

"The The essence is decentralization. Once someone takes credit from you, all the neighbors in the village will help you keep accounts. Because there are many nodes for accounting, it is neither easy to make mistakes nor others can refuse to pay, so everyone reaches a consensus. If someone maliciously fails to repay the debt, the whole village will know his character, and no one will be willing to have financial dealings with him in the future??"

Speaking of this, Gazi was obviously a little excited. It seemed that he was I was really worried about the credit issue. Seeing that Gazi was interested, I also felt a small sense of accomplishment and continued: "Of course, the above is just an analogy. In fact, the blockchain does not really allow villagers to get paper. The pen helps you keep accounts, but it is done through the Internet and computer networking. "

At this time, Gazi was a little confused and asked: "Then what others bought from me, wouldn't everyone in the village know it? Then who would buy things from me? There is really no privacy at all. And you don’t have time to keep accounts here. Last year’s accounts are said to be this year’s. What if you keep procrastinating? "

"Okay, Gazi, your question is on point. "It seems that Gazi is not stupid at all, and he is very shrewd in doing business. I continued to explain: "So, the recording and transmission of this information are all done through encryption. What you see is a picture of numbers and English. String, and each account has a timestamp to record the time of occurrence, which cannot be relied on. "

Gazi had another question: "Is it possible that the people who owe the debt have a good relationship with the villagers, and they join forces to tamper with the accounting? Then you won’t be able to explain clearly at that time??”

“Gazi, that’s all you have, haha. "I understood Gazi's concerns and continued to explain: "The mechanism of the blockchain requires more than 51% of people to agree to tamper with a bill. Everyone has a degree of closeness and distance between them, and it is impossible for everyone to favor the same person. If it were a computer, more than half of the computers on the entire network would need to recalculate. This project would be so huge that it would be almost impossible to complete??"

In this way, through the actual situation of the canteen and combined with some scenes in life, Gazi understood What is in the blockchain: decentralization, distributed accounting, consensus mechanism, encryption mechanism, timestamps, and the characteristics of being difficult to tamper with.

Ergazi was silent for a moment, seeming to be digesting the example I just gave him. I don’t know how much he can understand the example. Not long after, he sent me a voice message on WeChat: "Does the blockchain mean that I used to learn from the Internet?"All purchases and payments have to go through Jack Ma’s house. If there is a blockchain, can we directly trade with the seller? Anyway, the accounting is very safe. "

"Okay, Gazi, it's really clear at first glance. Blockchain is essentially a decentralized distributed ledger data cloud. Of course, it can be understood according to your understanding. "I'm very happy that Gazi can roughly appreciate the true charm of the blockchain. Fortunately, my words have not been in vain.

What is Bitcoin? (Picture quoted from the Internet)

"Then Bitcoin What is this thing again? What does it have to do with blockchain? "Gazi asked.

I thought about it briefly and decided to continue to explain to Gazi with the story of the canteen: "In your canteen, the villagers can't keep accounts for you for free all day long. Do you have to carry some during the holidays? This is the reward mechanism of the blockchain, and everyone who participates in bookkeeping may receive rewards. "

"Then what are the rewards based on? There has to be a rule, right? "Gazi asked very puzzled.

I explained: "Zhang San went to your store to borrow a pack of cigarettes on credit, but Li Si knew about it first and kept an account for you first, and then others knew about it. Keep accounts, then Li Si can get a small red flower as a reward ~ This small red flower is generated by the blockchain system and has no value in itself, so you do not need to pay any cost for this small red flower??"< p>“Can Bitcoin be spent as money? How is it different from the banknotes we usually spend? "Gazi continued to ask.

"Bitcoin is a digital encrypted virtual currency. In principle, it has no value itself like our banknotes. However, banknotes have a credit guarantee from the state, so they have value. Bitcoin is the value formed by consensus among Bitcoin network users, and it has tradable properties, so it can be used to carry value. "What is said here is a bit profound. I don't know if Gazi can understand it.

I continued to explain: "Banknotes can be printed infinitely. If more are printed, inflation will occur. When we were young, popsicles worth 1 cent were very good. , now you can’t eat with 1 yuan. Of course, there are many factors that affect inflation. The number of Bitcoins is fixed, and there is no possibility of unlimited over-issuance. However, different people have different judgments on their value, and coupled with the influence of supply and demand and investor sentiment, their prices are always fluctuating. ”

What is the difference between Bitcoin price fluctuations and stocks?

“So is speculating in Bitcoin just like speculating in stocks? Can you understand it this way? "Gazi seems to know a lot.

"In fact, there are some similarities, but there are also big differences. "I continued Gazi's topic: "The price of stocks always fluctuates around the valuation of companies, and there is government supervision in the stock market. Bitcoin itself has no value. It is priced entirely based on supply and demand and player valuations. It grows wildly without any government supervision. Therefore, it may have higher risks and higher returns than stocks. "

In the end, Gazi revealed the real purpose of today. He asked me: "Can I invest in blockchain projects? ”

If you don’t go to the Three Treasures Hall for nothing, you will beA typical example of this. Despite a large circle, both blockchain and Bitcoin, in fact, the question he really cares about is "Is investment in blockchain projects reliable?" When these words came out, I was extremely shocked. Now The so-called blockchain investment projects have actually reached fourth- and sixth-tier cities and small towns!

Up to now, there are only three situations in investing in blockchain: mining, currency speculation, and so-called blockchain projects.

Mining and currency speculation are still the main lines of the blockchain (pictures quoted from the Internet)

The so-called mining is to obtain returns by purchasing mining equipment such as mining machines, mining virtual currencies, and then selling them for cash. . You can install the mining machine yourself, or you can find a mining pool to host it, but the core keys to profitability are "computing power" and "power consumption" as well as investment in equipment. With the sharp drop in the price of virtual currencies and the increase in mining difficulty, the current mining returns of many currencies are very unsatisfactory. Mining is obviously something only a very small number of investors who understand technology can do well, and my childhood friend Gazi obviously can’t do it.

As for "coin speculation", I have just introduced some differences between Bitcoin and stocks in the previous section. In principle, although they are both "buy low and sell high" operations, they are very different. Ordinary investors cannot determine the value of a virtual currency itself. The price is determined entirely by the relationship between supply and demand, which is somewhat similar to what we often call "market makers." On the other hand, the virtual currency trading market is extremely unstandardized, and fraud and hacker attacks often occur. The risk factor is much greater than investing in stocks. For the safety of my friends' funds, I am one of the ten thousand people who disagree with me and come to "speculate in coins"!

The "September Fourth Movement" stipulated that the issuance of virtual currencies is illegal

In fact, in my opinion, most of the so-called investment projects in the market are essentially "illegal fund-raising" and "pyramid schemes." Some so-called blockchain investment projects attract investors into the circle through various packaging and inflammatory rhetoric, and then create the illusion of profitability by building a software and hardware ecosystem of issuing new coins + mining + currency speculation, and then finally run away. Our country's laws clearly stipulate that the issuance of virtual currencies is illegal.

Illegal pyramid schemes now wear the cloak of blockchain (picture quoted from the Internet)

And how to identify some pyramid schemes under the guise of blockchain? In fact, these pyramid schemes are also so-called Ponzi schemes, what we people often call "empty gloves." These so-called "direct sales" or "marketing" activities often have no actual products to circulate, and rely more on developing "downline" to ensure top-level profits. With the rise of the concept of blockchain, this MLM model has shown an intensification trend, and it even deceives people under the banner of state support for new technologies.

When Gazi asked, “Can blockchain projects be invested in?”, I realized the seriousness of the problem. Gazi is a typical young man from a small town, and his pursuit is his wife and children. But when faced with the attraction of "wealth", people often do inappropriate things. Mining and currency speculation are simply not suitable for him, let alone blockchain investment projects that are most likely "illegal financing" or "illegal pyramid schemes"!

I quickly called Gazi and conducted the above analysis carefully??

② 108 knowledge points for getting started with blockchain

Essentials for getting started with blockchain Prepare 108 knowledge points

(Welcome to share the same frequency)

1. What is a blockchain

Put the information of multiple transactions and indicate the block The information is packaged together, and the verified package is the block.

Each block stores the hash value of the previous block, creating a relationship between blocks, that is to say, a chain. Together they are called blockchain.

2. What is Bitcoin

The concept of Bitcoin was proposed by Satoshi Nakamoto in 2009, with a total number of 21 million. The Bitcoin chain generates a block approximately every 10 minutes, and this block is mined by miners for 10 minutes. As a reward to miners, a certain number of Bitcoins will be issued to miners, but this certain number is halved every four years. Now it's 12.5. If this continues, all Bitcoins will be available in 2040.

3. What is Ethereum

The biggest difference between Ethereum and Bitcoin is the smart contract. This allows developers to develop and run various applications on it.

4. Distributed ledger

It is a database that is shared, replicated and synchronized among network members. To put it bluntly, all users on the blockchain have accounting functions and the content is consistent, which ensures that the data cannot be tampered with.

5. What is quasi-anonymity?

I believe everyone has a wallet, and the wallet address (a string of characters) used to send transactions is quasi-anonymity.

6. What is open transparency/traceability

The blockchain stores all data from history to the present, anyone can view it, and can also view any data in history.

7. What is tamper-proof

Historical data and current transaction data cannot be tampered with. The data is stored in the block on the chain and has a hash value. If the block information is modified, its hash value will also change, and the hash values ​​of all blocks following it must also be modified to form a new chain. At the same time, the main chain is still conducting transactions to generate blocks. The modified chain must always generate blocks synchronously with the main chain to ensure that the length of the chain is the same. The cost is too high, just to modify a piece of data.

8. What is anti-DDoS attack

DDoS: Hackers control many people’s computers or mobile phones and allow them to access a website at the same time. Since the bandwidth of the server is limited, a large amount of traffic The influx ofThe website may not function properly and you may suffer losses. However, the blockchain is distributed and there is no central server. If one node fails, other nodes will not be affected. Theoretically, if more than 51% of the nodes are attacked, problems will occur.

9. Definition of main chain

Taking Bitcoin as an example, at a certain point in time, a block is mined by two miners at the same time, and then 6 blocks are generated first. The chain of blocks is the main chain

10. Single chain/multi-chain

Single chain refers to the data structure that handles everything on one chain. The core essence of the multi-chain structure is composed of public chain + N sub-chains. There is only one, but in theory there can be countless sub-chains, and each sub-chain can run one or more DAPP systems

11. Public chain/alliance chain/private chain

Public Chain: Everyone can participate in the blockchain

Alliance chain: Only alliance members are allowed to participate in accounting and query

Private chain: Writing and viewing permissions are only controlled by one person In the hands of the organization.

12. Consensus layer, data layer, etc.

There are six overall structures of the blockchain: data layer, network layer, consensus layer, incentive layer, contract layer, and application layer. Data layer: a layer that records data, belonging to the underlying technology; network layer: a structure for building a blockchain network, which determines how users are organized. Consensus layer: Provides a set of rules to allow everyone to reach agreement on the information received and stored. Incentive layer: Design incentive policies to encourage users to participate in the blockchain ecosystem; Contract layer: Generally referred to as "smart contracts", it is a set of contract systems that can be automatically executed and written according to their own needs. Application layer: Applications on the blockchain, similar to mobile apps. Former Distributed Storage R&D Center

13. Timestamp

The timestamp refers to January 1, 1970 Day 0 hours 0 minutes 0 seconds 0... The total number of seconds from the current time to now, or the total number of nanoseconds and other very large numbers. Each block is generated with a timestamp indicating when the block was generated.

14. Block/block header/block body

Block is the basic unit of blockchain, and block header and block body are components of blockchain. The information contained in the block header includes the hash of the previous block, the hash of this block, timestamp, etc. The block body is the detailed data in the block.

15. Merkle tree

Merkle tree, also called binary tree, is a data structure for storing data. The bottom layer is the original data contained in all blocks, and the upper layer is each The hash value of a block, the hash value of this layer is combined in pairs to generate a new hash value, forming a new layer, and then upwards layer by layer, until a hash value is generated. Such a structure can be used to quicklyQuickly compare a large amount of data, and you can quickly find the bottom-level historical data you want without downloading all the data.

16. What is expansion?

The size of a Bitcoin block is about 1M and can save 4,000 transaction records. Expansion means making the block larger so that more data can be stored.

17. What is a chain?

Each block will save the hash of the previous block, creating a relationship between the blocks. This relationship is a chain. Data such as block transaction records and status changes are stored through this chain.

18. Block height

This is not the height mentioned in terms of distance. It refers to the total number of blocks between the block and the first block on the chain. This height indicates which block it is, and is just for identification purposes.

19. Fork

Two blocks were generated at the same time (the transaction information in the block is the same, but the hash value of the block is different), and then in Two chains are forked from these two blocks. Whoever generates 6 blocks from these two links first will be the main chain, and the other chain will be discarded.

20. Ghost Protocol

Mining pools with high computing power can easily generate blocks faster than mining machines with low computing power, resulting in most of the blocks on the blockchain being generated by these mining pools with high computing power. However, the blocks generated by mining machines with low computing power are not stored on the chain because they are slow, and these blocks will be invalid.

The ghost protocol allows blocks that should be invalidated to remain on the chain for a short time, and can also be used as part of the proof of work

. In this way, miners with small computing power will contribute more to the main chain, and large mining pools will not be able to monopolize the confirmation of new blocks.

21. Orphan block

As mentioned before, orphan blocks are blocks generated at the same time. One of them forms a chain, and the other does not form a chain. Then this block that does not form a chain is called an orphan block.

22. Uncle block

The orphan block mentioned above, through the ghost protocol, makes it part of the proof of work, then it will not be discarded and will be saved in the main chain superior. This block is next

23 replay attack

The hacker resends the message that has been sent to the server. Sometimes this can deceive the server into multiple responses.

24. Directed acyclic graph

Also called data set DAG (directed acyclic graph), DAG is an ideal multi-chain data structure. Most of the blockchains mentioned now are single chains, that is, one block is connected to another block, and DAG is multiple blocks connected. The advantage is that you canSeveral blocks are generated at a time, so the network can process a large number of transactions at the same time, and the throughput will definitely increase. However, there are many shortcomings and it is currently in the research stage.

25. What is mining

The mining process is to perform a series of conversions, connections and hash operations on the above six fields, and continue to try them one by one. The random number you are looking for, and finally successfully find a random number that meets the conditions: the value after hashing is smaller than the hash value of the preset difficulty value, then the mining is successful, and the node can broadcast the area to neighboring nodes. block, neighboring nodes receive the block and perform the same operation on the above six fields to verify compliance, and then forward it to other nodes. Other nodes also use the same algorithm to verify. If there are 51% of nodes in the entire network If all verifications are successful, even if this block is truly "mined" successfully, each node will add this block to the end of the previous block, delete the list in the block that is the same as its own record, and resurrect again. the above process. Another thing to mention is that regardless of whether the mining is successful or not, each node will pre-record the reward of 50 Bitcoins and the handling fees of all transactions (total input-total output) in the first item of the transaction list (this is " The most fundamental purpose of "mining" is also the fundamental reason to ensure the long-term stable operation of the blockchain), the output address is the address of this node, but if the mining is unsuccessful, the transaction will be invalidated without any reward. Moreover, this transaction called "production transaction" does not participate in the "mining" calculation.

26. Mining machines/mining farms

Mining machines are computers with various configurations, and computing power is the biggest difference between them. A place where mining machines are concentrated in one place is a mining farm

27. Mining pool

Miners join together to form a team, and the computer group under this team is a mining pool. Mining rewards are distributed based on your own computing power contribution.

28. Mining difficulty and computing power

Mining difficulty is to ensure that the interval between generating blocks is stable within a certain short time, such as Bitcoin is issued in 10 minutes

p>

Block 1. The computing power is the configuration of the mining machine.

29. Verification

When verification in the blockchain is a confirmation of the legality of the transaction, each node will verify the transaction once when the transaction message is propagated between nodes. Whether the transaction is legal. For example, verify whether the syntax of the transaction is correct, whether the transaction amount is greater than 0, whether the entered transaction amount is reasonable, etc. After passing the verification, it will be packaged and handed over to the miners for mining.

30. Transaction broadcast

The node sends information to other nodes through the network.

31. Mining fees

For the blockchain to work non-stop like a perpetual motion machine, miners need to maintain the system. Therefore, the miners must be given favorable fees to make it sustainable.

32.Transaction confirmation

When a transaction occurs, the block recording the transaction will be confirmed for the first time, and will be confirmed again in every block on the chain after the block: when the number of confirmations reaches When there are 6 or more, the transaction is generally considered safe and difficult to tamper with.

33. Double transaction

That is, I have 10 yuan, I use the 10 yuan to buy a pack of cigarettes, and then instantly use the 10 yuan that has not yet been paid. Bought another cup of coffee. So when verifying the transaction, you need to confirm whether the 10 yuan has been spent.

34. UTXO unspent transaction output

It is a data structure containing transaction data and execution code, which can be understood as digital currency that exists but has not yet been consumed.

35. Transactions per second TPS

That is throughput, tps refers to the number of transactions the system can process per second.

36. Wallet

Similar to Alipay, it is used to store digital currencies, and blockchain technology is more secure.

37. Cold wallet/hot wallet

A cold wallet is an offline wallet. The principle is to store it locally and use QR code communication to prevent the private key from touching the Internet. A hot wallet is an online wallet. The principle is to encrypt the private key and store it on the server. When it is needed, it is downloaded from the server and decrypted on the browser side.

38. Software Wallet/Hardware Wallet

A software wallet is a computer program. Generally speaking, a software wallet is a program that interacts with the blockchain and allows users to receive, store, and send digital currencies and can store multiple keys. Hardware wallets are smart devices that specialize in handling digital currencies.

39. Airdrop

The project sends digital currency to each user’s wallet address.

40. Mapping

Mapping is related to the issuance of blockchain currency and is a mapping between chains. For example, there are some blockchain companies that have not completed the development of the chain in the early stage. They rely on Ethereum to issue their own currency. The issuance and transactions of the early currency are all operated on Ethereum. With the development of the company, the company's own chain development has been completed. The company wants to map all the previous information on Ethereum to its own chain. This process is mapping.

41. Position

Refers to the ratio of the investor’s actual investment to the actual investment funds

42. Full position

All funds are bought Enter Bitcoin

43. Reduce the position

Sell some of the Bitcoins, but not all of them

44. Heavy positions

Compared with Bitcoin, Bitcoin accounts for a larger share of funds

45. Short position

Compared with Bitcoin, the share of funds is larger

46. Short position

Sell all the Bitcoins you hold and convert them all into funds

47. Stop loss

After obtaining a certain profit, sell the Bitcoin held to keep the profit

48. Stop loss

After losses reach a certain level, sell the Bitcoins you hold to prevent further losses

49. Bull market

Prices continue to rise and the outlook is optimistic

50. Bear market

The price continues to fall, and the outlook is bleak

51. Long (long)

The buyer believes that the currency price will rise in the future, buys the currency, and waits for the currency price After rising, sell at a high price to take profits

52. Short position (short selling)

The seller believes that the currency price will fall in the future, and sells the currency he holds (or borrows it from the trading platform) (coin) sell, wait for the price of the currency to fall, buy at a low price to take profits

53. Open a position

Buy virtual currencies such as Bitcoin

54 . Cover the position

Buy Bitcoin and other virtual currencies in batches, for example: buy 1 BTC first, and then buy 1 BTC later

55. Full position

All funds are purchased at one time to buy a certain virtual currency

56. Rebound

When the currency price falls, the price rebounds and adjusts because it falls too fast

57 .Consolidation (sideways)

The price fluctuation is small and the currency price is stable

58. Yin fall

The currency price declines slowly

59. Diving (waterfall)

The currency price fell rapidly and to a large extent

60. Cutting meat

After buying Bitcoin, the currency price fell, as Avoid expanding losses and selling Bitcoin at a loss. Or after borrowing the currency to go short, the currency price rises, and you buy Bitcoin at a loss

61. Hold on

Expect the currency price to rise, but unexpectedly the currency price falls after buying; or expect the currency price fell, but unexpectedly, after selling, the currency price rose

62. Unwinding

After buying Bitcoin, the currency price fell, causing a temporary book loss, but then the currency price rebounded and the loss was reversed To make a profit

63. Go short

After selling Bitcoin because of the bearish market outlook, the price of the currency continued to rise, and I was unable to buy it in time, so I failed to make a profit

64. Overbought

The currency price continues to rise toAt a certain height, the buyer's power is basically exhausted, and the currency price is about to fall

65. Oversold

The currency price continues to fall to a certain low, the seller's power is basically exhausted, and the currency price is about to rise.

66. Lure bulls

The currency price has been consolidating for a long time and is more likely to fall. Most of the short sellers have sold Bitcoin. Suddenly the short sellers pull up the price of the currency and lure the bulls. Thinking that the price of the currency will rise, they buy one after another. As a result, the short parties suppress the price of the currency, leaving the long parties locked up

67. Lure the short sellers

After the bulls buy Bitcoin, they deliberately suppress the price of the currency. , making short sellers think that the price of the currency will fall, and sell them one after another, and end up falling into the trap of bulls


68. What is NFT

The full name of NFT is "Non-Fungible Tokens", which is non-fungible tokens. Simply put, it is an inseparable copyright certificate on the blockchain. It is mainly used to confirm and transfer digital assets. The difference from digital currency is that it is unique. , indivisible, and essentially a unique digital asset.

69. What is the Metaverse

The Metaverse is a collection of virtual time and space, consisting of a series of augmented reality (AR), virtual reality (VR) and the Internet (Internet) Composed of digital currency, which carries the function of value transfer in this world.

70. What is DeFi

DeFi, the full name is Decentralized Finance, which is "decentralized finance" or "distributed finance". "Decentralized finance", as opposed to traditional centralized finance, refers to various financial applications based on open decentralized networks. The goal is to establish a multi-level financial system based on blockchain technology and cryptocurrency. As a basis, re-create and improve the existing financial system

71. Who is Satoshi Nakamoto?

Satoshi Nakamoto is the developer and founder of Bitcoin. Satoshi Nakamoto published the Bitcoin white paper on November 1, 2008, and mined Bitcoin for the first time on January 3, 2009. Whoever can use the Bitcoin in the genesis block is Satoshi Nakamoto himself, so who Is it Satoshi Nakamoto? There have been many "Satoshi Nakamotos" in history: In 2013, someone revealed that Mochizuki Shinichi, who had made outstanding contributions in the field of mathematics, was Satoshi Nakamoto, but no direct evidence was provided. In 2014, hackers broke into the mailbox used by Satoshi Nakamoto and found the owner of the mail, Dorian Nakamoto. Later, Dorian said that he only obtained the mailbox address and password by chance, not Nakamoto. Cong. In 2016, Craig Wright said that he was Satoshi Nakamoto and could provide Satoshi Nakamoto's private key. butLater, Wright withdrew his statement because he could not face the doubts.

72. Bitcoin is different from Q Coin

Bitcoin is a decentralized digital asset with no issuing entity. Q Coin is an electronic currency issued by Tencent. It is similar to electronic points, but it is not actually a currency. Q Coin requires a centralized issuing institution. Q Coin can only be recognized and used because of the credit endorsement of Tencent. The scope of use is also limited to Tencent's games and services. The value of Q coins is entirely based on people's trust in Tencent.

Bitcoin is not issued through a centralized institution, but it is widely recognized around the world because Bitcoin can self-certify its trust. The issuance and circulation of Bitcoin are jointly accounted for by miners across the entire network, and are not A central authority is also needed to ensure that no one can tamper with the ledger.

73. What is a mining machine?

Taking Bitcoin as an example, a Bitcoin mining machine is a professional equipment that competes for accounting rights by running a large amount of calculations to obtain new Bitcoin rewards. It is generally composed of a mining chip, a heat sink and a fan, and only performs A single calculation program consumes a lot of power. Mining is actually a competition between miners for computing power. Miners with more computing power have a greater probability of mining Bitcoin. As the computing power of the entire network increases, it becomes increasingly difficult to mine bits with traditional equipment (CPU, GPU), and people have developed chips specifically for mining. The chip is the core part of the mining machine. The operation of the chip will generate a large amount of heat. In order to dissipate heat, Bitcoin mining machines are generally equipped with heat sinks and fans. Users download Bitcoin mining software on their computers, use the software to assign tasks to each mining machine, and then start mining. Each currency has a different algorithm and requires different mining machines.

74. What is quantitative trading?

Quantitative trading, sometimes also called automated trading, refers to the use of advanced mathematical models to replace human subjective judgments, which greatly reduces the impact of investor sentiment fluctuations and avoids extreme fanaticism or pessimism in the market. make irrational investment decisions. There are many types of quantitative trading, including cross-platform trading, trend trading, hedging, etc. Cross-platform trading means that when the price difference between different target platforms reaches a certain amount, sell on the platform with a higher price and buy on the platform with a lower price.

75. Blockchain asset over-the-counter trading

Over-the-counter trading is also called OTC trading. Users need to find their own counterparties and do not need to match the transaction. The transaction price is determined by negotiation between the two parties. The two parties can fully communicate through face-to-face negotiation or telephone communication.

76. What is a timestamp?

The blockchain ensures that each block is connected sequentially through timestamps. Timestamps enable every piece of data on the blockchain to have a time stamp. Simply put, timestamps prove when something happened on the blockchain and cannot be tampered with by anyone.

77. DistrictWhat is a blockchain fork?

Upgrading software in a centralized system is very simple, just click "Upgrade" in the app store. However, in decentralized systems such as blockchain, "upgrading" is not that simple, and a disagreement may even cause a blockchain fork. Simply put, a fork refers to a disagreement when the blockchain is "upgraded", resulting in a fork in the blockchain. Because there is no centralized organization, every code upgrade of digital assets such as Bitcoin needs to be unanimously recognized by the Bitcoin community. If the Bitcoin community cannot reach an agreement, the blockchain is likely to form a fork.

78. Soft fork and hard fork

Hard fork means that when the Bitcoin code changes, the old nodes refuse to accept the blocks created by the new nodes. Blocks that do not comply with the original rules will be ignored, and miners will follow the original rules and create new blocks after the last block they verified. A soft fork means that old nodes are not aware of the changes to the Bitcoin code and continue to accept blocks created by new nodes. Miners may work on blocks they have no understanding of, or validation of. Both soft forks and hard forks are "backwards compatible" to ensure that new nodes can verify the blockchain from scratch. Backward compatibility means that new software accepts data or code generated by old software. For example, Windows 10 can run Windows XP applications. Soft forks can also be "forward compatible".

79. Classification and application of blockchain projects

Judging from the current mainstream blockchain projects, blockchain projects mainly fall into four categories: Category 1: Currency; The second category: platform category; the third category: application category; the fourth category: asset tokenization.

80. USDT against the US dollar

USDT is Tether USD, a token launched by Tether that is against the US dollar (USD). 1USDT=1 US dollar, users can use USDT and USD for 1:1 exchange at any time. Tether implements a 1:1 reserve guarantee system, that is, each USDT token will have a reserve guarantee of 1 US dollar, which supports the stability of the USDT price. The unit price of a certain digital asset is USDT, which is equivalent to its unit price in US dollars (USD).

81. Altcoins and alternative coins

Altcoins refer to blockchain assets that use the Bitcoin code as a template and make some modifications to its underlying technology blockchain, among which Those with technological innovations or improvements are also called alternative coins. Because the Bitcoin code is open source, the cost of plagiarism in Bitcoin is very low. You can even generate a brand new blockchain by simply copying the Bitcoin code and modifying some parameters.

82. Three major exchanges

Binance

Okex

Huobi

83. Market software

Mytoken

Non-small account

84. Information website

Babbitt

Golden Finance

Coin World News

85. Blockchain Browser

BTC

ETH

BCH

LTC

ETC

86. Wallet

Imtoken

Bitpie

MetaMask (Little Fox)

87. Decentralized exchange

uniswap


88. NFT exchange

Opensea

Super Rare

89. Ladders

Bring your own, buy reliable ladders

90. Platform coins

Digital currency issued by the platform, used to deduct handling fees, transactions, etc.

91. Bull market, bear market

Bull market: rising market

Bear market: falling market

92. Blockchain 1.0

A currency trading system based on distributed ledgers, represented by Bitcoin

93. Blockchain 2.0

The contract blockchain technology represented by Ethereum (smart contract) is 2.0

94. Blockchain 3.0

In the era of intelligent Internet of Things, it goes beyond the financial field and provides various A variety of industries provide decentralized solutions

95. Smart Contract

Smart Contract is a computer protocol designed to disseminate, verify or execute contracts in an information-based manner , to put it simply, the electronic contract is set in advance, and once both parties confirm it, the contract will be automatically executed.

96. What is a token?

The token economy is an economic system with Token as the only reference standard, which is equivalent to a pass. If you own Token, you have rights and interests, and you have the right to speak.

97. The difference between big data and blockchain

Big data is the means of production, AI is the new productivity, and the blockchain is the new production relationship. Big data refers to a collection of data that cannot be captured, managed and processed within a certain time range using conventional software tools. It requires new processing models to have stronger decision-making power, insight discovery and flow.Massive, high-growth and diversified information assets with process optimization capabilities. Simply understood, big data is massive data accumulated over a long period of time and cannot be obtained in the short term. Blockchain can be used as a way to obtain big data, but it cannot replace big data. Big data is only used as a medium running in the blockchain and has no absolute technical performance, so the two cannot be confused. (A simple understanding of production relations is labor exchange and consumption relations. The core lies in productivity, and the core of productivity lies in production tools)

98. What is ICO?

ICO, Initial Coin Offering, is the initial public offering of tokens, which is crowdfunding in the blockchain digital currency industry. It is the most popular topic and investment trend in 2017, and the country launched a regulatory plan on September 4. Speaking of ICO, people will think of IPO, and the two are fundamentally different.

99. Five characteristics of digital currency

The first characteristic: decentralization

The second characteristic: having open source code

The third feature: independent electronic wallet

The fourth feature: constant issuance

The fifth feature: global circulation

100. What is decentralization?

It has no issuer, does not belong to any institution or country, and is a publicly issued currency designed, developed and stored on the Internet by Internet network experts.

100. What is measurement (scarcity)?

Once the total amount of issuance is set, it is permanently fixed, cannot be changed, cannot be over-issued at will, and is subject to global Internet supervision. Because the difficulty of mining and mining changes over time, the longer the time, the greater the difficulty of mining, and the fewer coins are mined, so it is scarce.

101. What is open source code?

The alphanumeric code is stored on the Internet. Anyone can find out the source code of its design, everyone can participate, can mine it, and it is open to the world.

102. What is anonymous transaction? Private wallet private?

Everyone can register and download the wallet online without real-name authentication. It is completely composed of encrypted digital codes. It can be sent and traded globally in real-time point-to-point without resorting to banks or any institutions. It cannot be traced by anyone without my authorization. ,Inquire.

103. What is a contract transaction?

A contract transaction refers to an agreement between a buyer and seller to receive a certain amount of an asset at a specified price at a certain time in the future. The objects of contract trading are standardized contracts formulated by the exchange. The exchange stipulates standardized information such as commodity type, transaction time, quantity, etc. A contract represents the rights and obligations of the buyer and seller.


104. Digital currency industry chain

Chip manufacturers Mining machine manufacturers Mining machine agents Mining Mining to exchanges Retail investors trading coins

105. Who is Beifeng?

Beifeng: Digital currency value investor

Investment style: Steady

106. Build a community? < /p>

Reasonable layout, scientific operation, prudent and conservative, earning periodic money


Welcome currency friends and seek common development.

③ Blockchain 100 - Zhou Kaiyu: Can blockchain credit investigation innovation break industry credit barriers

Mr. Zhou Kaiyu, CEO of Zhenxing Technology

At present, credit reporting has become a key part of the credit system and forms an important support in the operation of the modern financial system. There are certain difficulties and pain points in traditional credit reporting, but the decentralized and non-tamperable characteristics of blockchain will change in one fell swoop the issues of insufficient data privacy protection involved in the credit reporting process and consensus trust issues in the data sharing transaction process.

Mr. Zhou Kaiyu elaborated on the advantages of the combination of blockchain and credit reporting, and described the development status of the blockchain credit reporting industry at the legal level. At the same time, he expressed his views on the future development of Zhenxing Technology and the future direction of blockchain innovation.

Zhenxing Technology is positioned as a blockchain value ecological enterprise and is committed to building the next generation of trusted application service basic network based on blockchain. In June 2017, the company established a stable team structure and carried out related technical matters. From July to August, the first version of Zhenxing’s technical white paper was completed. At present, Zhenxing has implemented the first version of the system and has also started to provide related services in terms of blockchain-based identity verification. In the later stage, further development based on the second version of the credit evaluation system will be carried out.

In terms of ecological construction in the future, Mr. Zhou Kaiyu said that the blockchain credit industry has both value and opportunity. He hopes that industry partners with some high-quality resources on the B-side in the early stage can jointly expand services and eventually achieve A large number of users gather on the C-side, creating an ecological environment for high-credit preference transaction customers. In terms of the company's development plan, Zhenxing will break the inherent thinking of traditional blockchain anonymous verification, build a decentralized strong identity verification basic network, and integrate a trusted Internet service ecosystem.

The original intention of choosing a project that combines credit reporting with blockchain

“Choose blockchain to develop because it has a community-based approach that maintains the stability of the entire system. Consensus reward, consensus reward is a process of redistribution of social value, and the redistribution of social valueIn the process of matching, a value effect is formed in which the wool comes from the pig and is paid by a third party. While achieving credit value, it is a means to encourage everyone to maintain high credit. "Mr. Zhou Kaiyu said.

According to Mr. Zhou Kaiyu, in the traditional credit reporting process, the traditional centralized method is used to process data. The data exists on a centralized platform, but it is difficult to verify the security of user data. Sexual issues. However, personal privacy data issues have attracted attention at the social, government, enterprise and other levels. The blockchain will form a combination with the blockchain through the credit alliance.

At the same time , Block Hall Chain can combine some personal security mechanisms to achieve comprehensive and strict protection of personal privacy data and complete credit reporting services with authorized attributes. In Zhenxing’s credit reporting services, it combines the advantages of blockchain , using personal data and individuals themselves to provide diversified credit reporting services through data services.

What are the advantages of the combination of blockchain and credit reporting?

In the region The main core of the combination of blockchain and credit reporting is at the data level, since credit reporting uses a large amount of user data. In a decentralized system like blockchain, data needs to be maintained by everyone, and everyone can It is difficult to change data, which can clearly guarantee the security of user data. Any access to data must be authorized by the user.

Regarding the current legal status of blockchain credit reporting, Mr. Zhou Kaiyu introduced, "In terms of credit reporting, the country has many management regulations to regulate the processing of customer data by enterprises. Blockchain + credit reporting is a very good technical method." In his view, "District Blockchain + credit reporting has become the only basic technology that can fully meet all requirements in terms of privacy protection when most technologies currently cannot meet the needs of credit reporting. ”

What are the options for future blockchain innovation?

Mr. Zhou Kaiyu said that the development of blockchain is still in an early stage. There is a huge space in the direction. Currently, we are optimistic about the direction of innovation, such as asset digitization. Asset digitization will be a relatively long process, and various applications will continue to emerge during development. In terms of technological innovation, blockchain There is still a lot of room for the chain, and more attempts are being made in new directions of upgrading and balancing subdivisions.

Zhenxing hopes to build a value exchange ecology with high performance value, and It is hoped that under its nourishment, everyone will be happy to maintain their personal credit, and everyone can gain benefits from the credit transaction process. In the future development of Wuxiaokai, maintaining high credit and combating dishonest people will be the core concept.

④ Blockchain 100 Questions: What information does the blockchain record?

The blockchain is the big ledger of the Bitcoin network, and each block is equivalent to a page in the ledger. .ThatWhat information is recorded in the "account book"? Currently, each block of Bitcoin mainly records data such as block header, transaction details, transaction counter, and block size.

The "block header" contains all information except transaction information, mainly including the hash value of the previous block header:

Used to ensure that blocks are concatenated in order ; Timestamp: records the generation time of the block; random number: the answer to the arithmetic problem of the entire network mine

; Difficulty target: the difficulty coefficient score of the arithmetic problem.

"Transaction Details" records in detail the transferor, incomer, amount and digital signature of the transferor

of each transaction, which is the name of each transaction in each block. main content.

The "transaction counter" represents the number of transactions contained in each block.

"Block size" indicates the size of each block data. Currently, each block is limited to 1MB, and the possibility of expansion in the future cannot be ruled out

.

⑤ If college students want to get in touch with blockchain, where is the best place to start?

If you just want to get in touch, then I suggest you use the following method (mainly for novice students in non-related majors, (Excluding friends who are preparing to work in the blockchain industry)

First of all, if you pay attention to this issue, it means that you have great curiosity or strong interest in blockchain, then, I don’t recommend that you start reading the highly professional “White Paper” directly, because the large number of professional terms and nouns can be overwhelming.

In another way, let’s think from the perspective of young people. Before learning blockchain knowledge, we should start with the most basic understanding.

1. On the DouYin platform with huge traffic, if you enter “blockchain” in the search box, many “famous” teachers will appear to explain to you what blockchain is with vivid and short videos. . Although the video content cannot be said to be 100% correct, it is completely sufficient for a simple basic understanding. After all, "There are a thousand Hamlets in the eyes of a thousand viewers. Everyone will have a different understanding and view of the blockchain, and you will also have a different view in the future.

2. You now You may have a little knowledge of blockchain or just have an outline. So, please take your impression and read "100 Questions on Blockchain" (you can search it directly on the Internet). It is still a very short video, but Basically, blockchain-related knowledge is covered, including cryptography background knowledge, the history of blockchain, what is blockchain, introduction to Bitcoin and Ethereum, application scenarios of blockchain technology, etc.

Note that you don’t need to study every noun in detail. Browse them all and combine the ones you understand andDon't understand the distinction.

3. In your spare time, you can read the online novel "Blockchain Cultivation". It is probably about a leek's soul passing through and obtaining the blockchain system for cultivating immortality. It starts with mining. story. In this novel, you will see a lot of nouns (miners, nodes, digital currencies, blockchain systems, etc.). Bringing the knowledge you have learned previously into the book will work wonders.

Excerpt - "All the heavens and worlds have actually condensed into a huge blockchain... Everyone can do it through the blockchain... All that is needed is virtual currency. We Use your own mana essence...sacrifice to the blockchain...and you will get virtual currency, which can replace currency in reality, buy and sell everything, and even use the blockchain to directly practice, from the blockchain Internet of Things Obtain elixirs and exercises."

Seeing this, do you think it is more interesting than the "White Paper".

4. It is recommended to review "100 Questions on Blockchain" and then read "Bitcoin White Paper".

5. If you are facing an internship, you can go to relevant companies to experience it and apply what you have learned.

6. Of course, paying attention to Coin Secretary is also a good choice

[See]

⑥ 108 essential knowledge points for getting started with blockchain

Author: Kong Lin

61. Hold-in

Expect the currency price to rise, but unexpectedly the currency price falls after buying; or expect that the currency price will rise; The currency price fell, but unexpectedly, after selling, the currency price rose

62. Unwinding

After buying Bitcoin, the currency price fell, causing a temporary book loss, but the currency price rebounded afterwards. , turning losses into profits

63. Going short

After selling Bitcoin because of the bearish market outlook, the currency price continued to rise, and I failed to buy in time, so I failed to make profits< /p>

64. Overbought

The currency price continues to rise to a certain height, the buyer's power is basically exhausted, and the currency price is about to fall

65. Oversold

The currency price continues to fall to a certain low, the seller's power is basically exhausted, and the currency price is about to rise

66. Lure bulls

The currency price has been consolidating for a long time, and it is more likely to fall. Most of the short sellers have sold Bitcoin. Suddenly the short sellers pushed up the price of the currency, inducing the long parties to think that the currency price will rise and buy one after another. As a result, the short sellers suppressed the currency prices and locked up the long parties.

67. Short-selling

After buying Bitcoin, bulls deliberately suppress the price of the currency, making short sellers think that the price of the currency will fall and sell them one after another. As a result, they fall into the trap of bulls

< br />

68. What is NFT

The full name of NFT is "Non-Fungible Tokens", which is non-fungible tokens. Simply put, it is an indivisible copyright certificate on the blockchain. It is mainly used to confirm and transfer digital assets. The difference from digital currency is that It is unique, indivisible and, in essence, a unique digital asset.

69. What is the Metaverse

The Metaverse is a collection of virtual time and space, consisting of a series of augmented reality (AR), virtual reality (VR) and the Internet (Internet) Composed of digital currency, which carries the function of value transfer in this world.

70. What is DeFi

DeFi, the full name is Decentralized Finance, which is "decentralized finance" or "distributed finance". "Decentralized finance", as opposed to traditional centralized finance, refers to various financial applications based on open decentralized networks. The goal is to establish a multi-level financial system based on blockchain technology and cryptocurrency. As a basis, re-create and improve the existing financial system

71. Who is Satoshi Nakamoto?

72. Bitcoin is different from Q Coin

Bitcoin is a decentralized digital asset with no issuing entity. Q Coin is an electronic currency issued by Tencent. It is similar to electronic points, but it is not actually a currency. Q Coin requires a centralized issuing institution. Q Coin can only be recognized and used because of the credit endorsement of Tencent. The scope of use is also limited to Tencent's games and services. The value of Q coins is entirely based on people's trust in Tencent.

Bitcoin is not issued through a centralized institution, but it is widely recognized around the world because Bitcoin can self-certify its trust. The issuance and circulation of Bitcoin are jointly accounted for by miners across the entire network, and are not A central authority is also needed to ensure that no one can tamper with the ledger.

73. What is a mining machine?

Taking Bitcoin as an example, a Bitcoin mining machine is a professional equipment that competes for accounting rights by running a large amount of calculations to obtain new Bitcoin rewards. It is generally composed of a mining chip, a heat sink and a fan, and only performs A single calculation program consumes a lot of power. Mining is actually a competition between miners for computing power. Miners with more computing power have a greater probability of mining Bitcoin. As the computing power of the entire network increases, it becomes increasingly difficult to mine bits with traditional equipment (CPU, GPU), and people have developed chips specifically for mining. The chip is the core part of the mining machine. The operation of the chip will generate a large amount of heat. In order to dissipate heat, Bitcoin mining machines are generally equipped with heat sinks and fans. Users download Bitcoin mining software on their computers, use the software to assign tasks to each mining machine, and then start mining. Each currency has a different algorithm and requires different mining machines.

74. What is quantitative trading?

Quantitative trading, sometimes also called automated trading, refers to the use of advanced mathematical models to replace human subjective judgments, which greatly reduces the impact of investor sentiment fluctuations and avoids extreme fanaticism or pessimism in the market. make irrational investment decisions. There are many types of quantitative trading, including cross-platform trading, trend trading, hedging, etc. Cross-platform trading means that when the price difference between different target platforms reaches a certain amount, sell on the platform with a higher price and buy on the platform with a lower price.

75. Blockchain asset over-the-counter trading

Over-the-counter trading is also called OTC trading. Users need to find their own counterparties and do not need to match the transaction. The transaction price is determined by negotiation between the two parties. The two parties can fully communicate through face-to-face negotiation or telephone communication.

76. What is a timestamp?

The blockchain ensures that each block is connected sequentially through timestamps. Timestamps enable every piece of data on the blockchain to have a time stamp. Simply put, timestamps prove when something happened on the blockchain and cannot be tampered with by anyone.

77. What is a blockchain fork?

Upgrading software in a centralized system is very simple, just click "Upgrade" in the app store. However, in decentralized systems such as blockchain, "upgrading" is not that simple, and a disagreement may even cause a blockchain fork. Simply put, a fork refers to a disagreement when the blockchain is "upgraded", resulting in a fork in the blockchain. Because there is no centralized organization, every code upgrade of digital assets such as Bitcoin needs to be unanimously recognized by the Bitcoin community. If the Bitcoin community cannot reach an agreement, the blockchain is likely to form a fork.

78. Soft fork and hard fork

Hard fork means that when the Bitcoin code changes, the old nodes refuse to accept the blocks created by the new nodes. Blocks that do not comply with the original rules will be ignored, and miners will follow the original rules and create new blocks after the last block they verified. A soft fork means that old nodes are not aware of the changes to the Bitcoin code and continue to accept blocks created by new nodes. Miners may work on blocks they have no understanding of, or validation of. Both soft forks and hard forks are "backwards compatible" to ensure that new nodes can verify the blockchain from scratch. Backward compatibility means that new software accepts data or code generated by old software. For example, Windows 10 can run Windows XP applications. Soft forks can also be "forward compatible".

79. Classification and application of blockchain projects

Judging from the current mainstream blockchain projects, blockchain projects mainly fall into four categories: Category 1: Currency; The second category: platform category; the third category: application category; the fourth category: asset tokenization.

80. USDT against the US dollar

USDT isTether USD is a token launched by Tether that benchmarks against the U.S. dollar (USD). 1USDT=1 US dollar, users can use USDT and USD for 1:1 exchange at any time. Tether implements a 1:1 reserve guarantee system, that is, each USDT token will have a reserve guarantee of 1 US dollar, which supports the stability of the USDT price. The unit price of a certain digital asset is USDT, which is equivalent to its unit price in US dollars (USD).

81. Altcoins and alternative coins

Altcoins refer to blockchain assets that use the Bitcoin code as a template and make some modifications to its underlying technology blockchain, among which Those with technological innovations or improvements are also called alternative coins. Because the Bitcoin code is open source, the cost of plagiarism in Bitcoin is very low. You can even generate a brand new blockchain by simply copying the Bitcoin code and modifying some parameters.

82. Three major exchanges

Binance

Okex

Huobi

83. Market software

Mytoken

Non-small account

CMC

84. Information website

Babbitt

Golden Finance

Coin World News

85. Blockchain Browser

BTC

ETH

< p> BCH

LTC

ETC

86. Wallet

Imtoken

Bitpie

87. Decentralized exchange

uniswap


88. NFT exchange

Opensea< /p>

Super Rare

89. Ladder

Bring your own, buy a reliable ladder

90. Platform currency

The digital currency issued by the platform is used to deduct handling fees, transactions, etc.

91. Bull market, bear market

Bull market: rising market

Bear market: falling market< /p>

92. Blockchain 1.0

A currency trading system based on distributed ledgers, represented by Bitcoin

93. Blockchain 2.0

< p> The contract blockchain technology represented by Ethereum (smart contract) is 2.0

94. Blockchain 3.0

In the era of intelligent Internet of Things, it goes beyond the financial field to provide decentralized solutions for various industries

95. Smart Contract

Smart Contract is a computer protocol designed to disseminate, verify or execute contracts in an information-based manner. Simply put, an electronic contract is set in advance and once confirmed by both parties, the contract is automatically executed.

96. What is a token?

The token economy is an economic system with Token as the only reference standard, which is equivalent to a pass. If you own Token, you have rights and interests, and you have the right to speak.


Big data is the means of production, AI is the new productivity, and blockchain is the new production relationship. Big data refers to a collection of data that cannot be captured, managed and processed within a certain time range using conventional software tools. It is a massive, high-growth and high-volume data set that requires new processing models to have stronger decision-making power, insight discovery and process optimization capabilities. Diverse information assets. Simply understood, big data is massive data accumulated over a long period of time and cannot be obtained in the short term. Blockchain can be used as a way to obtain big data, but it cannot replace big data. Big data is only used as a medium running in the blockchain and has no absolute technical performance, so the two cannot be confused. (The production relationship is simply understood as the relationship between labor exchange and consumption. The core lies in productivity, and the core of productivity lies in production tools)

ICO, Initial Coin Offering, initial public token issuance, is the first step in the blockchain digital currency industry. Crowdfunding. It is the most popular topic and investment trend in 2017, and the country launched a regulatory plan on September 4. Speaking of ICO, people will think of IPO, and the two are fundamentally different.

99. Five characteristics of digital currency

The first characteristic: decentralization

The second characteristic: having open source code

The third feature: independent electronic wallet

The fourth feature: constant issuance

The fifth feature: global circulation

100. What is decentralization?

It has no issuer, does not belong to any institution or country, and is a publicly issued currency designed, developed and stored on the Internet by Internet network experts.

100. What is measurement (scarcity)?

Once the total amount of issuance is set, it is permanently fixed, cannot be changed, cannot be over-issued at will, and is subject to global Internet supervision. Because the difficulty of mining and mining changes over time, the longer the time, the greater the difficulty of mining, and the fewer coins are mined, so it is scarce.

101. What is open source code?

The alphanumeric code is stored on the Internet. Anyone can find out the source code of its design, everyone can participate, can mine it, and it is open to the world.

102. What is anonymous transaction? Private wallet private?

Everyone can register and download the wallet online without real-name authentication. It is completely composed of encrypted digital codes. It can be sent and traded globally in real-time point-to-point without resorting to banks or any institutions. It cannot be traced by anyone without my authorization. ,Inquire.


A contract transaction refers to an agreement between a buyer and seller to receive a certain amount of an asset at a specified price at a certain time in the future. The objects of contract trading are standardized contracts formulated by the exchange. The exchange stipulates standardized information such as commodity type, transaction time, quantity, etc. A contract represents the rights and obligations of the buyer and seller.


105. Digital Currency Industry Chain

Chip manufacturers, mining machine manufacturers, and mining machine agents mine and export to exchanges for retail investors to speculate in coins< /p>


106. Who is Kong Lin?

Kong Lin: Digital Currency Value Investor

Investment style: Steady




p>

107. Konglin Investment Strategy

Combining long-term and short-term, focusing on price investment, no touching contracts, no short-term play

Reasonable layout, scientific operation, steady and conservative, earning Cycle money


108. Konglin?

Welcome currency friends and seek common development

⑦ What is EOS

EOS is Enterprise Operation System in English. EOS has two meanings and can refer to EOS.IO Software can also refer to the Token used on the EOS platform. EOS.IO is a platform software developed by its founding team Block.one. It builds the underlying technical architecture of a blockchain, similar to the operating system in the blockchain, allowing more developers to quickly build a blockchain based on the EOS.IO platform. Conveniently build distributed application software (DAPP). EOS is like Windows in PCs, Android and iOS in mobile phones, and is the basic platform in the blockchain. The EOS token is the value carrier in the EOS platform. It is an important tool for obtaining network resources and for users to vote. It connects various roles in the EOS ecosystem.

⑧ Beginner’s guide to investing in digital currency (blockchain), just read this article

Blockchain andCompared with other investment methods, the entry threshold for digital currency investment is relatively high. Many friends want to invest in digital currency but do not know where to start or what to learn. Although 51coins has updated a lot of relevant knowledge in the "Beginners Playing Coin" section, it is not systematic enough

This time we will systematically organize the information related to blockchain and digital currency investment. In summary, let everyone understand and invest in digital currency faster and more conveniently

1. Understand the blockchain and digital currency

No matter what you invest in, you must understand it. The same goes for blockchain and digital currencies. There are many introductions about blockchain on the Internet, some are too profound, and some are not comprehensive enough. I personally think the video "100 Questions on Blockchain" produced by Huobi is better

100 videos , all of which are blockchain-related knowledge, including: the birth of Bitcoin, operating principles, blockchain FAQs, mining, wallet introduction, etc., and are all in the form of animated videos, making it easier for everyone to understand. Although the explanation is not detailed enough, it can give you a preliminary understanding of digital currency and blockchain

2. Choose a trading platform

After understanding digital currency, you can try to use the trading platform Purchase a small amount of digital currency and experience the process. The purchase and sale of digital currencies must be completed through a trading platform, which is equivalent to a stock exchange in the stock market. It is recommended to choose a large trading platform for the trading platform, which has a comprehensive range of currencies, convenient transactions, and guaranteed fund security

The following three platforms are recommended: Binance, Huobi, and OKEX (ranked in no particular order)

< p> 3. Choose a wallet

If digital currency is compared to cash, a wallet is equivalent to a bank card, used to store digital currency. There are many types of wallets, and the most commonly used ones now are mobile APP wallets (light wallets). Wallets are also divided into types. Different similar digital currencies cannot be transferred to the same wallet. For example, if imtoken is an Ethereum wallet, it can only store Ethereum and tokens issued based on Ethereum, but not other currencies

< p> There are also wallets that claim to support all digital currencies, but most of these wallets are not yet complete.

Of course, after we buy digital currency, we don’t need to deposit it into the wallet, but directly put it in the exchange account, which can save the handling fee and not be so troublesome. Large exchanges such as Huobi and OKEX are relatively It is safe. I personally basically put digital currencies on exchanges

4. Determine the investment plan

Before investing in digital currencies, we must first determine our investment plan and plan to invest. How much money, how much loss you can accept, what is the expected return, and how long the investment time frame is, determine it before investing. Digital currency is a high-risk, high-yield investment product. In the novice stage, you can invest only your spare money that does not affect your life. There is no limit on the amount of investment, and the minimum amount is a few hundred yuan.

Wait until you truly understand the market before appropriately increasing the investment amount, but remember to keep the investment amount within your own tolerance

5. Choose the investment currency

Choose the transaction After establishing the platform and confirming the investment plan, you can purchase digital currencies. So which one should we buy among so many digital currencies? When buying coins for the first time, it is recommended to choose mainstream coins. You can choose a few coins that you like among the top 20 in the market or recognized value coins

Find out what these coins are for and whether they are available. What is the actual value, what news has recently affected the currency price trend, etc.

Understand these issues before buying, and be sure to pay attention to the purchase price before buying

6. Common tools, Website

1. Non-small account: You can view information related to each currency and exchange, including currency price, historical price, increase and decrease, circulation volume, ranking and other information

2 , AICoin: The function is similar to that of non-small accounts. The K-line of aicoin is very convenient and easy to use. It is the first choice for watching K-line charts

3. Coin World: Real-time updates of news and information related to various blockchains and digital currencies

4. Golden Finance: A relatively comprehensive blockchain media platform, including news, news, quotes, celebrity columns, etc.

7. Learn more relevant knowledge

< p> With the above 6 points as a basis, even if we have initially learned about digital currency investment, we still need to learn more knowledge if we want to truly make money by investing in digital currencies. The two most important points are to deepen the understanding of blockchain and technical analysis (K line)

These two are too broad and cannot be learned overnight, so I will not introduce them, K You can find a lot of online knowledge on the blockchain. As we invest longer, understand more currencies, and come into contact with more related matters, we will gradually deepen our understanding

⑨ What is EOS

EOS has four different definitions, as follows:

1. EOS: Electronic and Electrical

Electrical Over Stress (EOS) is a common cause of damage to components , its manifestation is that overvoltage or overcurrent generates a large amount of heat energy, which causes the internal temperature of the component to be too high and damages the component (often called burnout). It is a common damage to electronics caused by pulses in the electrical system. device method.

2. EOS: Embedded Operating System

Embedded Operating System (Embedded Operating System, referred to as: EOS) refers to the operating system used for embedded systems. The embedded operating system is a widely used system software, which usually includes hardware-related underlying driver software, system kernel, device driver interface, communication protocol, graphical interface, standardized browser, etc.

The embedded operating system is responsible for theAllocation of all software and hardware resources, task scheduling, control and coordination of concurrent activities. It must embody the characteristics of the system in which it is located, and be able to achieve the functions required by the system by loading and unloading certain modules.

3. EOS: SDH-based Ethernet

POS (Packet Over SDH, SDH-based packet switching) and EOS are two different implementation methods for SDH networks to carry IP services. . POS technology appeared earlier, and EoS appeared later, with some technological evolutions.

The main difference with POS is that the Ethernet frame is first encapsulated and then mapped to the VC (virtual container) of SDH/SONET, and then the information is processed according to the SDH cross-mapping system.

4. EOS: Blockchain

EOS can be understood as Enterprise Operation System, a blockchain operating system designed for commercial distributed applications. EOS is a new blockchain architecture introduced to achieve performance expansion of distributed applications. Note that it is not a currency like Bitcoin and Ethereum, but a token released based on the EOS software project, called Blockchain 3.0.

(9) Blockchain 100 Questions Episode 42 Extended Reading:

Characteristics of Blockchain (EOS)

1. EOS is somewhat similar to Microsoft's Windows platform. By creating a developer-friendly blockchain underlying platform, it supports multiple applications running at the same time and provides an underlying template for developing dAPPs.

2. EOS solves the problems of delay and data throughput through parallel chains and DPOS. EOS can handle thousands of transactions per second, while Bitcoin has about 7 transactions per second, and Ethereum It is 30-40 transactions per second;

3. EOS has no handling fees and has a wider general audience. To develop dApps on EOS, the network and computing resources required are allocated according to the proportion of EOS owned by the developer. When you own EOS, it is equivalent to owning computer resources. With the development of DAPP, you can lease the EOS in your hand to others. From this point alone, EOS also has extensive value.

博客主人唯心底涂
男,单身,无聊上班族,闲着没事喜欢研究股票,无时无刻分享股票入门基础知识,资深技术宅。
  • 38435 文章总数
  • 3637394访问次数
  • 3086建站天数