区块链秒懂100问,区块链竟猜平台
近几年,区块链技术的发展越来越快,越来越多的人开始关注它,而区块链竟猜平台也是这一领域的佼佼者之一。区块链竟猜平台是一款基于区块链技术的玩家对战游戏,玩家可以在游戏中投注,并获得投注收益。
区块链竟猜平台的优势在于它的安全性,因为它是基于区块链技术的,所有的投注信息将被分散存储在多个节点上,而且投注过程中的数据是不可篡改的,保证了投注结果的公平性。
此外,区块链竟猜平台还提供了一系列的安全机制,比如,玩家可以使用多种货币进行投注,同时也可以使用智能合约进行投注,这样可以有效的防止恶意投注。
总之,区块链竟猜平台是一款具有很大潜力的游戏,它不仅能够保证投注的安全性,还能够提供更多的安全保护,让玩家可以放心投注,获得更多的收益。如今,区块链竟猜平台已经成为了区块链技术发展的重要一环,它将为玩家带来更多的乐趣和收益。
请查看相关英文文档
Ⅰ What is blockchain? Blockchain explanation
1. Blockchain is a term in the field of information technology. In essence, it is a shared database, and the data or information stored in it has the characteristics of "unforgeable", "full traces left", "traceable", "open and transparent" and "collectively maintained". Based on these characteristics, blockchain technology has laid a solid foundation of "trust" and created a reliable "cooperation" mechanism, which has broad application prospects.
2. In recent years, the world’s attitude towards Bitcoin has been ups and downs, but blockchain technology, one of the underlying technologies of Bitcoin, has received increasing attention. In the formation process of Bitcoin, blocks are storage units one by one, recording all communication information of each block node within a certain period of time. Each block is linked through random hashing (also called a hash algorithm). The latter block contains the hash value of the previous block. With the expansion of information exchange, one block and one area Blocks are continued one after another, and the result is called a blockchain.
Ⅱ An easy-to-understand explanation of what blockchain means
Blockchain is a technology that has produced many applications, including all industries related to data and information. Bitcoin is one of the most well-known applications.
The popular explanation of blockchain is that if you buy a lipstick online, you first find the product you like and the seller's order, and then give the money to the intermediary platform. After the seller delivers the goods and the buyer confirms receipt of the goods, the intermediary platform will transfer the money to the seller. Because of trust issues, both buyers and sellers rely on intermediate platforms, and blockchain, as a decentralized distributed ledger database, focuses on removing this intermediate platform while solving trust issues at the same time.
In the blockchain, everyone has their own ledger to record everything that happens. If the seller takes the money but does not deliver the goods during the transaction, the record will be permanent and cannot be modified, and there is no need to exchange information with each other. In the blockchain world, the ledger of the person with the fastest and best quality records at the same time node will be selected to copy, send in series, and finally become thicker and thicker to form a block.
Since everyone in the blockchain world participates in bookkeeping, the lack of anyone’s bookkeeping will not affect the security and stability of everyone’s information. The rise of blockchain is based on trust issues, which are related to wealth security. This is the first thing to pursue.
Ⅲ Explain blockchain in vernacular
img src=' https://p26 . toutiaoimg.com/large/39b 70000088 e 51 B3 c 258 ' /
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. All you need to know is that blockchain relies on these technical points to ensure data security and is not easily tampered with. 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. This time it willGenerate a hash value based on the message I sent, for example: 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 the number of failed nodes and malicious nodes is limited, so it will not cause abnormal consistency of 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 code 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 multiple participants to conduct secure transactions without intermediaries.trust-based transactions.
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, Ga Zi 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!
"In the past, the operation model of your canteen was a typical centralized one. You granted credit to the villagers and allowed them to take accounts on credit. All accounting was done directly through you and our villagers. You were the center of all accounting affairs." Ergazi said I understand, let me continue.
I said: "If you fail one day, then all the accounts will become dead accounts? It will be difficult to get back the IOUs written in black and white, let alone those who remember the accounts verbally, but the block The decentralization of the chain can solve this problem very well. As long as the earth still exists, then the blockchain remembers that every account will exist forever." 2After hearing this, Ga became energetic.
The essence of blockchain is "decentralization"
"The essence of blockchain is decentralization. Once someone takes credit from you, all the neighbors in the village will help you keep accounts. Because of the accounting There are many nodes, and it is neither easy to make mistakes nor others to default on the debt, so everyone reaches a consensus. If someone maliciously fails to pay back the debt, the whole village will know his character, and no one will be willing to have financial transactions with him in the future? ?”
At this point, Gazi was obviously a little excited. It seemed that he was really worried about the credit issue. Seeing that Gazi was interested, I felt a little sense of accomplishment and continued: "Of course, the above is just an analogy. In fact, the blockchain does not really allow the villagers to get paper and pen to help you keep accounts, but through the Internet It was completed by networking with the computer."
At this time, Gazi was a little confused and asked: "Then everyone in the village knows what others bought from me, so who would buy anything from me? It's really a bit weird. There is no privacy. 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 delaying it?”
“Okay, Gazi, you are on to the point of asking this question.” It seems that Gazi is not stupid at all, and is still very smart 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 string of numbers and English, and each account has a timestamp to record the time it occurred. , can't be relied on."
Gazi had another question: "Could it be that the people who owe the debt have a good relationship with the villagers, and they join forces to tamper with the accounting? Then it will be unclear what to say? ?”
“Gazi, that’s all you have to be careful about, 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. Yes. There is a degree of closeness and distance between people, and it is impossible for everyone to prefer one person. If it were a computer, more than half of the computers in the entire network would need to recalculate. This project is so huge that it is 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, timestamp, and Characteristics that are not easily tampered with.
Ergazi was silent for a moment, as if he was digesting the example I just gave him, and I don’t know how much he can understand it. Not long after, he sent me another voice message on WeChat: "What does blockchain mean? In the past, when I bought goods online and paid for them, I had to go through Jack Ma's house. If there is a blockchain, can it be done directly?" When trading with sellers, bookkeeping is very safe anyway."
"Okay, Gazi, it's really clear. Blockchain is essentially a decentralized distributed ledger data cloud. Of course, it can be understood as you understand it. "." I am very happy that Ga Zi can roughly appreciate the true charm of blockchain. Fortunately, my words have not been in vain.
What is Bitcoin? (Picture quoted from the Internet)
"Then what is Bitcoin? What does it have to do with the blockchain?" Gazi Zhuiasked.
I thought about it briefly and decided to continue explaining the story of the canteen to Gazi: "In your canteen, the villagers can't keep accounts for you for free all day long. Do you have to bring something to visit during the holidays? Yes, 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 must be a rule, right?" Gazi asked very puzzled.
I explained: "Zhang San went to your store to buy a pack of cigarettes on credit, but Li Si knew about it first and kept an account for you first. Then other people knew about it and started keeping accounts. Then Li Si could get A small red flower as a reward ~ This little 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 little red flower??"
"Then Bitcoin can be used as money Flowers? 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 the country as a credit guarantee, so they have value. Bitcoin is the Bitcoin network The value formed by consensus among users has tradable attributes, 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 you print too much, inflation will occur. When we were young, popsicles costing 1 cent were very good. Now we cannot eat them for 1 yuan. Of course, there are factors that affect inflation. A lot. The number of Bitcoins is fixed, and there is no possibility of unlimited over-issuance. However, different people have different judgments on their value, coupled with the influence of supply and demand and investor sentiment, so its price is always fluctuating. ."
What is the difference between Bitcoin price fluctuations and stocks?
"So speculation in Bitcoin is speculation in stocks? Can you understand it that way?" Ga Zi seems to know a lot.
"Actually, 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 the company, and there is government supervision in the stock market. And Bitcoin It itself has no value, and is priced entirely based on supply and demand and player valuations. It grows wildly without any government supervision, so it may have higher risks and higher returns than stocks."
In the end. , Gazi revealed the true purpose of today. He asked me: "Can I invest in blockchain projects?"
Gazi is a typical example of not going to the Three Treasures Palace for anything. 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 are quoted from the Internet)
The so-called mining is to purchase mining equipment such as mining machines.Mine virtual currency and sell it for cash to get rewards. 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 currency 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??
IV What does blockchain mean and how to understand it
Blockchain, distribution New application models of computer technologies such as automatic data storage, point-to-point transmission, consensus mechanisms, and encryption algorithms.
Blockchain is an important concept of Bitcoin. It is essentially a decentralized database. As the underlying technology of Bitcoin, it is a series of related data generated using cryptography methods. data block,Each data block contains information about a batch of Bitcoin network transactions, which is used to verify the validity of the information (anti-counterfeiting) and generate the next block.
Notes
1. Blockchain originated from Bitcoin in November 2008 On March 1, a person claiming to be Satoshi Nakamoto published the article "Bitcoin: A Peer-to-Peer Electronic Cash System", which elaborated on P2P network technology, encryption technology, timestamp technology, blockchain technology, etc. The architectural concept of the electronic cash system marked the birth of Bitcoin.
Two months later, the theory came into practice, and on January 3, 2009, the first genesis block with serial number 0 was born. A few days later, block number 1 appeared on January 9, 2009, and was connected to the genesis block number 0 to form a chain, marking the birth of the blockchain.
2. In order to realize the great leap forward development of blockchain finance, in order to promote the new development of China’s economy, accelerate the circulation of global assets, and realize the dream of rejuvenation that generations have been striving for, Puyin Group launched the On the 9th, a Puyin Blockchain Finance Guiyang Strategy Release Ceremony was held in Guizhou. At the meeting, the digital circulation of assets through blockchain, the blockchain financial transaction model, and the application of blockchain services and social public industries will be discussed. Explore.
IV Blockchain explained in vernacular
Blockchain explained in vernacular is:
A decentralized distributed ledger database. Decentralization means that it is different from the traditional centralized method. There is no center here, or everyone is the center. Distributed ledger database means that the recording method is not only to store the ledger data in each node, but also in each node. The data of the entire ledger will be shared and copied synchronously.
Generally speaking, a blockchain system consists of a data layer, a network layer, a consensus layer, an incentive layer, a contract layer and an application layer.
Among them, the data layer encapsulates the underlying data blocks and related basic data and algorithms such as data encryption and timestamps; the network layer includes distributed networking mechanisms, data dissemination mechanisms, and data verification mechanisms, etc. ; The consensus layer mainly encapsulates various consensus algorithms of network nodes; the incentive layer integrates economic factors into the blockchain technology system, mainly including the issuance mechanism and distribution mechanism of economic incentives; the contract layer mainly encapsulates various scripts, algorithms and Smart contracts are the basis of the programmable features of the blockchain; the application layer encapsulates various application scenarios and cases of the blockchain.
In this model, the chain block structure based on timestamps, the consensus mechanism of distributed nodes, economic incentives based on consensus computing power and flexible programmable smart contracts are the most representative of blockchain technology. sexual innovation.
VI Glossary of Blockchain
Blockchain is explained as follows:
Blockchain is actually equivalent to a disintermediated database, which is composed of Composed of string data blocks. In each of its data blocksAll contain information about a Bitcoin network transaction, and these are used to verify the validity of the information and generate the next block.
In a narrow sense, blockchain is a chain data structure that combines data blocks in a sequential manner in chronological order, and is cryptographically guaranteed to be inextricable. Tamper-proof and unforgeable distributed ledger.
Type
Public Blockchain
Public Block Chains: Any individual or group in the world Transactions can be sent and effectively confirmed by the blockchain, and anyone can participate in its consensus process.
Public blockchain is the earliest blockchain and the most widely used blockchain. The virtual digital currencies of all major bitcoins series are based on public blockchains. There is only one such blockchain in the world. The blockchain corresponding to the currency.
Industry Block Chains
Industry Block Chains (Consortium Block Chains): Multiple pre-selected nodes are designated within a certain group as bookkeepers, and each block is generated by All pre-selected nodes make a joint decision (pre-selected nodes participate in the consensus process);
Other access nodes can participate in transactions, but do not participate in the accounting process (it is essentially still managed accounting, but becomes distributed accounting) , the number of pre-selected nodes, how to decide the bookkeeper of each block has become the main risk point of the blockchain), anyone else can make limited queries through the open API of the blockchain.
Private Block Chains
Private Block Chains: Only use the general ledger technology of the blockchain for accounting. It can be a company or an individual. With exclusive write access to the blockchain, this chain is not much different from other distributed storage solutions.
Traditional finance is trying to experiment with private blockchains, while public chain applications such as Bitcoin have been industrialized, and private chain application products are still being explored.
VII Term explanation of blockchain
Blockchain is a series of verified blocks, each of which is connected to the previous block, all the way to the creation world block.
1. Blockchain (BlockChain)
Blockchain is a series of verified blocks, each of which is connected to the previous block. to the genesis block. Blockchain is the underlying technology of digital currencies such as Bitcoin. It is a decentralized distributed shared ledger. Blockchain, artificial intelligence, and big data are known as the three major directions of financial technology. Ma Chajue
In 2009, he built an open source project for the Bitcoin system and officially announced the birth of Bitcoin. But when Bitcoin gradually became popular, Satoshi Nakamoto quietly left and disappeared from the Internet.
Ⅷ What exactly is blockchain? Decrypt the concept of blockchainread
- 上一篇: 区块链可持续发展技术有哪些,区块链可持续发展技术包括
- 下一篇: 全球区块链数字峰会6