KR102079578B1 - Method and blockchain network for reliability and stability of data anchoring based on multiple signatures - Google Patents

Method and blockchain network for reliability and stability of data anchoring based on multiple signatures Download PDF

Info

Publication number
KR102079578B1
KR102079578B1 KR1020190150863A KR20190150863A KR102079578B1 KR 102079578 B1 KR102079578 B1 KR 102079578B1 KR 1020190150863 A KR1020190150863 A KR 1020190150863A KR 20190150863 A KR20190150863 A KR 20190150863A KR 102079578 B1 KR102079578 B1 KR 102079578B1
Authority
KR
South Korea
Prior art keywords
anchoring
node
transaction
blockchain network
data
Prior art date
Application number
KR1020190150863A
Other languages
Korean (ko)
Inventor
김윤경
윤인철
정선우
최재혁
강철현
방기진
이경석
이승섭
이준섭
Original Assignee
한국조폐공사
주식회사 겜퍼
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 한국조폐공사, 주식회사 겜퍼 filed Critical 한국조폐공사
Priority to KR1020190150863A priority Critical patent/KR102079578B1/en
Application granted granted Critical
Publication of KR102079578B1 publication Critical patent/KR102079578B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • H04L63/126Applying verification of the received information the source of the received data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0823Network architectures or network communication protocols for network security for authentication of entities using certificates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources

Abstract

The present invention relates to a method for securing reliability and stability of data anchoring between block-chain networks through multiple signatures; and a block-chain network using the same. The method of the present invention comprises the steps of: generating first to n^th anchoring transactions; and registering at least one valid among first to k^th reception anchoring transactions in a second distributed ledger of a second block chain network. Therefore, the anchoring transaction including erroneous data is not registered in a distributed ledger.

Description

다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 방법 및 이를 이용한 블록체인 네트워크{METHOD AND BLOCKCHAIN NETWORK FOR RELIABILITY AND STABILITY OF DATA ANCHORING BASED ON MULTIPLE SIGNATURES}METHOD AND BLOCKCHAIN NETWORK FOR RELIABILITY AND STABILITY OF DATA ANCHORING BASED ON MULTIPLE SIGNATURES} Method for securing reliability and stability of data anchoring between blockchain networks through multiple signatures

본 발명은 다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 방법 및 이를 이용한 블록체인 네트워크에 관한 것이다.The present invention relates to a method for securing reliability and stability of data anchoring between blockchain networks through multiple signatures, and a blockchain network using the same.

블록체인 네트워크에서의 앵커링(anchoring)이란, 특정 블록체인 네트워크를 다른 블록체인 네트워크와 연계하는 것으로, 특정 블록체인 네트워크에 기록된 데이터의 해쉬값을 주기적으로 다른 블록체인 네트워크에 등록하는 것이다.Anchoring in a blockchain network is to associate a specific blockchain network with another blockchain network, and periodically register hash values of data recorded in the specific blockchain network with other blockchain networks.

블록체인 네트워크의 앵커링을 통해, 다른 블록체인 네트워크에 등록된 해쉬값을 이용하여 특정 블록체인 네트워크에 등록된 데이터의 위변조 여부를 확인할 수 있으며, 특히, 프라이빗 블록체인 네트워크에서의 내부 담합 등에 의해 데이터를 변경하려는 시도를 방지할 수 있게 된다.Through anchoring of the blockchain network, it is possible to check whether or not forgery of data registered in a specific blockchain network using a hash value registered in another blockchain network, and in particular, data may be collected by internal fixing in a private blockchain network. Attempts to make changes can be prevented.

이러한 블록체인 네트워크의 앵커링에서, 종래에는 앵커링 조건이 되면, 특정 블록체인 네트워크를 구성하는 노드들 중 특정 단일 노드가 앵커링 데이터를 생성하고, 생성된 앵커링 데이터를 다른 블록체인 네트워크에 등록되도록 하고 있다.In the anchoring of such a blockchain network, when an anchoring condition is conventionally, a single single node among nodes constituting a specific blockchain network generates anchoring data and registers the generated anchoring data in another blockchain network.

그러나, 종래와 같이 특정 블록체인의 단일 노드만이 앵커링을 수행할 경우, 대표적으로 아래와 같은 문제점들이 존재하였다.However, when only a single node of a specific blockchain performs anchoring as in the related art, the following problems typically exist.

즉, 해당 단일 노드에 장애가 발생하였을 때 특정 블록체인에 기록된 데이터에 대한 앵커링이 전부 중단되는 문제점이 있다.That is, when a failure occurs in the single node, there is a problem that all anchoring of data recorded in a specific blockchain is stopped.

또한, 해당 단일 노드가 잘못된 데이터가 포함된 앵커링 트랜잭션을 생성하더라도 이를 방지할 수 없는 문제점이 있다.In addition, even if the single node generates an anchoring transaction containing invalid data, there is a problem that cannot be prevented.

따라서, 기존의 데이터 앵커링에 존재하는 위와 같은 문제점들을 개선할 방법이 요구되는 상황이다.Therefore, there is a need for a method for improving the above problems existing in existing data anchoring.

USUS 2019-00817992019-0081799 A1A1

본 발명은 상술한 문제점을 모두 해결하는 것을 목적으로 한다.The present invention aims to solve all the above-mentioned problems.

또한, 본 발명은, 다수의 노드의 합의에 의해 앵커링이 이루어지도록 함으로써, 잘못된 데이터가 포함된 앵커링 트랜잭션이 분산원장에 등록되지 않도록 하는 것을 다른 목적으로 한다.Another object of the present invention is to ensure that anchoring is performed by agreement of a plurality of nodes, so that an anchoring transaction containing invalid data is not registered in the distributed ledger.

또한, 본 발명은, 다수의 노드가 앵커링 트랜잭션을 전송함으로써, 단일 고장점 문제를 해결하는 것을 또 다른 목적으로 한다.It is another object of the present invention to solve a single point of failure problem by multiple nodes sending anchoring transactions.

상기한 바와 같은 본 발명의 목적을 달성하고, 후술하는 본 발명의 특징적인 효과를 실현하기 위한 본 발명의 특징적인 구성은 다음과 같다.The characteristic constitution of the present invention for achieving the object of the present invention as described above and realizing the characteristic effects of the present invention described below is as follows.

본 발명의 일 태양에 따르면, 다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 방법에 있어서, (a) 제1 블록체인 네트워크를 구성하는 노드들에 의해 트랜잭션들이 상기 제1 블록체인 네트워크의 제1 분산 원장에 등록되는 상태에서, 앵커링을 위한 트리거링 조건이 만족되면, (i) 상기 노드들 중 제1 앵커링 노드 내지 제n - 상기 n은 2 이상의 정수임 - 앵커링 노드가, 각각 상기 트랜잭션들에 대응되는 앵커링 데이터를 생성하고, 적어도 상기 앵커링 데이터를 포함하는 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션을 생성하거나, (ii) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드 중 적어도 하나의 앵커링 노드에 의해 상기 앵커링 데이터가 생성되어 다른 노드들로 전송되면, 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드가, 각각 적어도 상기 앵커링 데이터를 포함하는 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 생성하는 단계; 및 (b) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드가, 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 제2 블록체인 네트워크에 등록된 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션 중 수신되는 제1 수신 앵커링 트랜잭션 내지 제k - 상기 k는 1 이상이며 상기 n 이하인 정수임 - 수신 앵커링 트랜잭션 각각의 유효성을 확인하도록 하며, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 유효한 것으로 확인되는 개수가 기설정된 값을 만족하면 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 유효한 적어도 하나를 상기 제2 블록체인 네트워크의 제2 분산원장에 등록하도록 하는 단계;를 포함하는 방법이 개시된다.According to an aspect of the present invention, there is provided a method for securing reliability and stability of data anchoring between blockchain networks through multiple signatures, comprising the steps of: (a) transactions are transmitted by nodes constituting a first blockchain network; In the state registered in the first distributed ledger of the blockchain network, if the triggering condition for anchoring is satisfied, (i) the first anchoring node to nth of the nodes, wherein n is an integer of 2 or more. Generate anchoring data corresponding to the transactions, generate a first anchoring transaction to an nth anchoring transaction including at least the anchoring data, or (ii) at least one of the first anchoring node to the nth anchoring node; When the anchoring data is generated by the anchoring node and transmitted to other nodes, the first anchoring node to the first anchoring node. n anchoring step of the node, generating at least the first anchoring transaction to the n-th anchoring transaction including the anchoring data, respectively; And (b) the first and second anchoring nodes transmit the first anchoring transaction and the nth anchoring transaction, respectively, to a multi-sign smart contract registered in a second blockchain network. Allow the contractor to verify the validity of each of the first anchoring transaction received from the first anchoring transaction to the nth anchoring transaction, wherein k is the integer greater than or equal to 1 and less than or equal to n. And when the number determined to be valid among the first receiving anchoring transaction to the kth receiving anchoring transaction satisfies a preset value, at least one valid one of the first receiving anchoring transaction to the kth receiving anchoring transaction is selected from the second blockchain network. 2 registration to the distributed ledger; Disclosed is a method.

일례로서, 상기 (a) 단계 이전에, 관리자 노드에 의해 (i) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드 각각에 대응되는 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보가 상기 제2 블록체인 네트워크의 상기 제2 분산원장에 등록되며, (ii) 상기 멀티 시그 스마트 컨트랙트가 상기 제2 블록체인 네트워크의 상기 제2 분산원장에 등록되고, (iii) 상기 제2 분산원장 상에서의 상기 멀티 시그 스마트 컨트랙트의 등록 위치를 나타내는 멀티 시그 스마트 컨트랙트 주소가 상기 제1 블록체인 네트워크의 상기 제1 분산원장에 등록되며, (iv) 상기 멀티 시그 스마트 컨트랙트의 관련 정보가 상기 제1 블록체인 네트워크의 상기 제1 분산원장에 등록되는 것을 특징으로 하는 방법이 개시된다.As an example, before the step (a), by the manager node (i) the first anchoring node information to the n-th anchoring node information corresponding to each of the first anchoring node to the n-th anchoring node is the second block chain. Registered with the second distributed ledger of the network, (ii) the multi-sig smart contract registered with the second distributed ledger of the second blockchain network, and (iii) the multi-signed smart on the second distributed ledger A multi-sig smart contract address indicating a registration location of the contract is registered in the first distributed ledger of the first blockchain network, and (iv) related information of the multi-sig smart contract is stored in the first blockchain of the first blockchain network. A method is disclosed which is registered with a distributed ledger.

일례로서, 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서를 더 포함하고, 상기 (b) 단계에서, 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드가, 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 상기 제2 블록체인 네트워크에 등록된 상기 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 각각에 포함된 제1 앵커링 노드 인증서 내지 제k 앵커링 노드 인증서 각각이, 상기 제2 분산원장에 등록된 상기 제1 앵커링 노드 정보 내지 상기 제n 앵커링 노드 정보 중 어느 하나에 매칭되는지를 확인하도록 하여 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 하는 방법이 개시된다.As an example, the first anchoring transaction to the n-th anchoring transaction may further include a first anchoring node certificate to an n-th anchoring node certificate, and in step (b), the first anchoring node to the n-th anchoring node. The node transmits the first anchoring transaction to the nth anchoring transaction to the multi-signal smart contract registered in the second blockchain network, thereby causing the multi-signal smart contract to generate the first received anchoring transaction to the first anchoring transaction. Whether each of the first anchoring node certificate and the k-th anchoring node certificate included in each of the k-th received anchoring transaction matches any one of the first anchoring node information and the n-th anchoring node information registered in the second distributed ledger To confirm the first receiving anchoring transaction to the k-th receiving The method to check the validity of the curled transaction is disclosed.

