Blockchain management machine and equipment
business name (shop name) query - & gt; Name pre approval - & gt; Documents to be submitted for establishment registration; Application for establishment registration - & gt; Second, Shanghai domestic capital registration conditions:
1. Shareholders meet the quorum; 2
2
3. The shareholders jointly formulate the articles of association
4. Having a company name and establishing an organization that meets the requirements of a limited liability company
5. There are fixed proction and operation sites and necessary proction and operation conditions< (3) list of registration documents for the establishment of a domestic limited liability company
2. Certification of all shareholders' designated representatives or jointly entrusted agents to handle the company's establishment registration
3. Articles of Association
4. A capital verification certificate issued by a legally qualified capital verification institution, note 3
5. A of the legal person's qualification certificate or natural person's identity certificate of the shareholder
6. Appointment documents and copies of identity certificates of the company's legal representative (Note 6); resolutions of the shareholders' meeting on the election of directors and supervisors; resolutions or decisions of the board of directors or executive directors on the appointment of managers (Note 5)
7. Enterprise name pre approval notice
8
9. Laws and administrative regulations stipulate that the establishment of a limited liability company must be submitted for examination and approval, or if there are items in its business scope that must be submitted for examination and approval, relevant approval documents shall also be submitted
10. Other documents required by the company registration authority
remarks: the limited liability company applied to be established in the undergraate course should be a company established in accordance with the company law, with non natural person shareholders accounting for more than 50% of the shares
① if items 2 and 5 above have been submitted at the time of name pre-approval, the registration of company establishment shall be exempted< (2) the qualification certificate of the shareholder refers to: a. the of the business license of the enterprise legal person (the of the business license of the enterprise legal person in the mainland must be sealed by the instrial and commercial department in the place of registration); b. Identity certificate of natural person (foreign natural person and Hong Kong, Macao and Taiwan compatriots shall submit bank credit certificate equivalent to their investment amount at the same time); c. The registration certificate of association as a legal person, the registration certificate of institution as a legal person or the written approval; d. Other legal business certificates. Where laws, regulations and administrative rules have special provisions on the investment qualification of shareholders, their investment qualification certificates shall also be submitted
③ if the investment is made in kind, instrial property, non patented technology or land use right, the assets appraisal report issued by a legally qualified appraisal institution shall be submitted at the same time< (4) if the residence is for lease, submit the original of the house lease contract and the of the house property right certificate, or the original of the lease contract registered and sealed by the lease management department; If the residence is owned by the shareholder, the of the house property right certificate and the certificate provided by the shareholder to the company shall be submitted< (5) the names and domiciles of the directors, supervisors and managers shall be specified in the relevant resolutions or decisions< (6) if it is not specified as a , the original shall be submitted; if it is specified as a , the original shall be checked (except the of the legal representative's identity certificate)
From the perspective of technology and architecture, I will tell you my understanding of blockchain in common language
what is blockchain? In a word, blockchain is a storage system. To be more specific, blockchain is a distributed storage system without an administrator and each node has all the data
What are the common storage systems like
first, how to ensure high availability
the common storage system usually uses "rendancy" to solve the problem of high availability. As shown in the figure above, if the data can be copied into several copies and rendant to multiple places, high availability can be guaranteed. The data in one place is hung, and there is data in other places. For example, the master-slave cluster of MySQL is the same principle, and the raid of disk is also the same principle
two points need to be emphasized in this place are: data rendancy often leads to consistency problems
1. For example, in the master-slave cluster of MySQL, there is actually a delay in reading and writing, which means there is a inconsistency in reading and writing in a short period of time. This is a side effect of data rendancy
The second point is that data rendancy often reces the efficiency of writing, because data synchronization also consumes resources. If you add two slave libraries, the write efficiency will be affected. The common storage system is to use rendancy to ensure the high availability of dataso the second question, ordinary storage system, can write more
the answer is yes, for example, take this graph as an example:
in fact, MySQL can do a master-slave synchronization of al masters, master-slave synchronization of al masters, two nodes can be written at the same time. If you want to do a multi room multi live data center, in fact, multi room multi live data synchronization. What we should emphasize here is that multi-point writing often leads to the consistency problem of writing conflicts. Take MySQL as an example, suppose that the attribute of a table is self incrementing ID, then the data in the database is 1234 now. If one of the nodes writes and inserts a piece of data, it may become 5, and then these 5 pieces of data are synchronized to another master node, Before synchronization, if another write node inserts a piece of data, a piece of data with self incrementing ID of 5 will be generated. Then, after the generation, synchronize to another node, and the synchronized data will conflict with the two local 5's after it arrives, which will lead to synchronization failure and write consistency conflict. This problem will occur in the case of multi-point writing
how to ensure consistency in multi-point writing
the reform "Swan class" gives you more technical work
1. The underlying chain platform providers, such as ant / network, usually only provide chain and development tools, but the specific instry / scenario solutions and development delivery capabilities are limited, which is not their focus. They want to use blockchain to package and sell more cloud services
2. Blockchain solution companies usually provide blockchain solutions in their own familiar fields, but most of them are small and medium-sized teams or start-up teams. Most of them have little difference in blockchain technology capabilities and have a deep understanding in their respective fields
however, the biggest problem of such companies is that because the blockchain instry is still in its early stage, and there is no mature business model or profit model, most of them need external investment to continue their life, which leads to the difficulty in guaranteeing their service ability or continuous performance ability, and frankly speaking, their business is unstable
on the other hand, because it is not a professional end-to-end delivery or professional outsourcing, it does not have mature methods, team and project management to ensure the efficient and complete delivery of a blockchain solution. So for buyers, it is easy to get out of control in the process of project development, or it is difficult to get satisfactory delivery results in the end
there is also a common problem, that is, most customers do not know what to do with blockchain and how to combine their business to do a valuable and meaningful blockchain project. Under this kind of cognition, I blindly find a company to directly develop on the scheme, and it's easy to regret or even give up halfway after doing it. I see too many such projects, I can't figure out the situation, and I don't know what I want to do. It's easy to set up a blockchain. This kind of company usually does not have the ability of pre-sale business consulting, business analysis and planning, in other words, the ability to help you understand the situation. In a word, if you know what you want, it may be OK to find them. If you don't know, it's better to find a professional consulting company honestly
3. IT consulting and delivery companies, which are usually specialized in serving large customers in various instries, have a set of consulting and end-to-end delivery methods and team support. Well, there are not many blockchain businesses in these companies, because they are not limited to the narrow business of blockchain, such as Accenture or some domestic companies. However, ThoughtWorks is slightly different. It has a blockchain division, pre-sales consulting / business analysis services, and delivery services. Then it has blockchain projects in its own major customers in various instries. Automobile, finance, retail, energy, agriculture and so on
how many stages is the blockchain divided into 8194;
there are 1.0, 2.0 and 3.0 blockchains, and the digital currency dominated by bitcoin is blockchain 1.0; The smart contract platform centered on Ethernet is blockchain 2.0; The application scenario and platform of high-performance blockchain is blockchain 3.0. The simple conclusion is that 1.0 is mining and currency speculation; 2.0 is ICO and currency; 3.0 is the implementation of the project. The real landing projects are still far away from us. Most projects take stage 2.0 as the entry point of instry solutions. The combination of blockchain and instry enables blockchain to be applied in a certain instry 8194;
how to be a qualified blockchain project 8194;
potential blockchain projects have different evaluation standards and different periods. The main reason for the outbreak of digital currency in 2017 is the promotion of ICO and Ethernet smart contract. In the past, projects that could meet these two conditions were considered good. Now, the measurement standard of projects is: &
(1) There are application scenarios. The project itself has team, goal and real scene application. Because some teams or enterprises are not suitable for blockchain applications, it is a rather crude way to establish a connection between them 8194; 8194; 8194; 8194; 8194;
(2) the multi parties involved in the blockchain can generate transactions
(3) blockchain has a large number of communities and users. In conclusion, good blockchain projects can be applied
refer to the case of Henan keoo Information Technology Co., Ltd
The hottest things this year are "bitcoin", "Ethereum" and all kinds of cryptocurrencies, so hot that even aunts and uncles are about to start talking about them. It is no exaggeration to say that 2017 is the first year of the development of cryptocurrency and blockchain technology
as the underlying technology behind bitcoin, the concept of blockchain has only been mentioned in the past two or three years, although as early as 2009, "Nakamoto Tsung" released bitcoin. After this wave of digital currency boom, the concept of blockchain technology has really entered the eyes of all walks of life. I'm afraid it's too early to mention the wide application of blockchain technology, which is still in a very early stage of development. However, e to the arrival of the boom, many technicians and teams have contributed their efforts to build some blockchain concept projects“ Needless to say, as the first application of blockchain technology, bitcoin of "Zhongben cong" has realized the function of distributed ledger, which can realize the first decentralized value transmission of human beings. It can be said that it is "blockchain 1.0". Then Ethereum invented the smart contract, which extended the function of blockchain technology to build applications. It is well deserved to be defined as "blockchain 2.0". However, the blockchain concept projects that came out later did not realize this leap forward role, but only improved to a certain extent at the application level, so they can not be called "blockchain 3.0"
so what is "blockchain 3.0"? Maybe bitcoin OS is the answer: an operation system that is completely based on blockchain technology and follows the concept of blockchain technology. In the 1980s, before Microsoft released the windows operating system, personal computers and Internet technology were still in a non systematic state and could not be popularized. After the release, personal computers were allowed to enter ordinary people's homes, making PC and Internet universal application procts. Recently, bitcoin OS team announced the implementation of the bifurcations of bitcoin and Ethereum on Christmas day, so as to officially publish the plan of developing blockchain OS
anyone who knows a little bit about blockchain technology knows that bitcoin solves the problem of account book, while Ethereum is a smart contract to realize application expansion. Later, a team will launch a distributed storage project. But these systems with only a single functional mole are not "operating systems". The traditional definition of operating system is a huge management and control program, which includes five management functions: process and processor management, job management, storage management, device management and file management. In fact, the OS based on blockchain does not need to change all the five functional blocks into distributed ones, as long as the parts related to the external transmission of value and information can be decentralized and distributed. Therefore, the blockchain operating system should have at least three functions of "account system management, computing resource management and storage resource management", which can realize distributed ledger, edge computing and edge storage. Although it is still too early to define the instry standard in this way, bitcoin OS team is committed to realizing the blockchain OS possessed by these three functional blocks first, and then improving it through iteration
according to the bitcoin OS team, the name "bitcoin OS" is actually "blockchain OS", which is named after "bitcoin", which is also a tribute to the inventor "Satoshi Nakamoto". At present, from the technical details given by the bitcoin OS team, we may be able to see some aspects of this "blockchain 3.0" project
firstly, the management function of the account book system supports locating the ownership of resources according to the account ID, such as the private key; Computing resource management can obtain corresponding computing resources according to the demand, support edge computing, and share distributed computing power. In addition, storage resource management can use storage resources according to the demand, and support edge storage. Compared with bitcoin OS, Ethereum only supports account system and smart contract, which can not meet the distribution of distributed computing tasks. Ethereum only supports the fair execution of contract code, let alone the management of storage resources. So Ethereum is only a custom calculator
in addition, it is worth mentioning that bitcoin OS self customized enhanced smart contract. It supports two modes, which are more flexible and efficient
1. Central computing mode: the outgoing node is responsible for executing the smart contract, and both the incoming parameters and the output results support sipfs to be stored in the storage node
Distributed computing mode: ordinary nodes can claim computing tasks, input parameters and output results support sipfs storage to storage nodesfinally, we also need to mention the built-in sipfs super interstellar file system of bitcoin OS. Sipfs can realize the decentralized storage of technical input parameters and output parameters. At the same time, the file has a life cycle, and the DNA description of the file descriptor is recorded on the blockchain. The file descriptor of sipfs does not exist on the blockchain, but it will be stored in a separate file descriptor data file. After the end of the file life cycle, the blockchain will automatically delete the file descriptor, Realize the intelligent slimming of blockchain
"blockchain 3.0" is worth looking forward to, and bitcoin OS team, as the vanguard, is worth paying attention to and encouraging. We are looking forward to the real blockchain operating system