Position: Home page » Blockchain » Self built community blockchain
Self built community blockchain
Publish: 2021-04-21 06:07:22
1. bitcoin, as we often talk about today, was born from the community. Listen to friends say that blockchain will be a new blue ocean, so I will learn a little from it
in fact, as a community, it can let people with the same hobbies get together, and then let the thinking collide. Blockchain technology is a new technology, so it needs more communication and discussion. In order to exchange some experience in the exchange, get better ideas for practice. However, there are few blockchain communities, and the supervision of blockchain is also uncertain
in fact, the most important thing is not to mention, the most important thing of blockchain technology is to continuously carry out experimental application, so as to get more experience, so that blockchain applications can be implemented. Only when more blockchain applications are implemented will blockchain technology get more attention.
in fact, as a community, it can let people with the same hobbies get together, and then let the thinking collide. Blockchain technology is a new technology, so it needs more communication and discussion. In order to exchange some experience in the exchange, get better ideas for practice. However, there are few blockchain communities, and the supervision of blockchain is also uncertain
in fact, the most important thing is not to mention, the most important thing of blockchain technology is to continuously carry out experimental application, so as to get more experience, so that blockchain applications can be implemented. Only when more blockchain applications are implemented will blockchain technology get more attention.
2. Different communities belong to community assets, and forums belong to different local attributes of communication
3.
Bitcointalk Chinese area and reddit bitcoin area are two popular blockchain forums abroad
Babbitt and bitcoin house in China are well-known information websites
( currency exchange digital currency trading platform ) is an attempt of domestic "blockchain + crowdfunding" project
NASDAQ is a leader in blockchain applications
4. The development cost is about 500000 yuan. It's very easy to find websites with blockchain information types. You can network "blockchain network" and "blockchain XX network" and other information stations. There are at least thousands of them in China. No, let's go online.
5. This should not have been done yet. It's a waste that blockchain is used to make forums and websites
6. The zamby community can take a look
7. This concept was recently proposed by winmax. It should be based on the attitude of ecosystem and the way of community operation to do the blockchain market. The independence and compatibility of the ecosystem can prepare for the docking of more service sections, which requires the community to reserve more open interfaces at the beginning of the design to facilitate the docking of technology and services; The focus of community operation is stickiness, and more activities are used to improve the interaction and sense of belonging of community members. Based on this, we can observe how winmax is doing for a long time.
8. Mother of all chain (MOAC) blockchain (hereinafter referred to as "moacchain", transliterated as "Moke chain" in Chinese, also known as "the mother of many chains") is an open-source blockchain platform. It supports multiple seed blockchains on P2P network through hierarchical configuration structure. It is developed by the top team of blockchain experts in Silicon Valley, breaking through the asynchronous contract call, asynchronous contract call, and multiple seed blockchains Contract fragmentation processing and cross chain operation are the current instry problems. The expansion capacity and contract processing speed of the platform are far better than the current smart contract platform. It is a blockchain proct that can really deploy commercial applications
the reason for the emergence of Moke is that Ethereum, the hottest smart contract platform at present, has insufficient speed and expansion capacity to meet the needs of a large number of token project applications. Compared with Ethereum's 7-14 transactions per second, Moke can achieve 100 times, even 1000 times under optimized conditions
how is Moke, as an "optimized Ethereum", realized technically<
01 layered verification
first of all, layered verification is adopted. Other systems either insist on pow, or insist on POS, or mix POW + POS, which can not effectively use the advantages of both and avoid the disadvantages of both. We use POW in the physical network and POS in the logical network of the smart contract, so that we can take both advantages into account, which can be called pop (POS over POW)<
02 fragmentation technology
the latest fragmentation concept of Ethereum, the main chain is basically unchanged, and a validator management contract is added to manage sharding interface and allocation. The main chain doesn't care what it looks like in sharding. The main chain only cares about the hash of your header. However, in order to achieve fragmentation in technology, according to the route planning of Ethereum, it will not come out until 2019
compared with Ethereum's single network, Moke has successfully broken through and adopted sharding technology, which can divide Moke into numerous logical subnets, making parallel computing possible, solving a major problem in the instry, greatly improving the processing speed, so as to achieve visa level transaction scale<
03 asynchronous call
Ethereum's synchronous smart contract call, the return of smart contract and block consensus are bound in the same block, resulting in the total amount of smart contract processing limited by block time. Moke adopts asynchronous smart contract call, so that the call and return can cross blocks without block time limit, which greatly increases the number of smart contracts to be processed at the same time
04 cross chain
by crossing blocks through asynchronous smart contracts, Moke can carry out atomic cross chain operation on blockchains with different block generation times, making Moke an underlying blockchain system with cross chain capability. Asynchronous call of smart contract can cross blocks from start to completion, and is no longer limited to one block. This greatly speeds up the throughput of MOAC, and has the function of cross chain of different blockchains
different blockchains have different block generation times. For example, if you set a contract to buy Ethereum erc20 token on the MOAC, you can cross the current block of the MOAC in 5 seconds, and then the contract will wait for Ethereum 25 second block to complete the corresponding transaction through off chain communication, and then complete the transaction in the N + 2 MOAC block. This kind of atomic transaction is completely different from the current transactions completed by various cross chain third-party roles through the establishment of an intermediate escrow account
in the contract, you can also define several confirmation blocks to complete the transaction. Other blockchain systems lack the function of asynchronous call contract, so they can't exchange atoms across chains, which is the advantage of MOAC
05 plug in and verify self built blockchain procts
the new idea means to build a new blockchain. We need to set up servers, develop teams, build communities, attract new users, and so on. We need to spend a lot of money to implement new blockchain ideas. After the inker chain goes online, these ideas can be easily tested on the inker chain, without huge additional costs<
06 never bifurcate
once blockchain procts are deployed and put into proction mode, it is difficult to add / modify / delete functions. Such a modification is either a soft fork or a hard fork. Dealing with bifurcation requires great effort and economic consequences. The architecture mode of Moke chain makes it possible to improve blockchain without bifurcation.
the reason for the emergence of Moke is that Ethereum, the hottest smart contract platform at present, has insufficient speed and expansion capacity to meet the needs of a large number of token project applications. Compared with Ethereum's 7-14 transactions per second, Moke can achieve 100 times, even 1000 times under optimized conditions
how is Moke, as an "optimized Ethereum", realized technically<
01 layered verification
first of all, layered verification is adopted. Other systems either insist on pow, or insist on POS, or mix POW + POS, which can not effectively use the advantages of both and avoid the disadvantages of both. We use POW in the physical network and POS in the logical network of the smart contract, so that we can take both advantages into account, which can be called pop (POS over POW)<
02 fragmentation technology
the latest fragmentation concept of Ethereum, the main chain is basically unchanged, and a validator management contract is added to manage sharding interface and allocation. The main chain doesn't care what it looks like in sharding. The main chain only cares about the hash of your header. However, in order to achieve fragmentation in technology, according to the route planning of Ethereum, it will not come out until 2019
compared with Ethereum's single network, Moke has successfully broken through and adopted sharding technology, which can divide Moke into numerous logical subnets, making parallel computing possible, solving a major problem in the instry, greatly improving the processing speed, so as to achieve visa level transaction scale<
03 asynchronous call
Ethereum's synchronous smart contract call, the return of smart contract and block consensus are bound in the same block, resulting in the total amount of smart contract processing limited by block time. Moke adopts asynchronous smart contract call, so that the call and return can cross blocks without block time limit, which greatly increases the number of smart contracts to be processed at the same time
04 cross chain
by crossing blocks through asynchronous smart contracts, Moke can carry out atomic cross chain operation on blockchains with different block generation times, making Moke an underlying blockchain system with cross chain capability. Asynchronous call of smart contract can cross blocks from start to completion, and is no longer limited to one block. This greatly speeds up the throughput of MOAC, and has the function of cross chain of different blockchains
different blockchains have different block generation times. For example, if you set a contract to buy Ethereum erc20 token on the MOAC, you can cross the current block of the MOAC in 5 seconds, and then the contract will wait for Ethereum 25 second block to complete the corresponding transaction through off chain communication, and then complete the transaction in the N + 2 MOAC block. This kind of atomic transaction is completely different from the current transactions completed by various cross chain third-party roles through the establishment of an intermediate escrow account
in the contract, you can also define several confirmation blocks to complete the transaction. Other blockchain systems lack the function of asynchronous call contract, so they can't exchange atoms across chains, which is the advantage of MOAC
05 plug in and verify self built blockchain procts
the new idea means to build a new blockchain. We need to set up servers, develop teams, build communities, attract new users, and so on. We need to spend a lot of money to implement new blockchain ideas. After the inker chain goes online, these ideas can be easily tested on the inker chain, without huge additional costs<
06 never bifurcate
once blockchain procts are deployed and put into proction mode, it is difficult to add / modify / delete functions. Such a modification is either a soft fork or a hard fork. Dealing with bifurcation requires great effort and economic consequences. The architecture mode of Moke chain makes it possible to improve blockchain without bifurcation.
Hot content