일례로서, 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서, 및 상기 제1 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 제1 앵커링 노드 서명값 내지 상기 제n 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 제n 앵커링 노드 서명값을 더 포함하고, 상기 (b) 단계에서, 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드가, 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 상기 제2 블록체인 네트워크에 등록된 상기 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 제j - 상기 j는 1 이상이며 상기 k 이하인 정수임 - 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 비교 서명값이 상기 제j 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 서명값과 일치하는지를 확인하도록 하여 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 하는 방법이 개시된다.As an example, the first anchoring transaction to the n-th anchoring transaction may each include a first anchoring node certificate to an n-th anchoring node certificate, and a first anchoring node signature value to sign the anchoring data with the first anchoring node certificate. And an n-th anchoring node signature value for signing the anchoring data with the n-th anchoring node certificate, wherein in step (b), the first anchoring node to the n-th anchoring node, respectively, the first anchoring transaction. And transmitting the n-th anchoring transaction to the multi-sig smart contract registered in the second blockchain network, thereby causing the multi-sig smart contract to generate j-th one of the first receiving anchoring transaction and the k-th receiving anchoring transaction. J is an integer greater than or equal to 1 and less than or equal to k-included in a receive anchoring transaction The first receiving anchoring transaction to the k-th receiving anchoring transaction by confirming that the comparison signature value of signing the anchoring data with the j-th anchoring node certificate matches the j-th anchoring node signature value included in the j-th receiving anchoring transaction. A method for verifying the validity of a is disclosed.

일례로서, 상기 앵커링 데이터는, 상기 트리거링 조건에 대응하여 생성된 상기 트랜잭션들을 포함하는 블록체인 블록의 헤더 정보와, 상기 제1 블록체인 네트워크의 네트워크 상태 정보를 해쉬 연산한 해쉬값을 포함하는 방법이 개시된다.For example, the anchoring data may include a header value of a blockchain block including the transactions generated in response to the triggering condition, and a hash value of a hash operation of network state information of the first blockchain network. Is initiated.

일례로서, 상기 네트워크 상태 정보는, 적어도 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드를 포함하는 상기 제1 블록체인 네트워크를 구성하는 상기 노드들의 트랜잭션 처리량, 네트워크 연결 여부 정보 및 권한 정보 중 적어도 하나를 포함하는 방법이 개시된다.For example, the network state information may include at least one of transaction throughput, network connection information, and authority information of the nodes constituting the first blockchain network including at least the first anchoring node to the nth anchoring node. Disclosed is a method.

일례로서, 상기 앵커링 데이터는, 상기 트리거링 조건에 대응하여 생성된 상기 트랜잭션들과 상기 트랜잭션들의 처리 결과들을 리프 노드들로 하며, 상기 트랜잭션들과 이에 대응되는 상기 처리 결과들 각각을 형제 노드로 하여 머클 트리 연산한 루트 해쉬값 또는 상기 루트 해쉬값을 가공한 값을 포함하는 방법이 개시된다.As an example, the anchoring data may be leaf nodes including the transactions generated in response to the triggering condition and the processing results of the transactions, and each of the transactions and the processing results corresponding thereto as a sibling node. A method including a root hash value obtained by tree operation or a value obtained by processing the root hash value is disclosed.

본 발명의 다른 태양에 따르면, 다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 블록체인 네트워크에 있어서, 상기 블록체인 네트워크를 구성하는 노드들 중 앵커링을 수행하는 제1 앵커링 노드 내지 제n - 상기 n은 2 이상의 정수임 - 앵커링 노드; 및 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드를 포함하는 상기 노드들의 동작에 의해 트랜잭션들이 등록되는 분산 원장을 포함하되, 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드는, 상기 블록체인 네트워크를 구성하는 상기 노드들에 의해 상기 트랜잭션들이 상기 블록체인 네트워크의 상기 분산 원장에 등록되는 상태에서, 앵커링을 위한 트리거링 조건이 만족되면, (1) (i) 각각 상기 트랜잭션들에 대응되는 앵커링 데이터를 생성하고, 적어도 상기 앵커링 데이터를 포함하는 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션을 생성하거나, (ii) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드 중 적어도 하나의 앵커링 노드에 의해 상기 앵커링 데이터가 생성되어 다른 노드들로 전송되면, 각각 적어도 상기 앵커링 데이터를 포함하는 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 생성하는 프로세스 및 (2) 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 타 블록체인 네트워크에 등록된 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션 중 수신되는 제1 수신 앵커링 트랜잭션 내지 제k - 상기 k는 1 이상이며 상기 n 이하인 정수임 - 수신 앵커링 트랜잭션 각각의 유효성을 확인하도록 하며, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 유효한 것으로 확인되는 개수가 기설정된 값을 만족하면 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 유효한 적어도 하나를 상기 타 블록체인 네트워크의 타 분산원장에 등록하도록 하는 블록체인 네트워크가 개시된다.According to another aspect of the present invention, in a blockchain network for ensuring reliability and stability of data anchoring between blockchain networks through multiple signatures, a first anchoring node performing anchoring among the nodes constituting the blockchain network N to n, where n is an integer of 2 or more; And a distributed ledger in which transactions are registered by operations of the nodes including the first anchoring node to the nth anchoring node, wherein the first anchoring node to the nth anchoring node comprise the blockchain network. In the state where the transactions are registered in the distributed ledger of the blockchain network by the nodes, if the triggering condition for anchoring is satisfied, (1) (i) generate anchoring data corresponding to each of the transactions, and Generating a first anchoring transaction to an n-th anchoring transaction including at least the anchoring data, or (ii) the anchoring data is generated by at least one anchoring node of the first anchoring node to the n-th anchoring node to generate another; The first anchor, when transmitted to nodes, each including at least the anchoring data A process of generating a currying transaction to the n-th anchoring transaction, and (2) transmitting the first anchoring transaction to the n-th anchoring transaction to a multi-sig smart contract registered to another blockchain network, respectively. Allow a first receiving anchoring transaction received from the first anchoring transaction to the nth anchoring transaction to k, wherein k is an integer greater than or equal to 1 and less than n-to verify the validity of each of the receiving anchoring transactions; If at least one of the anchoring transaction and the k-th receiving anchoring transaction is determined to satisfy a preset value, at least one of the first receiving anchoring transaction and the k-th receiving anchoring transaction is valid to another distributed ledger of the other blockchain network. Register The block chain that a network is disclosed.

일례로서, 상기 (1) 프로세스 이전에, 관리자 노드에 의해 (i) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드 각각에 대응되는 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보가 상기 타 블록체인 네트워크의 상기 타 분산원장에 등록되며, (ii) 상기 멀티 시그 스마트 컨트랙트가 상기 타 블록체인 네트워크의 상기 타 분산원장에 등록되고, (iii) 상기 타 분산원장 상에서의 상기 멀티 시그 스마트 컨트랙트의 등록 위치를 나타내는 멀티 시그 스마트 컨트랙트 주소가 상기 블록체인 네트워크의 상기 분산원장에 등록되며, (iv) 상기 멀티 시그 스마트 컨트랙트의 관련 정보가 상기 블록체인 네트워크의 상기 분산원장에 등록되는 것을 특징으로 하는 블록체인 네트워크가 개시된다.As an example, prior to the (1) process, by the manager node, (i) the first anchoring node information to the nth anchoring node information corresponding to each of the first anchoring node to the nth anchoring node are stored in the other blockchain network. Registered in the other distributed ledger of (ii) the multi-sig smart contract is registered in the other distributed ledger of the other blockchain network, and (iii) registers the registered location of the multi-sig smart contract on the other distributed ledger. A block chain network, wherein the multi-sig smart contract address is registered in the distributed ledger of the blockchain network, and (iv) the relevant information of the multi-sign smart contract is registered in the distributed ledger of the blockchain network. Is initiated.

일례로서, 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서를 더 포함하고, 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드는, 상기 (2) 프로세스에서, 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 상기 타 블록체인 네트워크에 등록된 상기 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 각각에 포함된 제1 앵커링 노드 인증서 내지 제k 앵커링 노드 인증서 각각이, 상기 타 분산원장에 등록된 상기 제1 앵커링 노드 정보 내지 상기 제n 앵커링 노드 정보 중 어느 하나에 매칭되는지를 확인하도록 하여 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 하는 것을 특징으로 하는 블록체인 네트워크가 개시된다.As an example, the first anchoring transaction to the n-th anchoring transaction may further include a first anchoring node certificate to an n-th anchoring node certificate, and the first anchoring node to the n-th anchoring node may be the (2) In the process, by sending the first anchoring transaction to the n-th anchoring transaction to the multi-sig smart contract registered in the other blockchain network, respectively, the multi-sig smart contract, the first receiving anchoring transaction to the first confirm whether each of the first anchoring node certificate and the k-th anchoring node certificate included in each of the k-th received anchoring transactions matches any one of the first anchoring node information and the n-th anchoring node information registered in the other distributed ledger. The first receiving anchoring transaction to the kth number The block chain network, characterized in that to determine the effectiveness of the anchoring transaction is disclosed.

일례로서, 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서, 및 상기 제1 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 제1 앵커링 노드 서명값 내지 상기 제n 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 제n 앵커링 노드 서명값을 더 포함하고, 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드는, 상기 (2) 프로세스에서, 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 상기 타 블록체인 네트워크에 등록된 상기 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 제j - 상기 j는 1 이상이며 상기 k 이하인 정수임 - 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 비교 서명값이 상기 제j 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 서명값과 일치하는지를 확인하도록 하여 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 하는 것을 특징으로 하는 블록체인 네트워크가 개시된다.As an example, the first anchoring transaction to the n-th anchoring transaction may each include a first anchoring node certificate to an n-th anchoring node certificate, and a first anchoring node signature value to sign the anchoring data with the first anchoring node certificate. And an n-th anchoring node signature value that signed the anchoring data with the n-th anchoring node certificate, wherein the first anchoring node to the n-th anchoring node, in the process (2), each of the first anchoring transaction. And transmitting the n-th anchoring transaction to the multi-sig smart contract registered in the other blockchain network, thereby causing the multi-sig smart contract to generate the j-th of the first receiving anchoring transaction to the k-th receiving anchoring transaction. j is an integer greater than or equal to 1 and less than or equal to k-included in the receiving anchoring transaction The first receiving anchoring transaction to the k-th receiving anchoring by confirming that the comparison signature value of signing the anchoring data with the j-th anchoring node certificate coincides with the j-th anchoring node signature value included in the j-th receiving anchoring transaction. A blockchain network is disclosed that allows for validating a transaction.

일례로서, 상기 앵커링 데이터는, 상기 트리거링 조건에 대응하여 생성된 상기 트랜잭션들을 포함하는 블록체인 블록의 헤더 정보와, 상기 블록체인 네트워크의 네트워크 상태 정보를 해쉬 연산한 해쉬값을 포함하는 것을 특징으로 하는 블록체인 네트워크가 개시된다.For example, the anchoring data may include header information of a blockchain block including the transactions generated in response to the triggering condition, and a hash value of a hash operation of network state information of the blockchain network. The blockchain network is disclosed.

일례로서, 상기 네트워크 상태 정보는, 적어도 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드를 포함하는 상기 블록체인 네트워크를 구성하는 상기 노드들의 트랜잭션 처리량, 네트워크 연결 여부 정보 및 권한 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 블록체인 네트워크가 개시된다.As an example, the network state information includes at least one of transaction throughput, network connection information, and authorization information of the nodes constituting the blockchain network including at least the first anchoring node to the nth anchoring node. A blockchain network is disclosed.

일례로서, 상기 앵커링 데이터는, 상기 트리거링 조건에 대응하여 생성된 상기 트랜잭션들과 상기 트랜잭션들의 처리 결과들을 리프 노드들로 하며, 상기 트랜잭션들과 이에 대응되는 상기 처리 결과들 각각을 형제 노드로 하여 머클 트리 연산한 루트 해쉬값 또는 상기 루트 해쉬값을 가공한 값을 포함하는 것을 특징으로 하는 블록체인 네트워크가 개시된다.As an example, the anchoring data may be leaf nodes including the transactions generated in response to the triggering condition and the processing results of the transactions, and each of the transactions and the processing results corresponding thereto as a sibling node. A blockchain network is disclosed that includes a tree hash root value or a value obtained by processing the root hash value.

