What does blockchain open source mean
blockchain is a digital account book that can be jointly bookkept, and will record all transactions that have occurred and have been unanimously recognized by the system it's the same as the whole family. You're bookkeeping, and your father and mother are also bookkeeping. They can see the general ledger, but the saved information can't be tampered with any more
In 2008, Nakamoto first proposed the concept of blockchain subsequently, blockchain has become the core component of electronic currency bitcoin, which serves as the public account book for all transactions. By using peer-to-peer network and distributed timestamp server, the blockchain database can be managed independentlyextended data:
type of blockchain
1, public blockchain
any indivial or group in the world can send transactions, and transactions can be effectively confirmed by the blockchain, and anyone can participate in its consensus process. Public blockchain is the earliest and the most widely used blockchain. The virtual digital currencies of bitcoin series are all based on public blockchain. There is only one blockchain corresponding to this currency in the world
2, Alliance (instry) blockchain
instry blockchain: multiple preselected nodes are designated as bookkeepers within a group, and the generation of each block is jointly determined by all preselected nodes (preselected nodes participate in the consensus process), and other access nodes can participate in the transaction, However, regardless of the bookkeeping process (in essence, it is still managed bookkeeping, only distributed bookkeeping, how many preselected nodes, and how to determine the bookkeeper of each block to become the main risk point of the blockchain), anyone else can conct limited query through the open API of the blockchain
3, private blockchain
only uses the general ledger technology of blockchain for bookkeeping. It can be a company or an indivial, and enjoys the write permission of the blockchain. This blockchain is not very different from other distributed storage schemes
The strict definition of blockchain refers to the distributed database technology that multiple nodes in peer-to-peer network jointly maintain a continuously growing list ledger constructed by time stamp and orderly record data blocks through consensus mechanism based on cryptography technology. This technical solution allows any number of nodes in the participating system to calculate and record all the information exchange data in the system in a period of time to a data block through cryptography algorithm, and generate the fingerprint of the data block for linking the next data block and checking. All participating nodes in the system jointly determine whether the record is true
blockchain is a technical solution similar to NoSQL (non relational database). It is not a specific technology, and can be implemented through many programming languages and architectures. There are many ways to realize blockchain, including pow (proof of work), POS (proof of stake), dpos (delegate proof of stake), etc
the concept of blockchain was first proposed in the paper "bitcoin: a peer-to-peer electronic cash system" by indivials (or groups) who call themselves Satoshi Nakamoto. Therefore, bitcoin can be regarded as the first application of blockchain in the field of financial payment
< H2 > [popular explanation]no matter how big the system or how small the website is, there is a database behind it. So who will maintain this database? In general, who is responsible for the operation of the network or system, then who is responsible for the maintenance. If it is wechat database, it must be maintained by Tencent team, and Taobao database is maintained by Alibaba team. We must think that this way is natural, but blockchain technology is not P>
if we think of the database as a book, for example, Alipay is a typical account book. Any change of data is bookkeeping. We can think of database maintenance as a very simple way of accounting. In the world of blockchain, everyone in the blockchain system has the opportunity to participate in bookkeeping. The system will select the fastest and best bookkeeper in a period of time, maybe within ten seconds or ten minutes. The bookkeeper will record the changes of the database and the account book in a block. We can think of this block as a page. After the system confirms that the records are correct, the system will record the changes of the database and the account book in a block, It will link the fingerprint of the past account book to this paper, and then send this paper to everyone else in the whole system. Then, over and over again, the system will look for the next person with fast and good bookkeeping, and everyone else in the system will get a of the whole ledger. This means that everyone as like as two peas in the system is called Blockchain. It is also called distributed account technology. P>
as like as two peas (computer) have identical accounting books, and everyone has the same rights, they will not collapse e to the loss of contact or downtime of a single person. As like as two peas, the data is transparent and everyone can see what changes are in every account. Its very interesting feature is that the data can't be tampered with. Because the system will automatically compare, it will think that the same number of books with the largest number are real books, and a small number of books with different numbers are false books. In this case, it's meaningless for anyone to tamper with his own account book, because unless you can tamper with most nodes in the whole system. If there are only five or ten nodes in the whole system, it may be easy to do so. However, if there are tens of thousands or even hundreds of thousands of nodes and they are distributed in any corner of the Internet, unless someone can control most computers in the world, it is unlikely to tamper with such a large block chain
< H2 > [elements]combined with the definition of blockchain, we think that we must have the following four elements to be called public blockchain technology. If we only have the first three elements, we will consider it as private blockchain Technology (private chain)
1, peer-to-peer network (power equivalence, physical point-to-point connection)
2, verifiable data structure (verifiable PKC system, non tampering database)
3, distributed consensus mechanism (Solving Byzantine general problem, solving double payment)
4 Game design of Nash equilibrium (cooperation is the strategy of evolutionary stability)
combined with the definition of blockchain, blockchain will realize four main characteristics: decentralized, trustless, collective maintenance and reliable database. And the other two will be derived from the four characteristics Features: open source Privacy. If a system does not have these characteristics, it can not be regarded as an application based on blockchain technology
Decentralized: there is no centralized hardware or management organization in the whole network. The rights and obligations of any node are equal, and the damage or loss of any node will not affect the operation of the whole system. Therefore, it can also be considered that the blockchain system has excellent robustnesstrustworthiness: there is no need to trust each other when participating in the data exchange between each node in the whole system. The operation rules of the whole system are open and transparent, and all data contents are also open. Therefore, within the specified rule range and time range of the system, nodes cannot and cannot cheat other nodes
collective maintenance: the data blocks in the system are maintained by all the nodes with maintenance function in the whole system, and these nodes with maintenance function can be participated by anyone
reliable database: the whole system will enable each participating node to obtain a of the complete database in the form of sub databases. Unless more than 51% of the nodes in the whole system can be controlled at the same time, the modification of the database on a single node is invalid, and the data content on other nodes cannot be affected. Therefore, the more nodes and computing power in the system, the higher the data security in the system
Open Source: since the operation rules of the whole system must be open and transparent, the whole system must be open source for the program
Privacy Protection: since there is no need to trust each other between nodes, there is no need to disclose the identity between nodes, and the privacy of each participating node in the system is protected
after entering the research of Ethereum, I wanted to start from the underlying source code at the beginning, but the whole process was rather difficult. After re analyzing our requirements, I felt that we could develop to some extent and meet some needs by using its existing interface, so I translated the comments of the source code, basically understood the role of each mole, and no further modification was needed, After all, Ethereum is also a project that took dozens of big bulls a long time to build.
it is very difficult for us to successfully transform it into what we want in a period of time. The faster, the easier, the better
and there is a very important problem. If Ethereum is changed, it will not be able to connect to its public network and use the second largest amount of computing power in the world. This is a matter of putting the cart before the horse. It seems that the answer is wrong, but the main expression is that if the subject wants to do development, it is enough to carefully analyze a project,
after all, the logic is almost the same. We should learn more about blockchain and pay attention to ATV
blockchain is an important concept of bitcoin. In essence, it is a decentralized database, as well as the underlying technology of bitcoin. One of the most basic characteristics of bitcoin is decentralization. In recent months, financial giants have graally begun to pay attention to the technology of bitcoin, and used it in non monetary fields, such as trading, voting and so on 1) Art instry
artists can use blockchain technology to declare ownership, issue works that can be numbered and limited edition, and can target any type of art in digital form. It even includes a trading market where artists can buy and sell through their websites without any intermediary services
(2) the real estate instry
uses blockchain technology to solve various problems faced by everyone when participating in real estate, including naming process, land registration, agency and so on
(3) the insurance instry
the financial instry has always been the most sensitive to advanced technology. Traditional banking and securities giants have been investing in blockchain venture capital since 2014, with a total global investment of US $1 billion in two years
(4) P2P wallet
personal assets can be traded through this P2P wallet in the future without going through any central organization, such as bitcoin
most blockchains are in their infancy, and most of them are overseas. There are very few good blockchain projects in China, so it is not recommended that any non professionals invest in blockchain projects. If you are very interested in blockchain technology and have technical or financial background, it is suggested to consider starting a business in this area. In terms of protocol system of blockchain, the bottom layer is the underlying technology of blockchain, including the technical protocol of blockchain, as well as some platform routing and basic algorithms; In the middle layer, we need to solve the problems of some application interfaces and the issuance and verification of some certificates, including the services of some instry platforms, big data analysis, etc. This is a rough division, and there should be more detailed division; The top is some applications of blockchain, including financial applications and other applications, Internet of things and so on
Introction to Bubi blockchain
since its establishment, Bubi blockchain has been focusing on the R & D and innovation of blockchain technology and procts, has a number of core technologies, and has made substantial innovation in many aspects, forming a number of core technology achievements, such as: mathematically verifiable distributed consensus technology, fast large-scale ledger access technology, and so on Multi Chain general ledger technology supporting business form expansion, interconnection technology between heterogeneous blockchains, etc. On April 25, "gege integral" introced the integral system into the concept of blockchain, opened up by multiple parties, issued and exchanged integral, and promoted the circulation of integral. All cooperative institutions can jointly participate in transaction verification, account book storage and real-time settlement; The third-party payment platform of the enterprise points issuer makes the points in and out more flexible. Bubi has developed its own basic blockchain service platform, which has been applied in equity, supply chain, credit and other fields. Bubi has been committed to building an open value circulation network with the core of decentralized (polycentric) trust, so that digital assets can flow freely
the simple understanding of blockchain is a technology at the bottom of bitcoin, which is also a point-to-point e-cash system, which can realize point-to-point value express. We should distinguish the concepts of bitcoin, bitcoin blockchain, blockchain and blockchain technology. In the countries with more developed finance in the past, the technology of Finance and block has a long history, and the legislation of digital currency and block chain network is also very important. With the advent of the financial era, large financial institutions are studying blockchain technology. They have their own team and concept technology. Graally, regional banks are also participating in the discussion of digital currency. In addition to the application and support of this technology, blockchain has great influence on enterprises. For larger domestic enterprises, Bubi block is also applied to all kinds of equity In the fields of supply chain and points, domestic financial institutions and enterprises have focused on the value of new instries and developed their own blockchain platforms. Blockchain has instantly become a new domestic innovation instry. Overseas, compared with China, the United States has already obtained 15 blockchain patents at the end of last year. The application of blockchain finance is entering a new stage in an all-round way. Various applications will be more and more in-depth, and the relevant changes will attract more and more attention, which will also form a great new trend
financial institutions have launched blockchain technology into a new era of Internet and big data applications, which has laid a pattern from negative interest rate profit driven innovation to technological innovation. At this time, domestic giants have suggested that the cooperation alliance not only affects the implementation of financial infrastructure, but also is an important means to expand business cooperation. In terms of implementation, the future payment system securities deposit will not only affect the implementation of financial infrastructure, It is inseparable from the financial and settlement system and big data analysis, while the domestic giants join hands and propose a mutually beneficial cooperation mode, which can not only effectively improve operational efficiency, but also rece costs and find new growth points, After the adoption of blockchain technology, whether the company's procts and services can proce a new business model or a cost advantage far lower than that of competitors
what can blockchain do? What about blockchain? Although at present, there is no mature underlying blockchain technology platform solution, technical problems such as capacity scalability, privacy protection, non net settlement and non recourse need to be solved, and large-scale application of blockchain technology also needs to reset it architecture and reengineer business process, these are only technical problems. The real test of blockchain technology rooted and growing in the financial field is the regulatory agencies and financial institutions. Will the inherent "de supervision" and "de centralization" characteristics of blockchain make the market players have no power to drive technological innovation. However, because the blockchain is a technology based on mathematical algorithm, the establishment of trust relationship between all parties does not need the help of intermediaries or authority centers, and the cost of establishing trust relationship is almost zero (on the premise of the establishment of blockchain financial infrastructure and ancillary infrastructure), and the blockchain code is open-source, no geographical restrictions, and the network pattern is distributed and interconnected, It lays a technical foundation for the establishment and development of Inclusive Finance and shared finance in the future, and creates material conditions for the integration and unification of global finance. From this point of view alone, blockchain technology is bound to establish a core position in the future financial development, and rely on and complement each other with finance, and win-win in the future.
I think the first step is to make sure that your parents are not deceived, because parents may be better at communicating. Then work with your parents to stop your uncle
I think you can find one or two professionals to teach your uncle, such as your teacher, and you can also find the content of online rumor refutation.
A: first, the connotation of blockchain
blockchain is a new application mode of distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm and other computer technologies
2. Characteristics
1. Decentralization
blockchain technology does not rely on additional third-party management institutions or hardware facilities, and there is no central control. In addition to the self-contained blockchain itself, each node realizes information self verification, transmission and management through distributed accounting and storage
2. Openness
the foundation of blockchain technology is open source. In addition to the private information of all parties involved in the transaction is encrypted, the data of blockchain is open to everyone. Anyone can query blockchain data and develop related applications through the open interface, so the information of the whole system is highly transparent
3. Independence
based on consensus specifications and protocols, the whole blockchain system does not rely on other third parties, and all nodes can automatically and safely verify and exchange data in the system without any human intervention
4. Safety
as long as 51% of all data nodes cannot be controlled, the network data cannot be arbitrarily controlled and modified, which makes the blockchain itself relatively safe and avoids subjective and artificial data changes
5. Anonymity
unless there are legal requirements, technically speaking, the identity information of each block node does not need to be disclosed or verified, and the information transmission can be anonymous
what is blockchain
the explanation given by the network is that blockchain is a new application mode of computer technology such as distributed data storage, point-to-point transmission, consensus mechanism and encryption algorithm. The so-called consensus mechanism is a mathematical algorithm to establish trust and obtain interests between different nodes in the blockchain system
What are the characteristics
for the characteristics of blockchain technology, combined with the definition of blockchain, jinwowo Group believes that blockchain should have these four characteristics: decentralized, trustless, collectively maintained and reliable database. And from the four features will be extended to another two features: open source, anonymity. If a system does not have these characteristics, it can not be regarded as an application based on blockchain technology.