본 발명에 의하면, 다음과 같은 효과가 있다.According to the present invention, the following effects are obtained.

본 발명은, 다수의 노드의 합의에 의해 앵커링이 이루어지도록 함으로써, 잘못된 데이터가 포함된 앵커링 트랜잭션이 분산원장에 등록되지 않도록 하는 효과가 있다.According to the present invention, anchoring is performed by consensus of a plurality of nodes, thereby preventing an anchoring transaction containing wrong data from being registered in the distributed ledger.

또한, 본 발명은, 다수의 노드가 앵커링 트랜잭션을 전송함으로써, 단일 고장점 문제를 해결하는 효과가 있다.In addition, the present invention has the effect of solving a single point of failure problem by multiple nodes sending an anchoring transaction.

도 1은 본 발명의 일 실시예에 따른 다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 블록체인 네트워크의 전체적인 구성을 개략적으로 도시한 것이고,
도 2는 본 발명의 일 실시예에 따른 다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 블록체인 네트워크에 있어서 개별 노드의 구성을 개략적으로 도시한 것이고,
도 3은 본 발명의 일 실시예에 따른 다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 방법에 있어서 멀티 시그 스마트 컨트랙트 및 이에 대응되는 정보들을 등록하는 과정을 개략적으로 도시한 것이고,
도 4는 본 발명의 일 실시예에 따른 다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 방법에 있어서 제1 블록체인 네트워크에서 생성된 앵커링 트랜잭션을 제2 블록체인 네트워크에 등록되는 과정을 개략적으로 도시한 것이다.
FIG. 1 schematically illustrates the overall configuration of a blockchain network to ensure reliability and stability of data anchoring between blockchain networks through multiple signatures according to an embodiment of the present invention.
FIG. 2 schematically illustrates the configuration of individual nodes in a blockchain network to ensure reliability and stability of data anchoring between blockchain networks through multiple signatures according to an embodiment of the present invention.
FIG. 3 schematically illustrates a process of registering a multi-sig smart contract and corresponding information in a method for securing reliability and stability of data anchoring between blockchain networks through multiple signatures according to an embodiment of the present invention. Will,
4 is a diagram illustrating an anchoring transaction generated in a first blockchain network in a second blockchain network in a method for securing reliability and stability of data anchoring between blockchain networks through multiple signatures according to an embodiment of the present invention. The process is shown schematically.

후술하는 본 발명에 대한 상세한 설명은, 본 발명이 실시될 수 있는 특정 실시예를 예시로서 도시하는 첨부 도면을 참조한다. 이들 실시예는 당업자가 본 발명을 실시할 수 있기에 충분하도록 상세히 설명된다. 본 발명의 다양한 실시예는 서로 다르지만 상호 배타적일 필요는 없음이 이해되어야 한다. 예를 들어, 여기에 기재되어 있는 특정 형상, 구조 및 특성은 일 실시예에 관련하여 본 발명의 정신 및 범위를 벗어나지 않으면서 다른 실시예로 구현될 수 있다. 또한, 각각의 개시된 실시예 내의 개별 구성요소의 위치 또는 배치는 본 발명의 정신 및 범위를 벗어나지 않으면서 변경될 수 있음이 이해되어야 한다. 따라서, 후술하는 상세한 설명은 한정적인 의미로서 취하려는 것이 아니며, 본 발명의 범위는, 적절하게 설명된다면, 그 청구항들이 주장하는 것과 균등한 모든 범위와 더불어 첨부된 청구항에 의해서만 한정된다. 도면에서 유사한 참조부호는 여러 측면에 걸쳐서 동일하거나 유사한 기능을 지칭한다.DETAILED DESCRIPTION OF THE INVENTION The following detailed description of the invention refers to the accompanying drawings that show, by way of illustration, specific embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention. It is to be understood that the various embodiments of the invention are different but need not be mutually exclusive. For example, certain shapes, structures, and characteristics described herein may be embodied in other embodiments without departing from the spirit and scope of the invention with respect to one embodiment. In addition, it is to be understood that the location or arrangement of individual components within each disclosed embodiment may be changed without departing from the spirit and scope of the invention. The following detailed description, therefore, is not to be taken in a limiting sense, and the scope of the present invention is defined only by the appended claims, along with the full scope of equivalents to which such claims are entitled. Like reference numerals in the drawings refer to the same or similar functions throughout the several aspects.

이하, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 본 발명을 용이하게 실시할 수 있도록 하기 위하여, 본 발명의 바람직한 실시예들에 관하여 첨부된 도면을 참조하여 상세히 설명하기로 한다. 본 발명의 방법이 컴퓨터 하드웨어 및 소프트웨어의 조합을 활용하여 구현될 것이라는 점은 통상의 기술자가 용이하게 이해할 수 있을 것이다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art can easily implement the present invention. It will be readily apparent to one skilled in the art that the method of the present invention will be implemented utilizing a combination of computer hardware and software.

도 1은 본 발명의 일 실시예에 따른 다중 서명을 통해 블록체인 네트워크간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 블록체인 네트워크의 전체적인 구성을 개략적으로 도시한 것으로, 도 1을 참조하면, 제1 블록체인 네트워크(100)와 제2 블록체인 네트워크(200)를 포함할 수 있다.FIG. 1 schematically illustrates the overall configuration of a blockchain network for securing reliability and stability of data anchoring between blockchain networks through multiple signatures according to an embodiment of the present invention. Referring to FIG. It may include a blockchain network 100 and a second blockchain network 200.

먼저, 제1 블록체인 네트워크(100)는 적어도 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)를 포함하는 다수의 노드들(100-1 내지 100-p)을 포함하며, 노드들(100-1 내지 100-n)의 분산 합의에 의해 트랜잭션들을 제1 분산 원장에 등록할 수 있다. 이때, n과 p는 2 이상의 정수일 수 있으며, p는 n 이상 정수일 수 있다.First, the first blockchain network 100 includes a plurality of nodes 100-1 to 100-p including at least first anchoring nodes 100-1 to n-th anchoring nodes 100-n. The transactions may be registered in the first distributed ledger by a distributed agreement of the nodes 100-1 through 100-n. In this case, n and p may be an integer of 2 or more, and p may be an integer of n or more.

그리고, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)는 노드들(100-1 내지 100-p)의 분산 합의에 의해 트랜잭션들이 제1 분산 원장에 등록되는 상태에서, 앵커링을 위한 트리거링 조건이 만족되면, 앵커링 데이터를 생성하고, 앵커링 데이터를 제2 블록체인 네트워크(200)로 전송하여 제2 블록체인 네트워크(200)에 등록된 멀티 시그 스마트 컨트랙트(210)로 하여금 앵커링 데이터를 제2 분산 원장에 등록하도록 할 수 있다.The first anchoring node 100-1 to the n-th anchoring node 100-n is in a state in which transactions are registered in the first distributed ledger by a distributed agreement of the nodes 100-1 to 100 -p. When the triggering condition for anchoring is satisfied, the anchoring data is generated, the anchoring data is transmitted to the second blockchain network 200, and the multi-signal smart contract 210 registered in the second blockchain network 200 is anchored. The data can be registered in the second distributed ledger.

한편, 도 2를 참조하면, 제1 블록체인 네트워크(100)의 노드들(100-1 내지 100-p)은 각각, 적어도 메모리(10) 및 프로세서(12)를 포함하는 컴퓨팅 장치(10)일 수 있다.Meanwhile, referring to FIG. 2, the nodes 100-1 through 100-p of the first blockchain network 100 are each a computing device 10 including at least a memory 10 and a processor 12. Can be.

이때, 컴퓨팅 장치(10)의 메모리(11)는 인스트럭션들을 저장할 수 있는데, 구체적으로, 인스트럭션들은 제1 블록체인 네트워크(100)의 노드들(100-1 내지 100-p)로 하여금 특정의 방식으로 기능하도록 하기 위한 컴퓨터 소프트웨어로서, 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비를 지향할 수 있는 컴퓨터 이용 가능 또는 컴퓨터 판독 가능 메모리에 저장될 수 있다. 인스트럭션들은 도면에 도시된 기능들을 실행하기 위한 프로세스들을 수행하는 것도 가능하다.In this case, the memory 11 of the computing device 10 may store instructions, specifically, the instructions may cause the nodes 100-1 to 100-p of the first blockchain network 100 to operate in a particular manner. As computer software for functioning, it can be stored in a computer usable or computer readable memory that can be directed to a computer or other programmable data processing equipment. The instructions are also capable of performing processes for performing the functions shown in the figures.

또한, 컴퓨팅 장치(10)의 프로세서(12)는 MPU(Micro Processing Unit) 또는 CPU(Central Processing Unit), 캐쉬 메모리(Cache Memory), 데이터 버스(Data Bus) 등의 하드웨어 구성을 포함할 수 있다. 또한, 운영체제, 특정 목적을 수행하는 애플리케이션의 소프트웨어 구성을 더 포함할 수도 있다.In addition, the processor 12 of the computing device 10 may include a hardware configuration such as a micro processing unit (MPU) or a central processing unit (CPU), a cache memory, a data bus, and the like. In addition, the operating system may further include a software configuration of an application performing a specific purpose.

다음으로, 제2 블록체인 네트워크(200)는 다수의 노드들(200-1 내지 200-m)로 구성될 수 있으며, 노드들(200-1 내지 200-m)의 분산 합의에 의해 멀티 시그 스마트 컨트랙트(210) 및 다른 트랜잭션들을 제2 분산 원장에 등록할 수 있다. 이때, m은 1 이상의 정수일 수 있다.Next, the second blockchain network 200 may be composed of a plurality of nodes 200-1 to 200-m, and multi-sig smart by the distributed agreement of the nodes 200-1 to 200-m. The contract 210 and other transactions may be registered with the second distributed ledger. In this case, m may be an integer of 1 or more.

그리고, 멀티 시그 스마트 컨트랙트(210)는 제1 블록체인 네트워크(100)의 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)로부터 전송되는 앵커링 트랜잭션들이 기설정된 조건에 매칭되면 제1 블록체인 네트워크(100)의 트랜잭션들에 대응되는 앵커링 데이터를 제2 블록체인 네트워크(200)의 제2 분산 원장에 등록할 수 있다.In addition, the multi-signal smart contract 210 may determine that anchoring transactions transmitted from the first anchoring node 100-1 to the n-th anchoring node 100-n of the first blockchain network 100 match a predetermined condition. The anchoring data corresponding to the transactions of the first blockchain network 100 may be registered in the second distributed ledger of the second blockchain network 200.

한편, 제2 블록체인 네트워크(200)의 노드들(200-1 내지 200-m)은 각각, 적어도 메모리 및 프로세서를 포함하는 컴퓨팅 장치일 수 있다.Meanwhile, the nodes 200-1 to 200-m of the second blockchain network 200 may each be a computing device including at least a memory and a processor.

이때, 컴퓨팅 장치의 메모리는 인스트럭션들을 저장할 수 있는데, 구체적으로, 인스트럭션들은 제2 블록체인 네트워크(200)의 노드들(200-1 내지 200-m)로 하여금 특정의 방식으로 기능하도록 하기 위한 컴퓨터 소프트웨어로서, 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비를 지향할 수 있는 컴퓨터 이용 가능 또는 컴퓨터 판독 가능 메모리에 저장될 수 있다.At this time, the memory of the computing device may store instructions, specifically, the instructions are computer software for causing the nodes 200-1 to 200-m of the second blockchain network 200 to function in a particular manner. And can be stored in a computer usable or computer readable memory that can be directed to a computer or other programmable data processing equipment.

또한, 컴퓨팅 장치의 프로세서는 MPU(Micro Processing Unit) 또는 CPU(Central Processing Unit), 캐쉬 메모리(Cache Memory), 데이터 버스(Data Bus) 등의 하드웨어 구성을 포함할 수 있다. 또한, 운영체제, 특정 목적을 수행하는 애플리케이션의 소프트웨어 구성을 더 포함할 수도 있다.In addition, the processor of the computing device may include a hardware configuration such as a micro processing unit (MPU) or a central processing unit (CPU), a cache memory, a data bus, and the like. In addition, the operating system may further include a software configuration of an application performing a specific purpose.

참고로, 도 1은 제1 블록체인 네트워크(100)의 노드들(100-1 내지 100-p) 및 제2 블록체인 네트워크(200)의 노드들(200-1 내지 200-m)을 각각 6개씩 도시하고 있으나, 이에 한정되는 것은 아니다. 동일한 참조 부호를 이용하여 나타낸 것은 설명의 편의를 위한 것일 뿐, 이들 개별 장치들이 동일하다는 의미로 의도된 것은 아니다.For reference, FIG. 1 shows nodes 100-1 to 100-p of the first blockchain network 100 and nodes 200-1 to 200-m of the second blockchain network 200, respectively. Although illustrated one by one, it is not limited thereto. The same reference numerals are used for the convenience of description and are not intended to mean that these individual devices are the same.

한편, 제1 블록체인 네트워크(100)는 프라이빗(private) 블록체인 네트워크이고, 제2 블록체인 네트워크(200)는 퍼블릭(public) 블록체인 네트워크일 수 있다. 즉, 프라이빗 블록체인 네트워크인 제1 블록체인 네트워크(100)가 퍼블릭 블록체인 네트워크인 제2 블록체인 네트워크(200)에 데이터를 앵커링 함으로써, 프라이빗 블록체인 네트워크에 등록된 데이터의 위변조를 방지할 수도 있다.Meanwhile, the first blockchain network 100 may be a private blockchain network, and the second blockchain network 200 may be a public blockchain network. That is, the first blockchain network 100, which is a private blockchain network, anchors data to the second blockchain network 200, which is a public blockchain network, thereby preventing forgery and alteration of data registered in the private blockchain network. .

다만, 제1 블록체인 네트워크(100)의 종류가 프라이빗 블록체인 네트워크로 한정되는 것은 아니며, 마찬가지로 제2 블록체인 네트워크(200)도 퍼블릭 블록체인 네트워크로 한정되는 것은 아니다.However, the type of the first blockchain network 100 is not limited to the private blockchain network, and likewise, the second blockchain network 200 is not limited to the public blockchain network.

일례로, 제1 블록체인 네트워크(100) 및 제2 블록체인 네트워크(200) 모두 퍼블릭 블록체인 네트워크일 수 있다.For example, both the first blockchain network 100 and the second blockchain network 200 may be public blockchain networks.

일례로, 제1 블록체인 네트워크(100) 및 제2 블록체인 네트워크(200) 모두 프라이빗 블록체인 네트워크일 수 있다.For example, both the first blockchain network 100 and the second blockchain network 200 may be private blockchain networks.

일례로, 제1 블록체인 네트워크(100)가 퍼블릭 블록체인 네트워크이고, 제2 블록체인 네트워크(200)가 프라이빗 블록체인 네트워크인 경우가 있을 수 있다. 구체적인 예로서, 제2 블록체인 네트워크(200)가 공신력 있는 단체에 의해 구성되는 프라이빗 블록체인 네트워크인 경우, 제1 블록체인 네트워크(100)가 제2 블록체인 네트워크(200)로 데이터를 앵커링함으로써 공신력 있는 해당 단체로부터 일종의 공인을 받는 것으로 볼 수 있다.For example, the first blockchain network 100 may be a public blockchain network, and the second blockchain network 200 may be a private blockchain network. As a specific example, when the second blockchain network 200 is a private blockchain network formed by a publicly trusted entity, the first blockchain network 100 anchors data to the second blockchain network 200 so that public trust is achieved. It can be regarded as receiving some kind of accreditation from the relevant organization.

이와 같은 구조를 가지는 제1 블록체인 네트워크(100)의 노드들(100-1 내지 100-p) 및 제2 블록체인 네트워크(200)의 노드들(200-1 내지 200-m)에 의해 다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 방법을 설명하면 다음과 같다.Multiple signatures by the nodes 100-1 to 100-p of the first blockchain network 100 and the nodes 200-1 to 200-m of the second blockchain network 200 having such a structure The method for securing the reliability and stability of data anchoring between blockchain networks is as follows.

도 3은 본 발명이 이루어지기 위해 멀티 시그 스마트 컨트랙트(210) 및 이에 대응되는 각종 데이터가 제1 블록체인 네트워크(100)의 제1 분산원장 및 제2 블록체인 네트워크(200)의 제2 분산원장에 각각 등록되는 흐름을 개략적으로 도시한 것이다.FIG. 3 illustrates a multi-sig smart contract 210 and various data corresponding to the first distributed ledger of the first blockchain network 100 and the second distributed ledger of the second blockchain network 200. Figures schematically show the flow registered in each.

먼저, 관리자 노드(300)가, 제1 블록체인 네트워크(100)를 구성하는 노드들(100-1 내지 100-p) 중 앵커링을 수행하는 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n) 각각에 대응되는 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보 각각에 대한 등록 요청을 제2 블록체인 네트워크(200)로 전송하면, 제2 블록체인 네트워크(200)를 구성하는 노드들(200-1 내지 200-m) 중 적어도 하나의 노드가 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보 각각을 제2 분산원장에 등록하여 줄 수 있다(S1). 여기서, n은 2 이상의 정수에 해당한다.First, the first anchoring node 100-1 to the n-th anchoring node in which the manager node 300 performs anchoring among the nodes 100-1 to 100-p constituting the first blockchain network 100. When the registration request for each of the first anchoring node information to the nth anchoring node information corresponding to each of the (100-n) is transmitted to the second blockchain network 200, the node constituting the second blockchain network 200 At least one of the nodes 200-1 to 200-m may register each of the first anchoring node information to the nth anchoring node information in the second distributed ledger (S1). N is an integer of 2 or more.

이때, 제1 블록체인 네트워크(100)를 구성하는 노드들(100-1 내지 100-p) 중 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n) 각각에 대응되는 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보 각각은, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n) 각각이, 제2 블록체인 네트워크(200)의 제2 분산원장에 앵커링을 할 수 있는 권한을 가지고 있는지 여부를 나타내는 정보를 포함할 수 있다. 또한, 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보 각각은, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n) 각각에 대응되는 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서를 포함할 수 있다. 이때, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서 각각은, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n) 각각의 퍼블릭 키를 포함할 수 있다..At this time, a first corresponding to each of the first anchoring node 100-1 to the n-th anchoring node 100-n among the nodes 100-1 to 100-p constituting the first blockchain network 100 Each of the anchoring node information to the n-th anchoring node information may include anchoring to the second distributed ledger of the second blockchain network 200 by each of the first anchoring node 100-1 to the n-th anchoring node 100-n. It may include information indicating whether the user has permission to do so. Each of the first anchoring node information to the n-th anchoring node information may include a first anchoring node certificate and an n-th anchoring node certificate corresponding to each of the first anchoring node 100-1 to the n-th anchoring node 100-n. It may include. In this case, each of the first anchoring node certificate to the n-th anchoring node certificate may include a public key of each of the first anchoring node 100-1 to the n-th anchoring node 100-n.

그리고, 관리자 노드(300)가, 멀티 시그 스마트 컨트랙트(210)에 대한 등록 요청을 제2 블록체인 네트워크(200)로 전송하면, 제2 블록체인 네트워크(200)를 구성하는 노드들(200-1 내지 200-m) 중 적어도 하나의 노드가 멀티 시그 스마트 컨트랙트(210)를 제2 분산원장에 등록하여 줄 수 있다(S2). 이후, 관리자 노드(300)는, 제2 블록체인 네트워크(200)로부터 제2 분산 원장 상에서 멀티 시그 멀티 스마트 컨트랙트가 등록된 위치를 나타내는 멀티 시그 스마트 컨트랙트 주소를 획득할 수 있다.When the manager node 300 transmits a registration request for the multi-sig smart contract 210 to the second blockchain network 200, the nodes 200-1 constituting the second blockchain network 200. To 200-m) at least one node may register the multi-signal smart contract 210 with the second distributed ledger (S2). Thereafter, the manager node 300 may obtain a multi-sign smart contract address indicating a location where the multi-sign multi smart contract is registered on the second distributed ledger from the second blockchain network 200.

이때, 멀티 시그 스마트 컨트랙트(210)는, 임의의 트랜잭션을 생성하기 위하여 하나의 서명을 필요로 하는 것과는 달리, 특정 트랜잭션을 생성하기 위하여 다중 서명이 필요하도록 설정된 스마트 컨트랙트일 수 있다. 즉, 멀티 시그 스마트 컨트랙트(210)는, 다중 서명을 조건으로 하는 스마트 컨트랙트로서, 제2 블록체인 네트워크(200)의 제2 분산원장에 등록될 수 있다.In this case, the multi-sign smart contract 210 may be a smart contract configured to require multiple signatures to generate a specific transaction, unlike to require one signature to generate an arbitrary transaction. That is, the multi-sign smart contract 210 may be registered in the second distributed ledger of the second blockchain network 200 as a smart contract subject to multiple signatures.

그리고, 관리자 노드(300)가, 제2 분산원장에 등록된 멀티 시그 스마트 컨트랙트(210)가 제2 블록체인 네트워크(200)의 제2 분산원장 어디에 등록되었는지 그 위치를 나타내는 멀티 시그 스마트 컨트랙트 주소를 제1 블록체인 네트워크(100), 바람직하게는, 제1 블록체인 네트워크(100)의 제1 앵커링 노드 내지 제n 앵커링 노드로 전송하여 준다(S3). 이때, 관리자 노드(300)는 멀티 시그 컨트랙트 주소와 더불어 멀티 시그 컨택랙트 관련 정보를 더 전송하여 줄 수 있다(S4). 이때, 멀티 시그 컨트랙트 관련 정보는 트랜잭션 등록에 사용되는 제2 블록체인 네트워크(200) 암호화폐에 대응되는 소유 자산 정보를 포함할 수 있다.In addition, the manager node 300 receives a multi-sig smart contract address indicating a location where the multi-sig smart contract 210 registered in the second distributed ledger is registered in the second distributed ledger of the second blockchain network 200. The first blockchain network 100 is transmitted to the first anchoring node to the nth anchoring node of the first blockchain network 100 (S3). In this case, the manager node 300 may further transmit multi-sign contact information together with the multi-sign contract address (S4). In this case, the multi-sign contract related information may include proprietary asset information corresponding to the second blockchain network 200 cryptocurrency used for transaction registration.

상기에서와 같이, 제2 블록체인 네트워크(200)의 제2 분산 원장에 제1 블록체인 네트워크(100)의 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보, 및 멀티 시그 스마트 컨트랙트(210)가 등록되고, 제1 블록체인 네트워크(100)의 제1 앵커링 노드 내지 제n 앵커링 노드가 멀티 시그 스마트 컨트랙트 주소 및 멀티 시그 스마트 컨트랙트의 관련 정보를 획득한 상태에서 데이터 앵커링이 이루어지는 과정을 도 4를 참조하여 설명하면 아래와 같다.As described above, the first anchoring node information to the nth anchoring node information of the first blockchain network 100 and the multi-signal smart contract 210 are registered in the second distributed ledger of the second blockchain network 200. The data anchoring process is performed in a state in which the first to n-th anchoring nodes of the first blockchain network 100 obtain the multi-sig smart contract address and the related information of the multi-sig smart contract with reference to FIG. 4. The explanation is as follows.

먼저, 제1 블록체인 네트워크를 구성하는 노드들(100-1 내지 100-p)에 의해 트랜잭션들이 제1 블록체인 네트워크의 제1 분산 원장에 등록되는 상태에서, 앵커링을 위한 트리거링 조건이 만족되면(S5), 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)는, 각각 트랜잭션들에 대응되는 앵커링 데이터를 생성하고, 적어도 앵커링 데이터를 포함하는 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션을 생성한다.First, in a state where transactions are registered in the first distributed ledger of the first blockchain network by the nodes 100-1 to 100-p constituting the first blockchain network, when a triggering condition for anchoring is satisfied ( S5), the first anchoring node 100-1 to the n-th anchoring node 100-n respectively generate anchoring data corresponding to the transactions, and each of the first anchoring transaction to n-th anchoring includes at least anchoring data. Create a transaction.

이때, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)가 각각 앵커링 데이터를 생성하는 것과는 달리, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n) 중 어느 하나의 앵커링 노드가 트랜잭션들에 대응되는 앵커링 데이터를 생성하고, 생성된 앵커링 데이터를 다른 앵커링 노드들로 전송하여 줌으로써, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)가, 각각 적어도 앵커링 데이터를 포함하는 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션을 생성할 수 있다.At this time, unlike the first anchoring node 100-1 to the n-th anchoring node 100-n respectively generating anchoring data, the first anchoring node 100-1 to the n-th anchoring node 100-n is different. Any one of the anchoring nodes generates anchoring data corresponding to the transactions, and transmits the generated anchoring data to the other anchoring nodes, whereby the first anchoring node 100-1 to the n-th anchoring node 100-n ) May generate a first anchoring transaction to an nth anchoring transaction, each including at least anchoring data.

한편, 트리거링 조건은 소정의 개수만큼 트랜잭션이 생성되는 조건, 소정 시간이 경과되는 조건, 제1 블록체인 네트워크에서 블록체인 블록이 생성되는 조건, 및 서비스 특성에 대한 조건 중 적어도 하나를 포함할 수 있다.The triggering condition may include at least one of a condition in which a transaction is generated by a predetermined number, a condition in which a predetermined time elapses, a condition in which a block chain block is generated in the first blockchain network, and a condition for a service characteristic. .

그리고, 앵커링 데이터는 블록체인 블록의 헤더 정보와, 제1 블록체인 네트워크의 네트워크 상태 정보를 해쉬 연산한 해쉬값을 포함할 수 있다.The anchoring data may include a header value of the blockchain block and a hash value of a hash operation of network state information of the first blockchain network.

일례로, 블록체인 블록의 헤더 정보는 트리거링 조건에 대응하여 생성된 트랜잭션 정보들을 포함하며, 이러한 블록체인 블록의 헤더 정보에는 블록에 관한 정보, 트랜잭션의 내역 개수 등이 포함될 수 있다. 또한, 제1 블록체인 네트워크의 특성에 대응되는 정보가 포함될 수 있다. 만약, 제1 블록체인 네트워크가 하이퍼레저 패브릭인 경우, 블록의 헤더 정보에는 오더러(Orderer), 피어(Peer)에 관한 정보가 포함될 수 있다.For example, the header information of the blockchain block includes transaction information generated in response to the triggering condition, and the header information of the blockchain block may include information about the block and the number of details of a transaction. In addition, information corresponding to characteristics of the first blockchain network may be included. If the first blockchain network is a hyperleisure fabric, header information of the block may include information on an orderer and a peer.

또한, 네트워크 상태 정보는, 적어도 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)를 포함하는 제1 블록체인 네트워크를 구성하는 노드들(100-1 내지 100-p)의 트랜잭션 처리량, 네트워크 연결 여부 정보 및 권한 정보 중 적어도 하나를 포함할 수 있다. 가령, 네트워크 상태 정보에는, 제1 블록체인 네트워크 각 노드들이 현재 얼마나 많은 거래를 처리하고 있는지에 관한 정보가 포함될 수 있다.In addition, the network state information may include information about the nodes 100-1 to 100-p constituting the first blockchain network including at least the first anchoring node 100-1 to the nth anchoring node 100-n. It may include at least one of transaction throughput, network connection information and authorization information. For example, the network state information may include information about how many transactions each node of the first blockchain network is currently processing.

일례로, 노드에는 Peer, Orderer, Endorser가 있다고 할 때, 이들 노드는 Organization에 속할 수 있다. 즉, Organization A에는 Peer 1, Peer 2가 속하고, Organization B에는 Peer 3, Peer 4가 속하고 Orderer Organization에는 Orderer 1, Orderer 2, Orderer 3이 속할 수 있다.For example, if a node has a peer, an orderer, and an endorser, these nodes may belong to an organization. In other words, Peer 1 and Peer 2 belong to Organization A, Peer 3 and Peer 4 belong to Organization B, and Orderer 1, Orderer 2, and Orderer 3 may belong to Orderer Organization.

또한, 같은 채널에 속한 노드끼리만 블록체인 내용을 공유하고 실행할 수 있고, 각 노드별로 설치된 스마트 컨트랙트 상태도 다를 수 있다. 즉, 채널 a에는 Peer 2, Peer 3가 속하고, 채널 b에는 Peer 4, Peer 2가 속할 수 있다.In addition, only the nodes belonging to the same channel can share and execute the blockchain contents, and the smart contract state installed for each node may be different. That is, Peer 2 and Peer 3 may belong to Channel a, and Peer 4 and Peer 2 may belong to Channel b.

이때 네트워크 상태 데이터는 가령 아래와 같을 수 있다.At this time, the network state data may be as follows.

{{

"organization": {"organization": {

"gameper": ["peer1", "peer2"],"gameper": ["peer1", "peer2"],

"some_company": ["peer3", "peer4"]"some_company": ["peer3", "peer4"]

},},

"leader": {"leader": {

"gameper": ["peer1"],"gameper": ["peer1"],

"some_company": ["peer3"]"some_company": ["peer3"]

},},

"channel": {"channel": {

"channel_a": ["peer1", "peer4"],"channel_a": ["peer1", "peer4"],

"channel_b": ["peer2", "peer3"]"channel_b": ["peer2", "peer3"]

},},

"status": {"status": {

"peer1": "on","peer1": "on",

"peer2": "off","peer2": "off",

"peer3": "on","peer3": "on",

"peer4": "on","peer4": "on",

},},

"installed_smart_contract": {"installed_smart_contract": {

"peer1": ["insurance"],"peer1": ["insurance"],

"peer2": ["cashwalk"],"peer2": ["cashwalk"],

"peer3": ["cashwalk"],"peer3": ["cashwalk"],

"peer4": ["insurance"]"peer4": ["insurance"]

}}

}}

또한, 앵커링 데이터는, 트리거링 조건에 대응하여 생성된 트랜잭션들과 트랜잭션들의 처리 결과들을 리프(leaf) 노드들로 하며, 트랜잭션들과 이에 대응되는 처리 결과들 각각을 형제 노드로 하여 머클 트리 연산한 루트 해쉬값 또는 루트 해쉬값을 가공한 값을 포함할 수 있다.In addition, the anchoring data is a leaf node using transactions generated in response to the triggering condition and the processing results of the transactions as leaf nodes, and a root of the Merkle tree operation using each of the transactions and the processing results corresponding thereto as sibling nodes. The hash value or the root hash value may be processed.

일례로, 홀수 번째 리프는 특정 거래의 성공 또는 실패 여부는 나타내는 값에 대응되도록 하고, 짝수 번째 리프는 특정 거래 내역을 해쉬 연산한 해쉬값에 대응되도록 하며, 홀수 번째 리프와 짝수 번째 리프를 형제 노드로 함으로써, 머클 트리를 통해 특정 거래의 성공/실패 여부까지도 확인할 수 있다. 여기서, 해당 거래의 성공 또는 실패 여부를 나타내는 값에는 0 또는 1이 이용될 수 있으나 이 값들에 한정되는 것은 아니다.For example, an odd numbered leaf corresponds to a value indicating whether a specific transaction succeeds or fails, an even numbered leaf corresponds to a hash value of a hash operation of a specific transaction, and an odd numbered leaf and an even numbered leaf are sibling nodes. By using the Merkle tree, you can check whether a particular transaction succeeds or fails. Here, 0 or 1 may be used as a value indicating whether the corresponding transaction is successful or failed, but is not limited thereto.

다른 예로, 머클 트리의 리프 노드는 거래의 성공 또는 실패 여부에 관계없이 거래 내용 자체만 해쉬 연산하여 해쉬값을 생성하고, 해당 해쉬값을 머클 트리의 리프 데이터로 포함할 수도 있다.As another example, the leaf node of the Merkle tree may generate a hash value by hashing only the transaction content itself regardless of whether the transaction succeeds or fails, and may include the hash value as leaf data of the Merkle tree.

다음으로, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)가, 각각 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션을 제2 블록체인 네트워크로 전송하여 준다(S6, S8, S10).Next, the first anchoring node 100-1 to the n-th anchoring node 100-n transmits the first anchoring transaction to the n-th anchoring transaction to the second blockchain network, respectively (S6, S8, and S10). ).

이때, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)는 각각, 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션의 수신처로 멀티 시그 스마트 컨트랙트 주소를 지정함으로써, 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션이 제2 블록체인 네트워크의 제2 분산 원장에 등록된 멀티 시그 스마트 컨트랙트로 전송되도록 한다.In this case, each of the first anchoring node 100-1 to the n-th anchoring node 100-n designates a multi-signal smart contract address as a destination of the first anchoring transaction to the n-th anchoring transaction, thereby providing the first anchoring transaction or the like. The nth anchoring transaction is transmitted to the multi-sign smart contract registered in the second distributed ledger of the second blockchain network.

그러면, 멀티 시그 스마트 컨트랙트가 실행되며, 그에 따라서, 멀티 시그 스마트 컨트랙트는 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션 중 수신되는 제1 수신 앵커링 트랜잭션 내지 제k 수신 앵커링 트랜잭션 각각의 유효성을 확인하도록 하며(S7, S9, S11), 제1 수신 앵커링 트랜잭션 내지 제k 수신 앵커링 트랜잭션 중 유효한 것으로 확인되는 개수가 기설정된 값을 만족하면(S12) 제1 수신 앵커링 트랜잭션 내지 제k 수신 앵커링 트랜잭션 중 유효한 적어도 하나를 제2 블록체인 네트워크의 제2 분산원장에 등록하도록 할 수 있다(S13). 여기서, k는 1 이상이며 n 이하인 정수에 해당한다.Then, the multi-signal smart contract is executed, and accordingly, the multi-signal smart contract checks the validity of each of the first receiving anchoring transaction and the k-th receiving anchoring transaction received during the first anchoring transaction to the nth anchoring transaction (S7). (S9, S11), when the number of the first receiving anchoring transaction to the k-th receiving anchoring transaction that is determined to be valid satisfies a preset value (S12), at least one valid one of the first receiving anchoring transaction to the k-th receiving anchoring transaction is determined. It is possible to register with the second distributed ledger of the two blockchain network (S13). Here k is an integer greater than or equal to 1 and less than or equal to n.

이때, 앵커링 권한을 가진 앵커링 노드들만 앵커링 트랜잭션을 전송하고 수신한 앵커링 트랜잭션에 대해 유효성을 확인할 수도 있으나, 이에 한정되는 것은 아니며, 앵커링 권한이 없는 노드에게서도 앵커링 트랜잭션을 수신하고 해당 앵커링 트랜잭션에 대해 유효성을 확인할 수도 있을 것이다.In this case, only the anchoring nodes having anchoring authority may transmit the anchoring transaction and check the validity of the received anchoring transaction. However, the present invention is not limited thereto, and the anchoring node receives the anchoring transaction from the node without the anchoring authority and validates the corresponding anchoring transaction. You can also check.

일례로, 제1 블록체인 네트워크를 구성하는 20개의 전체 노드 중에서 15개의 노드가 제2 블록체인 네트워크에 등록된 멀티 시그 스마트 컨트랙트로 각각 앵커링 트랜잭션을 전송할 수 있다. 그리고, 15개의 앵커링 트랜잭션 중에서 실제로 수신되는 앵커링 트랜잭션은 12개일 수 있다. 그리고, 멀티 시그 스마트 컨트랙트가 수신된 앵커링 트랜잭션 각각에 대해 유효성을 확인한 결과, 유효한 것으로 확인된 앵커링 트랜잭션은 0개일 수 있다. 이와 같은 경우, 수신된 앵커링 트랜잭션들 중에서 어떤 앵커링 트랜잭션도 제2 블록체인 네트워크(200)의 제2 분산원장에 등록되지 않을 수 있다.For example, 15 nodes among 20 total nodes constituting the first blockchain network may transmit anchoring transactions to multi-sig smart contracts registered in the second blockchain network. And, among the 15 anchoring transactions, there may be 12 anchoring transactions actually received. In addition, as a result of checking the validity of each of the received anchoring transactions by the multi-sign smart contract, there may be zero anchoring transactions that are found to be valid. In this case, none of the received anchoring transactions may be registered in the second distributed ledger of the second blockchain network 200.

여기서, 앵커링 트랜잭션이 유효한 것으로 확인되기 위한 조건에는, 해당 앵커링 트랜잭션이 앵커링 권한을 가진 노드로부터 생성되어 전송되는 조건이 포함될 수 있다.Here, the condition for confirming that the anchoring transaction is valid may include a condition in which the anchoring transaction is generated and transmitted from a node having an anchoring authority.

한편, 제1 블록체인 네트워크의 노드로부터 전송되는 앵커링 트랜잭션의 개수와 멀티 시그 스마트 컨트랙트에 의해 수신되는 앵커링 트랜잭션의 개수는 위와 같이 다를 수 있으나, 이에 한정되는 것은 아니며, 전송되는 개수 및 수신되는 개수는 동일할 수 있다. 앵커링 트랜잭션이 전송되는 개수 및 수신되는 개수가 다른 원인으로는, 제1 블록체인 네트워크 및 제2 블록체인 네트워크간 연결 상태 등이 원인이 될 수 있다.Meanwhile, the number of anchoring transactions transmitted from the node of the first blockchain network and the number of anchoring transactions received by the multi-sig smart contract may be different as described above, but the present invention is not limited thereto. May be the same. The reason why the number of anchoring transactions is different from the number of transmissions of the anchoring transaction may be a connection state between the first blockchain network and the second blockchain network.

다른 예로, 실제로 수신된 앵커링 트랜잭션이 12개이고, 멀티 시그 스마트 컨트랙트가 수신된 앵커링 트랜잭션 각각에 대해 유효성을 확인한 결과, 유효한 것으로 확인된 앵커링 트랜잭션이 3개일 수 있다. 다만, 앵커링이 이루어지기 위해서 만족되어야 하는 기설정된 값이 5인 경우, 유효한 것으로 확인된 앵커링 트랜잭션의 개수가 5개 미만이므로, 멀티 시그 스마트 컨트랙트는 어떤 앵커링 트랜잭션도 제2 블록체인 네트워크의 제2 분산원장에 등록하지 않을 수 있다.As another example, there are actually 12 anchoring transactions received, and the multi-sig smart contract has 3 valid anchoring transactions as a result of validating each of the received anchoring transactions. However, if the predetermined value to be satisfied for the anchoring is 5, the number of anchoring transactions that are found to be valid is less than 5, so the multi-signal smart contract is able to distribute any anchoring transactions to the second distribution of the second blockchain network. May not register with the ledger.

또 다른 예로, 실제로 수신된 앵커링 트랜잭션이 10개이고, 멀티 시그 스마트 컨트랙트가 수신된 앵커링 트랜잭션 각각에 대해 유효성을 확인한 결과, 유효한 것으로 확인된 앵커링 트랜잭션이 9개일 수 있다. 또한, 앵커링을 위해 기설정된 값이 6인 경우, 유효한 것으로 확인된 앵커링 트랜잭션의 개수가 6개 이상이므로, 기설정된 값을 만족하게 된다. 따라서, 제1 노드 내지 제n 노드가, 멀티 시그 스마트 컨트랙트로 하여금, 유효한 것으로 확인된 9개의 앵커링 트랜잭션 중 적어도 하나를 제2 블록체인 네트워크의 제2 분산원장에 등록하도록 할 수 있다.As another example, there may be ten anchoring transactions actually received and nine anchoring transactions that are confirmed to be valid as a result of the multi-sign smart contract being validated for each of the received anchoring transactions. In addition, when the preset value is 6 for anchoring, the number of anchoring transactions that are found to be valid is 6 or more, thereby satisfying the preset value. Accordingly, the first to nth nodes may allow the multi-sign smart contract to register at least one of the nine anchoring transactions that are found to be valid to the second distributed ledger of the second blockchain network.

이때, 앵커링을 위해 기설정된 값은, 유효한 것으로 확인된 앵커링 트랜잭션의 개수일 수 있으나, 이에 한정되는 것은 아니며, 앵커링을 할 수 있는 권한을 가진 노드의 개수에 따라 가변적인 값을 가질 수도 있다. 일례로, 앵커링을 위해 기설정된 값은 제1 블록체인 네트워크를 구성하는 노드들(100-1 내지 100-p) 중에서 앵커링을 할 수 있는 권한을 가진 노드 개수의 2/3 이상에 해당할 것을 요구하는 값일 수 있다.In this case, the preset value for anchoring may be the number of anchoring transactions that are found to be valid, but is not limited thereto and may have a variable value according to the number of nodes having the authority to anchor. For example, the preset value for anchoring is required to correspond to two-thirds or more of the number of nodes 100-1 to 100-p having the authority to anchor in the first blockchain network. It may be a value.

한편, 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서를 더 포함할 수 있다.Meanwhile, each of the first anchoring transaction to the n-th anchoring transaction may further include a first anchoring node certificate to an n-th anchoring node certificate.

이 경우, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)가, 각각 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션을 제2 블록체인 네트워크에 등록된 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 멀티 시그 스마트 컨트랙트로 하여금, 제1 수신 앵커링 트랜잭션 내지 제k 수신 앵커링 트랜잭션 각각에 포함된 제1 앵커링 노드 인증서 내지 제k 앵커링 노드 인증서 각각이, 제2 분산원장에 등록된 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보 중 어느 하나에 매칭되는지를 확인하도록 하여 제1 수신 앵커링 트랜잭션 내지 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 할 수 있다.In this case, the first anchoring node 100-1 to the n-th anchoring node 100-n respectively transmits the first anchoring transaction to the n-th anchoring transaction to the multi-sig smart contract registered in the second blockchain network. The multi-signal smart contract allows each of the first anchoring node certificate and the k-th anchoring node certificate included in each of the first receiving anchoring transaction and the k-th receiving anchoring transaction to each of the first anchoring node information registered in the second distributed ledger. It is possible to confirm which one of the n-th anchoring node information matches, so as to confirm the validity of the first receiving anchoring transaction to the k-th receiving anchoring transaction.

즉, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)가, 멀티 시그 스마트 컨트랙트로 하여금, 수신된 앵커링 트랜잭션 각각에 포함된 각각의 앵커링 노드 인증서와 기존에 제2 블록체인 네트워크의 제2 분산원장에 등록된 앵커링 노드 정보들이 매칭되는지 확인하도록 하여 수신된 앵커링 트랜잭션의 유효성을 확인하도록 할 수 있다.That is, the first anchoring node 100-1 to the n-th anchoring node 100-n allow the multi-signal smart contract to include each anchoring node certificate included in each of the received anchoring transactions and the second block chain. It is possible to confirm whether the anchoring node information registered in the second distributed ledger of the network is matched to confirm the validity of the received anchoring transaction.

한편, 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서, 및 제1 앵커링 노드 인증서로 앵커링 데이터를 서명한 제1 앵커링 노드 서명값 내지 제n 앵커링 노드 인증서로 앵커링 데이터를 서명한 제n 앵커링 노드 서명값을 더 포함할 수 있다.On the other hand, the first anchoring transaction to the n-th anchoring transaction, respectively, the first anchoring node certificate to the n-th anchoring node certificate, and the first anchoring node signature value to the n-th anchoring node certificate that signed the anchoring data with the first anchoring node certificate It may further include an n-th anchoring node signature value that signed the anchoring data.

이 경우, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n)가, 각각 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션을 제2 블록체인 네트워크(200)에 등록된 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 멀티 시그 스마트 컨트랙트로 하여금, 제1 수신 앵커링 트랜잭션 내지 제k 수신 앵커링 트랜잭션 중 제j - j는 1 이상이며 k 이하인 정수임 - 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 인증서로 앵커링 데이터를 서명한 비교 서명값이 제j 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 서명값과 일치하는지를 확인하도록 하여 제1 수신 앵커링 트랜잭션 내지 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 할 수 있다.In this case, the multi-signal smart contract in which the first anchoring node 100-1 to the n-th anchoring node 100-n registers the first anchoring transaction to the n-th anchoring transaction in the second blockchain network 200, respectively. The multi-signal smart contract is sent to the jig. J-th anchoring transaction, wherein j-j is an integer greater than or equal to 1 and less than or equal to k-anchoring data with the j-th anchoring node certificate included in the receiving anchoring transaction. The signed comparison signature value may be checked to match the j-th anchoring node signature value included in the j-th reception anchoring transaction to verify the validity of the first to k-th anchoring transaction.

한편, 제1 앵커링 노드(100-1) 내지 제n 앵커링 노드(100-n) 중 일부 앵커링 노드에는 앵커링 트랜잭션을 멀티 시그 스마트 컨트랙트로 전송하지 못하는 상황이 발생할 수 있다. 이와 같이 특정 노드에 장애 상황이 발생하는 경우, 특정 노드는, 외부 서버로 앵커링 트랜잭션을 전송하여 외부 서버로 하여금 멀티 시그 스마트 컨트랙트로 앵커링 트랜잭션을 전송하도록 할 수 있다.Meanwhile, some anchoring nodes of the first anchoring node 100-1 to the n-th anchoring node 100-n may fail to transmit an anchoring transaction to the multi-sig smart contract. As such, when a failure situation occurs in a specific node, the specific node may transmit the anchoring transaction to the external server so that the external server may transmit the anchoring transaction to the multi-sign smart contract.

이상 설명된 본 발명에 따른 실시예들은 다양한 컴퓨터 구성요소를 통하여 수행될 수 있는 프로그램 명령어의 형태로 구현되어 컴퓨터 판독 가능한 기록 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능한 기록 매체는 프로그램 명령어, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 컴퓨터 판독 가능한 기록 매체에 기록되는 프로그램 명령어는 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 분야의 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능한 기록 매체의 예에는, 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD-ROM, DVD와 같은 광기록 매체, 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 ROM, RAM, 플래시 메모리 등과 같은 프로그램 명령어를 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령어의 예에는, 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드도 포함된다. 상기 하드웨어 장치는 본 발명에 따른 처리를 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.Embodiments according to the present invention described above can be implemented in the form of program instructions that can be executed by various computer components and recorded in a computer-readable recording medium. The computer-readable recording medium may include program instructions, data files, data structures, etc. alone or in combination. Program instructions recorded on the computer-readable recording medium may be those specially designed and configured for the present invention, or may be known and available to those skilled in the computer software arts. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical recording media such as CD-ROMs, DVDs, and magneto-optical media such as floptical disks. media) and hardware devices specifically configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like. The hardware device may be configured to operate as one or more software modules to perform the process according to the invention, and vice versa.

이상에서 본 발명이 구체적인 구성요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나, 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명이 상기 실시예들에 한정되는 것은 아니며, 본 발명이 속하는 기술분야에서 통상적인 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형을 꾀할 수 있다.Although the present invention has been described by specific embodiments, such as specific components and the like, and the drawings, it is provided to help a more general understanding of the present invention, but the present invention is not limited to the above embodiments. For those skilled in the art, various modifications and variations can be made from such a description.

따라서, 본 발명의 사상은 상기 설명된 실시예에 국한되어 정해져서는 아니 되며, 후술하는 특허청구범위뿐만 아니라 이 특허청구범위와 균등하게 또는 등가적으로 변형된 모든 것들은 본 발명의 사상의 범주에 속한다고 할 것이다.Therefore, the spirit of the present invention should not be limited to the embodiments described above, and all of the equivalents or equivalents of the claims, as well as the claims below, are included in the scope of the spirit of the present invention. I will say.

Claims (14)

다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 방법에 있어서,
(a) 제1 블록체인 네트워크를 구성하는 노드들에 의해 트랜잭션들이 상기 제1 블록체인 네트워크의 제1 분산 원장에 등록되는 상태에서, 앵커링을 위한 트리거링 조건이 만족되면, (i) 상기 노드들 중 제1 앵커링 노드 내지 제n - 상기 n은 2 이상의 정수임 - 앵커링 노드가, 각각 상기 트랜잭션들에 대응되는 앵커링 데이터를 생성하고, 적어도 상기 앵커링 데이터를 포함하는 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션을 생성하거나, (ii) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드 중 적어도 하나의 앵커링 노드에 의해 상기 앵커링 데이터가 생성되어 다른 노드들로 전송되면, 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드가, 각각 적어도 상기 앵커링 데이터를 포함하는 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 생성하는 단계; 및
(b) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드가, 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 제2 블록체인 네트워크에 등록된 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션 중 수신되는 제1 수신 앵커링 트랜잭션 내지 제k - 상기 k는 1 이상이며 상기 n 이하인 정수임 - 수신 앵커링 트랜잭션 각각의 유효성을 확인하도록 하며, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 유효한 것으로 확인되는 개수가 기설정된 값을 만족하면 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 유효한 적어도 하나를 상기 제2 블록체인 네트워크의 제2 분산원장에 등록하도록 하는 단계;
를 포함하는 방법.
In the method for ensuring the reliability and stability of data anchoring between blockchain networks through multiple signatures,
(a) When transactions are registered in the first distributed ledger of the first blockchain network by nodes constituting the first blockchain network, if a triggering condition for anchoring is satisfied, (i) one of the nodes First anchoring node to n-th, wherein n is an integer greater than or equal to 2-the anchoring node generates anchoring data corresponding to the transactions, respectively, and generates a first anchoring transaction to an n-th anchoring transaction including at least the anchoring data Or (ii) when the anchoring data is generated by the at least one anchoring node of the first anchoring node to the n-th anchoring node and transmitted to other nodes, the first anchoring node to the n-th anchoring node, Generating the first to nth anchoring transactions, each including at least the anchoring data; ; And
(b) the multi-signal smart contract by transmitting the first anchoring transaction to the n-th anchoring node to a multi-sign smart contract registered in a second blockchain network, respectively. Allow a first receiving anchoring transaction received from the first anchoring transaction to the nth anchoring transaction to k, wherein k is an integer greater than or equal to 1 and less than or equal to n, and confirms validity of each of the receiving anchoring transactions. If the number of the received anchoring transaction to the k-th receiving anchoring transaction that is determined to be valid satisfies a predetermined value, at least one valid one of the first receiving anchoring transaction to the k-th receiving anchoring transaction is determined to be the second of the second blockchain network. Registering with the distributed ledger;
How to include.
제1항에 있어서,
상기 (a) 단계 이전에,
관리자 노드에 의해 (i) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드 각각에 대응되는 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보가 상기 제2 블록체인 네트워크의 상기 제2 분산원장에 등록되며, (ii) 상기 멀티 시그 스마트 컨트랙트가 상기 제2 블록체인 네트워크의 상기 제2 분산원장에 등록되고, (iii) 상기 제2 분산원장 상에서의 상기 멀티 시그 스마트 컨트랙트의 등록 위치를 나타내는 멀티 시그 스마트 컨트랙트 주소가 상기 제1 블록체인 네트워크의 상기 제1 분산원장에 등록되며, (iv) 상기 멀티 시그 스마트 컨트랙트의 관련 정보가 상기 제1 블록체인 네트워크의 상기 제1 분산원장에 등록되는 것을 특징으로 하는 방법.
The method of claim 1,
Before step (a) above,
(I) first anchoring node information to n-th anchoring node information corresponding to each of the first anchoring node to the nth anchoring node are registered by the manager node in the second distributed ledger of the second blockchain network, (ii) the multi-sig smart contract address is registered with the second distributed ledger of the second blockchain network, and (iii) a multi-sig smart contract address indicating a registration location of the multi-sig smart contract on the second distributed ledger. Is registered in the first distributed ledger of the first blockchain network, and (iv) the relevant information of the multi-sign smart contract is registered in the first distributed ledger of the first blockchain network.
제2항에 있어서,
상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서를 더 포함하고,
상기 (b) 단계에서,
상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드가, 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 상기 제2 블록체인 네트워크에 등록된 상기 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 각각에 포함된 제1 앵커링 노드 인증서 내지 제k 앵커링 노드 인증서 각각이, 상기 제2 분산원장에 등록된 상기 제1 앵커링 노드 정보 내지 상기 제n 앵커링 노드 정보 중 어느 하나에 매칭되는지를 확인하도록 하여 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 하는 방법.
The method of claim 2,
The first anchoring transaction to the n-th anchoring transaction further include a first anchoring node certificate to an n-th anchoring node certificate,
In step (b),
The first anchoring node to the n-th anchoring node transmits the first anchoring transaction to the n-th anchoring transaction to the multi-sig smart contract registered to the second blockchain network, respectively. Each of the first anchoring node certificate and the k-th anchoring node certificate included in each of the first receiving anchoring transaction and the k-th receiving anchoring transaction includes the first anchoring node information and the first registration information registered in the second distributed ledger. n Confirming which one of the anchoring node information is matched to verify the validity of the first receiving anchoring transaction to the k-th receiving anchoring transaction.
제1항에 있어서,
상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서, 및 상기 제1 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 제1 앵커링 노드 서명값 내지 상기 제n 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 제n 앵커링 노드 서명값을 더 포함하고,
상기 (b) 단계에서,
상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드가, 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 상기 제2 블록체인 네트워크에 등록된 상기 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 제j - 상기 j는 1 이상이며 상기 k 이하인 정수임 - 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 비교 서명값이 상기 제j 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 서명값과 일치하는지를 확인하도록 하여 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 하는 방법.
The method of claim 1,
Each of the first anchoring transaction to the nth anchoring transaction may include a first anchoring node certificate to an nth anchoring node certificate, and a first anchoring node signature value to the nth anchoring data signed by the first anchoring node certificate. And an n-th anchoring node signature value that signed the anchoring data with an anchoring node certificate.
In step (b),
The first anchoring node to the n-th anchoring node transmits the first anchoring transaction to the n-th anchoring transaction to the multi-sig smart contract registered to the second blockchain network, respectively. A comparison signature of signing the anchoring data with the j-th anchoring node certificate included in the j-th receiving anchoring transaction, wherein j is the integer greater than or equal to 1 and less than k. Verifying a value matches a j-th anchoring node signature value included in the j-th receiving anchoring transaction to validate the first to k-th receiving anchoring transaction.
제1항에 있어서,
상기 앵커링 데이터는, 상기 트리거링 조건에 대응하여 생성된 상기 트랜잭션들을 포함하는 블록체인 블록의 헤더 정보와, 상기 제1 블록체인 네트워크의 네트워크 상태 정보를 해쉬 연산한 해쉬값을 포함하는 방법.
The method of claim 1,
The anchoring data includes a header value of a blockchain block including the transactions generated corresponding to the triggering condition, and a hash value of a hash operation of network state information of the first blockchain network.
제5항에 있어서,
상기 네트워크 상태 정보는, 적어도 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드를 포함하는 상기 제1 블록체인 네트워크를 구성하는 상기 노드들의 트랜잭션 처리량, 네트워크 연결 여부 정보 및 권한 정보 중 적어도 하나를 포함하는 방법.
The method of claim 5,
The network state information includes at least one of transaction throughput, network connection information, and authority information of the nodes constituting the first blockchain network including at least the first anchoring node to the nth anchoring node. .
제1항에 있어서,
상기 앵커링 데이터는, 상기 트리거링 조건에 대응하여 생성된 상기 트랜잭션들과 상기 트랜잭션들의 처리 결과들을 리프 노드들로 하며, 상기 트랜잭션들과 이에 대응되는 상기 처리 결과들 각각을 형제 노드로 하여 머클 트리 연산한 루트 해쉬값 또는 상기 루트 해쉬값을 가공한 값을 포함하는 방법.
The method of claim 1,
The anchoring data includes leaf nodes based on the transactions and the processing results of the transactions generated in response to the triggering condition, and a Merkle tree operation based on each of the transactions and the processing results corresponding thereto as sibling nodes. A root hash value or a value obtained by processing the root hash value.
다중 서명을 통해 블록체인 네트워크 간 데이터 앵커링의 신뢰성 및 안정성을 확보하기 위한 블록체인 네트워크에 있어서,
상기 블록체인 네트워크를 구성하는 노드들 중 앵커링을 수행하는 제1 앵커링 노드 내지 제n - 상기 n은 2 이상의 정수임 - 앵커링 노드; 및
상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드를 포함하는 상기 노드들의 동작에 의해 트랜잭션들이 등록되는 분산 원장을 포함하되,
상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드는,
상기 블록체인 네트워크를 구성하는 상기 노드들에 의해 상기 트랜잭션들이 상기 블록체인 네트워크의 상기 분산 원장에 등록되는 상태에서, 앵커링을 위한 트리거링 조건이 만족되면, (1) (i) 각각 상기 트랜잭션들에 대응되는 앵커링 데이터를 생성하고, 적어도 상기 앵커링 데이터를 포함하는 제1 앵커링 트랜잭션 내지 제n 앵커링 트랜잭션을 생성하거나, (ii) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드 중 적어도 하나의 앵커링 노드에 의해 상기 앵커링 데이터가 생성되어 다른 노드들로 전송되면, 각각 적어도 상기 앵커링 데이터를 포함하는 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 생성하는 프로세스 및 (2) 각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 타 블록체인 네트워크에 등록된 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션 중 수신되는 제1 수신 앵커링 트랜잭션 내지 제k - 상기 k는 1 이상이며 상기 n 이하인 정수임 - 수신 앵커링 트랜잭션 각각의 유효성을 확인하도록 하며, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 유효한 것으로 확인되는 개수가 기설정된 값을 만족하면 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 유효한 적어도 하나를 상기 타 블록체인 네트워크의 타 분산원장에 등록하도록 하는 블록체인 네트워크.
In a blockchain network to secure the reliability and stability of data anchoring between blockchain networks through multiple signatures,
A first anchoring node performing anchoring among nodes constituting the blockchain network, wherein n is an integer of 2 or more; And
A distributed ledger in which transactions are registered by operations of the nodes including the first anchoring node to the nth anchoring node,
The first anchoring node to the n-th anchoring node,
In the state where the transactions are registered in the distributed ledger of the blockchain network by the nodes constituting the blockchain network, if a triggering condition for anchoring is satisfied, (1) (i) respectively correspond to the transactions. Generating anchoring data, and generating a first anchoring transaction to an nth anchoring transaction including at least the anchoring data, or (ii) by at least one anchoring node of the first anchoring node to the nth anchoring node; When the anchoring data is generated and transmitted to the other nodes, a process for generating the first anchoring transaction to the nth anchoring transaction, each comprising at least the anchoring data, and (2) the first anchoring transaction to the nth anchoring respectively; Multi sig smart registered in other blockchain network Transmitting to the tract causes the multi-signal smart contract to receive from the first anchoring transaction to the nth anchoring transaction, the first receiving anchoring transaction to k-where k is an integer greater than or equal to 1 and less than n, respectively. At least one of the first receiving anchoring transaction and the k-th receiving anchoring transaction when the number of the first receiving anchoring transaction to the k-th receiving anchoring transaction satisfies a predetermined value. A blockchain network to register the data with another distributed ledger of the other blockchain network.
제8항에 있어서,
상기 (1) 프로세스 이전에,
관리자 노드에 의해 (i) 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드 각각에 대응되는 제1 앵커링 노드 정보 내지 제n 앵커링 노드 정보가 상기 타 블록체인 네트워크의 상기 타 분산원장에 등록되며, (ii) 상기 멀티 시그 스마트 컨트랙트가 상기 타 블록체인 네트워크의 상기 타 분산원장에 등록되고, (iii) 상기 타 분산원장 상에서의 상기 멀티 시그 스마트 컨트랙트의 등록 위치를 나타내는 멀티 시그 스마트 컨트랙트 주소가 상기 블록체인 네트워크의 상기 분산원장에 등록되며, (iv) 상기 멀티 시그 스마트 컨트랙트의 관련 정보가 상기 블록체인 네트워크의 상기 분산원장에 등록되는 것을 특징으로 하는 블록체인 네트워크.
The method of claim 8,
Before the above (1) process,
(I) first anchoring node information to nth anchoring node information corresponding to each of the first anchoring node to the nth anchoring node are registered by the manager node in the other distributed ledger of the other blockchain network, and (ii The multi-signal smart contract is registered with the other distributed ledger of the other blockchain network, and (iii) the multi-signal smart contract address indicating the registration location of the multi-signal smart contract on the other distributed ledger is the blockchain network. And (iv) the relevant information of the multi-sign smart contract is registered in the distributed ledger of the blockchain network.
제9항에 있어서,
상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서를 더 포함하고,
상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드는,
상기 (2) 프로세스에서,
각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 상기 타 블록체인 네트워크에 등록된 상기 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 각각에 포함된 제1 앵커링 노드 인증서 내지 제k 앵커링 노드 인증서 각각이, 상기 타 분산원장에 등록된 상기 제1 앵커링 노드 정보 내지 상기 제n 앵커링 노드 정보 중 어느 하나에 매칭되는지를 확인하도록 하여 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 하는 것을 특징으로 하는 블록체인 네트워크.
The method of claim 9,
The first anchoring transaction to the n-th anchoring transaction further include a first anchoring node certificate to an n-th anchoring node certificate,
The first anchoring node to the n-th anchoring node,
In the above (2) process,
Respectively transmitting the first anchoring transaction to the nth anchoring transaction to the multi-signal smart contract registered in the other blockchain network, thereby causing the multi-signal smart contract to perform the first receiving anchoring transaction to the k-th receiving anchoring. Wherein each of the first anchoring node certificate and the k-th anchoring node certificate included in each transaction matches any one of the first anchoring node information and the n-th anchoring node information registered in the other distributed ledger, A blockchain network, characterized in that to confirm the validity of the first receiving anchoring transaction to the k-th receiving anchoring transaction.
제8항에 있어서,
상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션은 각각, 제1 앵커링 노드 인증서 내지 제n 앵커링 노드 인증서, 및 상기 제1 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 제1 앵커링 노드 서명값 내지 상기 제n 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 제n 앵커링 노드 서명값을 더 포함하고,
상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드는,
상기 (2) 프로세스에서,
각각 상기 제1 앵커링 트랜잭션 내지 상기 제n 앵커링 트랜잭션을 상기 타 블록체인 네트워크에 등록된 상기 멀티 시그 스마트 컨트랙트로 전송하여 줌으로써 상기 멀티 시그 스마트 컨트랙트로 하여금, 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션 중 제j - 상기 j는 1 이상이며 상기 k 이하인 정수임 - 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 인증서로 상기 앵커링 데이터를 서명한 비교 서명값이 상기 제j 수신 앵커링 트랜잭션에 포함된 제j 앵커링 노드 서명값과 일치하는지를 확인하도록 하여 상기 제1 수신 앵커링 트랜잭션 내지 상기 제k 수신 앵커링 트랜잭션의 유효성을 확인하도록 하는 것을 특징으로 하는 블록체인 네트워크.
The method of claim 8,
Each of the first anchoring transaction to the nth anchoring transaction may include a first anchoring node certificate to an nth anchoring node certificate, and a first anchoring node signature value to the nth anchoring data signed by the first anchoring node certificate. And an n-th anchoring node signature value that signed the anchoring data with an anchoring node certificate.
The first anchoring node to the n-th anchoring node,
In the above (2) process,
Respectively transmitting the first anchoring transaction to the nth anchoring transaction to the multi-signal smart contract registered in the other blockchain network, thereby causing the multi-signal smart contract to perform the first receiving anchoring transaction to the k-th receiving anchoring. J j of the transaction-j is an integer greater than or equal to 1 and less than k-j anchoring included in the j j anchoring transaction with a comparison signature value that signed the anchoring data with a j anchoring node certificate included in a receive anchoring transaction And confirming whether the node signature value matches the node signature value so as to confirm the validity of the first receiving anchoring transaction to the k-th receiving anchoring transaction.
제8항에 있어서,
상기 앵커링 데이터는, 상기 트리거링 조건에 대응하여 생성된 상기 트랜잭션들을 포함하는 블록체인 블록의 헤더 정보와, 상기 블록체인 네트워크의 네트워크 상태 정보를 해쉬 연산한 해쉬값을 포함하는 것을 특징으로 하는 블록체인 네트워크.
The method of claim 8,
The anchoring data may include a header information of a blockchain block including the transactions generated in response to the triggering condition and a hash value of a hash operation of network state information of the blockchain network. .
제12항에 있어서,
상기 네트워크 상태 정보는, 적어도 상기 제1 앵커링 노드 내지 상기 제n 앵커링 노드를 포함하는 상기 블록체인 네트워크를 구성하는 상기 노드들의 트랜잭션 처리량, 네트워크 연결 여부 정보 및 권한 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 블록체인 네트워크.
The method of claim 12,
The network state information may include at least one of transaction throughput, network connection information, and authority information of the nodes constituting the blockchain network including at least the first anchoring node to the nth anchoring node. Blockchain network.
제8항에 있어서,
상기 앵커링 데이터는, 상기 트리거링 조건에 대응하여 생성된 상기 트랜잭션들과 상기 트랜잭션들의 처리 결과들을 리프 노드들로 하며, 상기 트랜잭션들과 이에 대응되는 상기 처리 결과들 각각을 형제 노드로 하여 머클 트리 연산한 루트 해쉬값 또는 상기 루트 해쉬값을 가공한 값을 포함하는 것을 특징으로 하는 블록체인 네트워크.
The method of claim 8,
The anchoring data includes leaf nodes based on the transactions and the processing results of the transactions generated in response to the triggering condition, and a Merkle tree operation based on each of the transactions and the processing results corresponding thereto as sibling nodes. A block chain network comprising a root hash value or a value obtained by processing the root hash value.
KR1020190150863A 2019-11-21 2019-11-21 Method and blockchain network for reliability and stability of data anchoring based on multiple signatures KR102079578B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190150863A KR102079578B1 (en) 2019-11-21 2019-11-21 Method and blockchain network for reliability and stability of data anchoring based on multiple signatures

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190150863A KR102079578B1 (en) 2019-11-21 2019-11-21 Method and blockchain network for reliability and stability of data anchoring based on multiple signatures

Publications (1)

Publication Number Publication Date
KR102079578B1 true KR102079578B1 (en) 2020-02-20

Family

ID=69647527

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190150863A KR102079578B1 (en) 2019-11-21 2019-11-21 Method and blockchain network for reliability and stability of data anchoring based on multiple signatures

Country Status (1)

Country Link
KR (1) KR102079578B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210149427A (en) * 2020-06-02 2021-12-09 (주)세정아이앤씨 Device, method, system and computer readable storage medium for managing blockchain

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101780635B1 (en) * 2016-04-28 2017-09-21 주식회사 코인플러그 Method for creating, registering, revoking certificate information and server using the same
KR20170113481A (en) * 2017-05-02 2017-10-12 주식회사 코인플러그 Method and server for recording data with regard to the usage of the product and verifying the same in order to manage genuine products
KR20180041052A (en) * 2017-09-06 2018-04-23 주식회사 코인플러그 Method for providing certificate service based on m of n multiple signatures and server using the same
US20190081799A1 (en) 2015-12-14 2019-03-14 Coinplug, Inc. System for authenticating certificate based on blockchain network, and method for authenticating certificate based on blockchain network by using same
KR20190114424A (en) * 2018-03-30 2019-10-10 주식회사 코인플러그 Method for sso service through blockchain, and terminal and server using the same
KR20190114433A (en) * 2018-03-30 2019-10-10 주식회사 코인플러그 Method for oauth service through blockchain, and terminal and server using the same

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190081799A1 (en) 2015-12-14 2019-03-14 Coinplug, Inc. System for authenticating certificate based on blockchain network, and method for authenticating certificate based on blockchain network by using same
KR101780635B1 (en) * 2016-04-28 2017-09-21 주식회사 코인플러그 Method for creating, registering, revoking certificate information and server using the same
KR20170113481A (en) * 2017-05-02 2017-10-12 주식회사 코인플러그 Method and server for recording data with regard to the usage of the product and verifying the same in order to manage genuine products
KR20180041052A (en) * 2017-09-06 2018-04-23 주식회사 코인플러그 Method for providing certificate service based on m of n multiple signatures and server using the same
KR20190114424A (en) * 2018-03-30 2019-10-10 주식회사 코인플러그 Method for sso service through blockchain, and terminal and server using the same
KR20190114433A (en) * 2018-03-30 2019-10-10 주식회사 코인플러그 Method for oauth service through blockchain, and terminal and server using the same

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210149427A (en) * 2020-06-02 2021-12-09 (주)세정아이앤씨 Device, method, system and computer readable storage medium for managing blockchain
KR102416337B1 (en) * 2020-06-02 2022-07-05 (주)세정아이앤씨 Device, method, system and computer readable storage medium for managing blockchain

Similar Documents

Publication Publication Date Title
KR102019211B1 (en) Method for generating block chain capable of overcoming byzantine fault
WO2022095244A1 (en) Cross-chain transaction method, system and apparatus, device, and storage medium
US8799641B1 (en) Secure proxying using network intermediaries
US7698736B2 (en) Secure delegation using public key authentication
US20050166041A1 (en) Authentication in a distributed computing environment
US8874921B2 (en) System and method for generating keyless digital multi-signatures
US20180020008A1 (en) Secure asynchronous communications
KR101937220B1 (en) Method for generating and verifying a digital signature or message authentication code based on a block chain that does not require key management
CN112202705A (en) Digital signature verification generation and verification method and system
KR20190114434A (en) Method for oauth service through blockchain, and terminal and server using the same
US11962584B2 (en) Providing zero trust network security without modification of network infrastructure
US11362836B2 (en) Consensus protocol for permissioned ledgers
CN109981680B (en) Access control implementation method and device, computer equipment and storage medium
KR20190114433A (en) Method for oauth service through blockchain, and terminal and server using the same
CN113328997A (en) Alliance chain cross-chain system and method
US11245709B2 (en) Multi-verifier approach for attestation of nodes in a network
US20210111900A1 (en) Verification information attaching device, verification device, information management system, method, and program
KR101890584B1 (en) Method for providing certificate service based on m of n multiple signatures and server using the same
KR102079578B1 (en) Method and blockchain network for reliability and stability of data anchoring based on multiple signatures
KR102356725B1 (en) Authentication and Policy Management Methods Using Layer Blockchain
CN112564985A (en) Safe operation and maintenance management method based on block chain
JP5865386B2 (en) Backend constraint delegation model
Ahmed et al. Transparency of SIM profiles for the consumer remote SIM provisioning protocol
KR20180040857A (en) Method for providing certificate service based on m of n multiple signatures in use of merkle tree structure and server using the same
KR102462998B1 (en) Apparatus and method for cross authentication between multi-chain based on bft consensus algorithm

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant