KR102572475B1 - Disposable Blockchain Ledger System and Blockchain Operation Method Using the same - Google Patents

Disposable Blockchain Ledger System and Blockchain Operation Method Using the same Download PDF

Info

Publication number
KR102572475B1
KR102572475B1 KR1020200119550A KR20200119550A KR102572475B1 KR 102572475 B1 KR102572475 B1 KR 102572475B1 KR 1020200119550 A KR1020200119550 A KR 1020200119550A KR 20200119550 A KR20200119550 A KR 20200119550A KR 102572475 B1 KR102572475 B1 KR 102572475B1
Authority
KR
South Korea
Prior art keywords
block
auxiliary
master
ledger
blockchain
Prior art date
Application number
KR1020200119550A
Other languages
Korean (ko)
Other versions
KR20220037054A (en
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 KR1020200119550A priority Critical patent/KR102572475B1/en
Publication of KR20220037054A publication Critical patent/KR20220037054A/en
Application granted granted Critical
Publication of KR102572475B1 publication Critical patent/KR102572475B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0637Strategic management or analysis, e.g. setting a goal or target of an organisation; Planning actions based on goals; Analysis or evaluation of effectiveness of goals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0643Hash functions, e.g. MD5, SHA, HMAC or f9 MAC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees

Abstract

본 발명의 폐기 가능 블록체인 원장 시스템은 보조 원장의 생성 조건을 포함하는 보조 원장 관리 정보부, 마스터 블록 헤시부 및 보조 블록 헤시부를 포함하는 마스터 블록과 보조 원장을 구성하고, 보조 블록체인부를 포함하고, 보조 원장 관리 정보부의 생성 조건이 더 이상 유효하지 않는 경우 생성이 종료되는 보조 블록을 포함한다.
따라서 마스터 원장은 계속적으로 블록체인으로 유지되면서, 보조 원장은 폐기 조건이 만족되는 경우 이를 폐기하여, 전체적인 블록체인을 유지하면서, 블록체인의 저장용량을 효과적으로 관리할 수 있다.
The reposable block chain ledger system of the present invention comprises a master block and an auxiliary ledger including an auxiliary ledger management information unit including a creation condition of the auxiliary ledger, a master block hash part and an auxiliary block hash part, and includes an auxiliary blockchain part, , includes an auxiliary block whose creation is terminated when the creation condition of the auxiliary ledger management information unit is no longer valid.
Therefore, while the master ledger is continuously maintained as a blockchain, the auxiliary ledger can be discarded when the discard condition is satisfied, effectively managing the storage capacity of the blockchain while maintaining the overall blockchain.

Description

폐기 가능 블록체인 원장 시스템 및 이를 이용하는 블록체인 운용 방법 {Disposable Blockchain Ledger System and Blockchain Operation Method Using the same}Disposable Blockchain Ledger System and Blockchain Operation Method Using the Same}

본 발명은 폐기 가능 블록체인 원장 시스템 및 이를 이용하는 블록체인 운용 방법에 관한 것으로서, 특히, 폐기 불가능한 마스터 원장과 폐기 가능한 보조 원장을 포함하는 폐기 가능 블록체인 원장 시스템 및 이를 이용하는 블록체인 운용 방법에 관한 것이다. The present invention relates to a disposable blockchain ledger system and a blockchain operating method using the same, and more particularly, to a disposable blockchain ledger system including a non-dismissible master ledger and a disposable auxiliary ledger and a blockchain operating method using the same. .

블록체인은 이전 블록을 사용해 블록을 검증하는 구조적 특성을 가진다. 따라서 블록체인의 완결성을 위해서는 이전 블록 전체를 계속적으로 보관하여야 한다. 따라서 시간이 지남에 따라 블록체인을 구동하기 위한 스토리지의 사용량이 지속적으로 증가한다. 이러한 문제는 스토리지에 대한 자원 뿐 아니라, 증가되는 블록체인을 처리하기 위한 서버의 성능과 높은 네트워크 사용량을 필요로 한다.Blockchain has the structural property of verifying a block using a previous block. Therefore, for completeness of the block chain, the entire previous block must be continuously stored. Therefore, over time, the usage of storage to power the blockchain continues to increase. These problems require not only storage resources, but also server performance and high network usage to process the growing block chain.

가트너가 기업에서 사용하는 데이터를 분석할 결과를 보면, 기업 전체 데이터의 69%가 비즈니스는 물론 법적으로 또는 규제 준수 측면에서 아무런 가치가 없는 것으로 나타났다. 이런 데이터를 블록체인에 영속적으로 보관하는 것은 매우 비효율적이다.
불필요한 데이터를 블록체인에 포함시켜 지속적으로 관리하게 되는 경우, 네트워크의 사용량 및 저장장소의 사용량 뿐 아니라, 이러한 블록 체인 내의 데이터들을 검증하는 데에 걸리는 불필요한 시간이 많이 소요된다.
Gartner's analysis of enterprise data found that 69% of enterprise data is of no business, legal or regulatory compliance value. Storing such data permanently on the blockchain is very inefficient.
If unnecessary data is included in the blockchain and continuously managed, it takes a lot of unnecessary time to verify the data in the blockchain as well as the usage of the network and the storage space.

완결성을 위해 지속적으로 증가되는 블록체인은 시간이 갈수록 그 처리량이 늘어 감에 따라 이를 효과적으로 해결하는 방법이 필요하다.For completeness, a continuously increasing block chain needs a method to effectively solve this problem as its throughput increases over time.

삭제delete

KRKR 1020190076197 1020190076197 AA

이와 같이, 본 발명은 폐기 불가능한 마스터 원장과 폐기 가능한 보조 원장을 구분하여 운용함으로써, 블록체인의 저장용량을 효율적으로 사용할 수 있는 폐기 가능 블록체인 원장 시스템 및 이를 이용하는 블록체인 운용 방법을 제공한다.As such, the present invention provides a disposable blockchain ledger system that can efficiently use the storage capacity of a blockchain by separately operating a non-discardable master ledger and a disposable sub-ledger, and a blockchain operation method using the same.

본 발명에서 제공하는 폐기 가능 블록체인 원장 시스템은 보조 원장의 생성 조건을 포함하는 보조 원장 관리 정보부, 마스터 블록 헤시부 및 보조 블록 헤시부를 포함하는 마스터 블록 및 보조 원장을 구성하고, 보조 블록 헤시부를 포함하고, 보조 원장 관리 정보부의 생성 조건이 더 이상 유효하지 않는 경우 생성이 종료되는 보조 블록을 포함한다.The repossible blockchain ledger system provided by the present invention comprises a sub-ledger management information unit including the creation conditions of the sub-ledger, a master block including a master block hash unit and an auxiliary block hash unit, and a sub-ledger, and an auxiliary block hash unit. , and includes an auxiliary block in which creation is terminated when the creation condition of the auxiliary ledger management information unit is no longer valid.

일 실시예에 있어서, 마스터 블록의 마스터 블록 헤시부는 이전 마스터 블록에 대한 헤시값을 포함하고, 마스터 블록의 보조 블록 헤시부는 생성 조건이 유효한 최후의 보조 블록에 대한 헤시값을 포함하는 것을 특징으로 할 수 있다.In one embodiment, it is characterized in that the master block hash part of the master block includes a hash value for a previous master block, and the auxiliary block hash part of the master block includes a hash value for the last auxiliary block for which the creation condition is valid. can

일 실시예에 있어서, 보조 블록은 보조 월드 스테이트부를 더 포함하고, 마스터 블록은 마스터 월드 스테이트부를 더 포함하며, 보조 블록의 추가 생성이 종료되는 시점에서 최종 보조 블록에 포함된 보조 월드 스테이트부의 내용이 새롭게 생성되는 마스터 블록의 마스터 월드 스테이트부로 이전되는 것을 특징으로 할 수 있다.In one embodiment, the auxiliary block further includes an auxiliary world state part, and the master block further includes a master world state part, and the contents of the auxiliary world state part included in the last auxiliary block are added at the time when the additional generation of the auxiliary block is terminated. It may be characterized in that it is transferred to the master world state part of the newly created master block.

일 실시예에 있어서, 보조 블록의 생성 조건은 지정된 기간의 생성 주기 이내인 것을 특징으로 할 수 있다.In one embodiment, the generation condition of the auxiliary block may be characterized in that it is within a generation period of a designated period.

일 실시예에 있어서, 보조 블록의 생성 조건은 해당 보조 블록과 연계되는 마스터 블록을 기준으로, 생성된 보조 블록의 개수가 지정된 개수 이내인 것을 특징으로 할 수 있다.In one embodiment, the auxiliary block generation condition may be characterized in that the number of auxiliary blocks generated is within a specified number based on a master block associated with the corresponding auxiliary block.

일 실시예에 있어서, 보조 원장 관리 정보부는 보조 블록의 폐기 조건을 포함하고, 마스터 블록은 보조 원장 관리 정보부의 폐기 조건에 부합하는 폐기 대상 보조 블록의 목록을 포함하는 보조 블록 폐기 정보부를 더 포함하는 것을 특징으로 할 수 있다.In one embodiment, the auxiliary ledger management information unit includes a discard condition of the auxiliary block, and the master block further includes a secondary block discard information unit including a list of auxiliary blocks to be discarded that meet the discard condition of the auxiliary ledger management information unit that can be characterized.

일 실시예에 있어서, 보조 블록의 폐기 조건은 해당 보조 블록에 대한 보관을 유지해야 하는 지정된 기간이 초과된 것을 특징으로 할 수 있다.In one embodiment, the discard condition of the auxiliary block may be characterized in that a specified period for maintaining storage of the auxiliary block is exceeded.

일 실시예에 있어서, 보조 블록의 폐기 조건은 전체 보조 블록의 개수가 지정된 개수를 초과하는 경우인 것을 특징으로 할 수 있다.In one embodiment, the condition for discarding auxiliary blocks may be a case in which the total number of auxiliary blocks exceeds a specified number.

일 실시예에 있어서, 보조 블록의 폐기 조건은 보조 블록의 총 저장 용량이 지정된 용량을 초과하는 경우인 것을 특징으로 할 수 있다.In one embodiment, the discard condition of the auxiliary block may be characterized in that the total storage capacity of the auxiliary block exceeds the designated capacity.

일 실시예에 있어서, 마스터 블록의 보조 블록 폐기 정보부에 폐기하여야 하는 보조 블록 목록이 있는 경우, 각 노드에서는 해당 폐기 블록의 블록 데이터를 시스템에서 폐기하는 것을 특징으로 할 수 있다.In one embodiment, when there is a list of auxiliary blocks to be discarded in the auxiliary block discard information unit of the master block, each node discards block data of the corresponding discard block in the system.

본 발명에서 제공하는 블록체인 운용 방법은 보조 원장의 생성 조건 및 폐기 조건이 포함되는 보조 원장 관리 정보를 포함하는 마스터 원장의 최초 블록을 생성하는 마스터 원장 초기화 단계, 최초 블록을 포함하는 마스터 원장의 블록이 합의되고 전파되면, 보조 원장의 최초 블록이 형성되는 보조 원장 초기화 단계, 보조 원장을 구성하고, 특정 지점의 객체에 대한 값을 보유하는 보조 월드 스테이트부, 직전의 보조 원장에 대한 사항이 반영되는 보조 블록체인부를 포함하는 보조 블록을 생성하는 보조 블록 생성 단계, 보조 원장 관리 정보의 생성 조건이 더 이상 유효하지 않은 경우, 이전 마스터 블록에 대한 헤시값을 포함하는 마스터 블록 헤시부 및 생성 조건이 유효한 최후의 보조 블록에 대한 헤시값을 포함하는 보조 블록 헤시부를 포함하는 마스터 블록을 생성하는 마스터 블록 생성 단계를 포함한다.The blockchain operation method provided by the present invention includes a master ledger initialization step of generating the first block of the master ledger that includes auxiliary ledger management information including the creation conditions and discard conditions of the auxiliary ledger, and the block of the master ledger including the first block. When this is agreed upon and propagated, the subledger initialization step in which the first block of the subledger is formed, the auxiliary world state part that constitutes the subledger and holds the value of the object at a specific point, and the information about the previous subledger is reflected. Auxiliary block generation step of generating an auxiliary block including an auxiliary blockchain part, when the creation condition of the auxiliary ledger management information is no longer valid, the master block hash part including the hash value for the previous master block and the creation condition are valid and a master block generating step of generating a master block including an auxiliary block hash portion including a hash value for a last auxiliary block.

일 실시예에 있어서, 보조 원장 관리 정보의 생성 조건이 유효한 상태인 경우, 보조 블록을 반복적으로 생성하는 것을 특징으로 할 수 있다.In one embodiment, when the condition for generating the auxiliary ledger management information is in a valid state, the auxiliary block may be repeatedly generated.

일 실시예에 있어서, 마스터 블록 생성 단계에서, 생성 조건이 유효한 최후의 보조 블록에 포함되는 보조 월드 스테이트부의 내용이 존재하는 경우, 보조 월드 스테이트부의 내용은 생성되는 마스터 블록의 마스터 월드 스테이트부에 이전되는 것을 특징으로 할 수 있다.In one embodiment, in the master block generation step, if the contents of the auxiliary world state part included in the last auxiliary block for which the generation condition is valid exist, the contents of the auxiliary world state part are transferred to the master world state part of the master block to be created. can be characterized as being

일 실시예에 있어서, 마스터 블록 생성 단계에서, 보조 원장 관리 정보의 폐기 조건이 만족되는 경우, 폐기 조건에 따라 폐기하여야 하는 보조 블록 정보를 포함하는 보조 블록 폐기 정보를 마스터 블록에 기록하는 폐기 정보 기록 단계를 더 포함하는 것을 특징으로 할 수 있다.In one embodiment, in the master block generation step, when the discard condition of the auxiliary ledger management information is satisfied, discard discard information recording auxiliary block discard information including auxiliary block information to be discarded according to the discard condition in the master block. It may be characterized in that it further comprises a step.

일 실시예에 있어서, 마스터 블록 생성 단계에서, 보조 블록의 생성 조건은 지정된 기간의 생성 주기 이내인 것을 특징으로 할 수 있다.In one embodiment, in the master block generation step, the generation condition of the auxiliary block may be characterized in that it is within a generation period of a designated period.

일 실시예에 있어서, 보조 블록의 폐기 조건은 해당 보조 블록에 대한 보관을 유지해야 하는 지정된 기간인 것을 특징으로 할 수 있다.In one embodiment, the condition for discarding an auxiliary block may be a specified period during which storage of the auxiliary block should be maintained.

일 실시예에 있어서, 보조 블록의 폐기 조건은 전체 보조 블록의 총 저장 용량이 지정된 용량을 초과하는 경우인 것을 특징으로 할 수 있다.In one embodiment, the condition for discarding auxiliary blocks may be characterized in that the total storage capacity of all auxiliary blocks exceeds a specified capacity.

일 실시예에 있어서, 마스터 블록에 보조 블록 폐기 정보가 있는 경우, 각 노드에서는 해당 폐기 블록의 블록 데이터를 시스템에서 삭제하는 원장 삭제 단계를 더 포함하는 것을 특징으로 할 수 있다.In one embodiment, when there is auxiliary block discard information in the master block, each node may further include a ledger deletion step of deleting block data of the corresponding discard block from the system.

본 발명에 따른 폐기 가능 블록체인 원장 시스템 및 이를 이용하는 블록체인 운용 방법에 따르면, 분산원장의 데이터를 보관 조건에 따라 폐기하므로 블록데이터를 저장하기 위해 필요한 스토리지가 무한히 증가하는 것을 방지할 수 있다.According to the disposable blockchain ledger system and the blockchain operating method using the same according to the present invention, since the data of the distributed ledger is discarded according to storage conditions, it is possible to prevent the storage required for storing block data from increasing infinitely.

또한, 사용 기한을 설정한 고객 데이터도 일정 조건이나 기간이 도과하는 경우에 이를 삭제하도록 할 수 있어, 사용 기한이 정해진 고객 데이터도 블록체인에 기록하고 사용할 수 있다.In addition, customer data for which an expiration date has been set can be deleted when a certain condition or period elapses, so that customer data with an expiration date can also be recorded and used in the blockchain.

본 발명에 관한 이해를 돕기 위해 상세한 설명의 일부로 포함되는 첨부도면은, 본 발명에 대한 실시예를 제공하고 상세한 설명과 함께 본 발명의 기술적 사상을 설명한다.
도 1은 본 발명의 일실시예에 따른 폐기 가능 블록체인 원장 시스템의 마스터 원장의 마스터 블록을 나타내는 블록 다이어그램이다.
도 2는 도 1의 실시예에 따른 폐기 가능 블록체인 원장 시스템의 보조 원장의 보조 블록을 나타내는 블록 다이어그램이다.
도 3은 본 발명의 다른 실시예에 따른 폐기 가능 블록체인 원장 시스템의 블록체인 운용 방법을 나타내는 순서도이다.
도4는도3의 실시예에 따른 폐기 가능 블록체인 원장 시스템을 설명하기 위한 블록 다이어그램이다.
도 5는 도 3의 실시예에 따른 원장 생성을 설명하기 위한 블록 다이어그램이다.
도 6은 도3의 실시예에 따른 폐기 가능 블록체인 원장 시스템의 블록체인 운용 방법 중 일부를 설명하기 위한 순서도이다.
도 7은 도 6의 블록체인 운용 방법을 설명하기 위한 도면이다.
도 8은 도3의 실시예에 따른 폐기 가능 블록체인 원장 시스템의 블록체인 운용 방법 중 일부를 설명하기 위한 순서도이다.
도 9는 도 8의 블록체인 운용 방법을 설명하기 위한 도면이다.
The accompanying drawings, which are included as part of the detailed description to aid understanding of the present invention, provide examples of the present invention and explain the technical idea of the present invention together with the detailed description.
1 is a block diagram showing a master block of a master ledger of a disposable blockchain ledger system according to an embodiment of the present invention.
FIG. 2 is a block diagram showing auxiliary blocks of a sub-ledger of the revocable blockchain ledger system according to the embodiment of FIG. 1 .
3 is a flowchart illustrating a method of operating a blockchain of a disposable blockchain ledger system according to another embodiment of the present invention.
Figure 4 is a block diagram for explaining the disposable blockchain ledger system according to the embodiment of Figure 3.
5 is a block diagram for explaining ledger generation according to the embodiment of FIG. 3 .
FIG. 6 is a flowchart for explaining some of the blockchain operating methods of the disposable blockchain ledger system according to the embodiment of FIG. 3 .
FIG. 7 is a diagram for explaining the method of operating the blockchain of FIG. 6 .
FIG. 8 is a flowchart for explaining some of the blockchain operating methods of the disposable blockchain ledger system according to the embodiment of FIG. 3 .
9 is a diagram for explaining the method of operating the block chain of FIG. 8 .

이하에서는 첨부된 도면들을 참조하여 본 발명에 대해서 자세히 설명한다. 이때, 각각의 도면에서 동일한 구성 요소는 가능한 동일한 부호로 나타낸다. 또한, 이미 공지된 기능 및/또는 구성에 대한 상세한 설명은 생략한다. 이하에 개시된 내용은, 다양한 실시 예에 따른 동작을 이해하는데 필요한 부분을 중점적으로 설명하며, 그 설명의 요지를 흐릴 수 있는 요소들에 대한 설명은 생략한다. 또한 도면의 일부 구성요소는 과장되거나 생략되거나 또는 개략적으로 도시될 수 있다. 각 구성요소의 크기는 실제 크기를 전적으로 반영하는 것이 아니며, 따라서 각각의 도면에 그려진 구성요소들의 상대적인 크기나 간격에 의해 여기에 기재되는 내용들이 제한되는 것은 아니다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. At this time, the same components in each drawing are represented by the same reference numerals as possible. In addition, detailed descriptions of already known functions and/or configurations will be omitted. In the following description, parts necessary for understanding operations according to various embodiments will be mainly described, and descriptions of elements that may obscure the gist of the description will be omitted. Also, some elements in the drawings may be exaggerated, omitted, or schematically illustrated. The size of each component does not entirely reflect the actual size, and therefore, the contents described herein are not limited by the relative size or spacing of the components drawn in each drawing.

본 발명의 실시예들을 설명함에 있어서, 본 발명과 관련된 공지기술에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략하기로 한다. 그리고, 후술되는 용어들은 본 발명에서의 기능을 고려하여 정의된 용어들로서 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다. 그러므로 그 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다. 상세한 설명에서 사용되는 용어는 단지 본 발명의 실시 예들을 기술하기 위한 것이며, 결코 제한적이어서는 안 된다. 명확하게 달리 사용되지 않는 한, 단수 형태의 표현은 복수 형태의 의미를 포함한다. 본 설명에서, "포함" 또는 "구비"와 같은 표현은 어떤 특성들, 숫자들, 단계들, 동작들, 요소들, 이들의 일부 또는 조합을 가리키기 위한 것이며, 기술된 것 이외에 하나 또는 그 이상의 다른 특성, 숫자, 단계, 동작, 요소, 이들의 일부 또는 조합의 존재 또는 가능성을 배제하도록 해석되어서는 안 된다. In describing the embodiments of the present invention, if it is determined that the detailed description of the known technology related to the present invention may unnecessarily obscure the subject matter of the present invention, the detailed description will be omitted. In addition, terms to be described later are terms defined in consideration of functions in the present invention, which may vary according to the intention or custom of a user or operator. Therefore, the definition should be made based on the contents throughout this specification. Terms used in the detailed description are only for describing the embodiments of the present invention, and should not be limiting. Unless expressly used otherwise, singular forms of expression include plural forms. In this description, expressions such as "comprising" or "comprising" are intended to indicate any characteristic, number, step, operation, element, portion or combination thereof, one or more other than those described. It should not be construed to exclude the existence or possibility of any other feature, number, step, operation, element, part or combination thereof.

또한, 제1, 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되는 것은 아니며, 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다.In addition, terms such as first and second may be used to describe various components, but the components are not limited by the terms, and the terms are used for the purpose of distinguishing one component from another. used only as

제시되는 용어의 정리Summary of suggested terms

(a) 마스터 원장(a) Master Ledger

본 발명의 실시예에서는 마스터 원장과 보조 원장으로 구분된 원장을 사용한다. 마스터 원장은 소멸하지 않는 원장이며, 직전의 마스터 원장의 마스터 블록에 대한 해싱값을 보유하여, 블록체인을 구성한다. 마스터 원장은 소멸되는 보조 원장의 생애 주기 조건 및 폐기 조건에 관한 정보를 포함한다. 본 발명에 대한 설명에서는 마스터 원장을 구성하는 각 블록을 마스터 블록이라 명명한다.In the embodiment of the present invention, a ledger divided into a master ledger and an auxiliary ledger is used. The master ledger is a ledger that does not expire, and holds the hash value of the master block of the previous master ledger to form a block chain. The master ledger contains information about the life cycle conditions and decommissioning conditions of sub-ledgers that expire. In the description of the present invention, each block constituting the master ledger is called a master block.

(b) 보조 원장(b) sub-ledger

본 발명의 실시예에서 보조 원장은 소멸가능한 원장을 의미하며, 직전의 마스터 블록에 대한 헤싱값 및 월드 스테이트의 값을 보유한다. 해당 원장이 더 이상 유효할 수 없는 조건이 되면 보조 원장을 종료하고, 자신의 헤싱값과 월드 스테이트 값을 새로이 생성되는 마스터 블록에 이전한다. 보조 원장이 종료되는 조건 이외에 보조 원장이 폐기되는 조건에 부합하는 경우 각 노드에서 소멸될 수 있다. 본 발명에 대한 설명에서는 보조 원장을 구성하는 각 블록을 보조 블록이라 명명한다.In the embodiment of the present invention, the auxiliary ledger means a perishable ledger, and holds the hashing value and world state value for the previous master block. When the ledger is no longer valid, the sub ledger is terminated, and its hashing value and world state value are transferred to the newly created master block. In addition to the conditions for sub-ledger termination, if the sub-ledger meets the conditions for revocation, it can be destroyed at each node. In the description of the present invention, each block constituting the auxiliary ledger is called an auxiliary block.

(c) 월드 스테이트(c) world state

월드 스테이트에는 고유한 원장 상태로 객체 속성에 대한 특정 시점의 값을 보유한다. 객체의 현재 값을 위해 전체 블록체인을 조회하는 것은 비효율적이며, 직접 월드 스테이트에서 해당 객체의 값을 조회할 수 있다. 마스터 블록 및 보조 블록이 생성되는 시점에서의 월드 스테이트는 항상 원장에 포함되어, 대상 객체의 값을 조회할 수 있도록 한다.The world state is a unique ledger state that holds the values of object properties at a specific point in time. It is inefficient to look up the entire blockchain for the current value of an object, and you can directly look up the value of that object in the world state. The world state at the time when the master block and auxiliary block are created is always included in the ledger, so that the value of the target object can be inquired.

블록체인 원장 시스템 구성Block chain ledger system configuration

도 1은 본 발명의 일실시예에 따른 폐기 가능 블록체인 원장 시스템의 마스터 원장에 적용되는 마스터 블록을 나타내는 블록 다이어그램이다. 도 2는 도 1의 실시예에 따른 폐기 가능 블록체인 원장 시스템의 보조 원장에 적용되는 보조 블록을 나타내는 블록 다이어그램이다.1 is a block diagram showing a master block applied to a master ledger of a disposable blockchain ledger system according to an embodiment of the present invention. FIG. 2 is a block diagram showing auxiliary blocks applied to the auxiliary ledger of the revocable blockchain ledger system according to the embodiment of FIG. 1 .

도 1을 참조하면, 본 실시예에 따른 폐기 가능 블록체인 원장 시스템의 마스터 블록(100)은 보조 원장 관리 정보부(110), 마스터 블록 헤시부(120), 보조 블록 헤시부(130), 마스터 월드 스테이트부(140) 및 보조 블록 폐기 정보부(150)를 포함한다.Referring to FIG. 1, the master block 100 of the disposable blockchain ledger system according to the present embodiment includes a sub-ledger management information unit 110, a master block hash unit 120, an auxiliary block hash unit 130, and a master world. It includes a state unit 140 and an auxiliary block discard information unit 150.

도 2를 참조하면, 본 실시예에 따른 보조 블록(200)은 보조 블록 헤시부(230) 및 보조 월드 스테이트부(240)를 포함한다.Referring to FIG. 2 , an auxiliary block 200 according to this embodiment includes an auxiliary block hash part 230 and an auxiliary world state part 240 .

마스터 블록(100)의 보조 원장 관리 정보부(110)는 보조 원장의 생성 조건 및 폐기 조건을 포함한다. 보조 원장 관리 정보부에 저장되는 보조 원장의 생성 조건은 보조 원장이 생성되는 생성 주기에 관련된 정보를 포함한다. 하나의 마스터 블록에서 종속적으로 형성되는 보조 원장이 어떠한 조건에 따라 연속적으로 생성되는 가에 대한 조건을 포함한다. The auxiliary ledger management information unit 110 of the master block 100 includes creation conditions and discard conditions of the auxiliary ledger. The sub-ledger creation condition stored in the sub-ledger management information unit includes information related to the creation cycle of the sub-ledger. It includes the conditions for how subledgers that are formed dependently in one master block are continuously created according to what conditions.

또한 보조 원장 관리 정보부에 저장되는 보조 원장의 폐기 조건은 보조 원장이 폐기되는 조건에 관련된 정보를 포함한다. 이러한 폐기 조건에 부합되는 경우 보조 원장은 더 이상 저장 공간에 저장되지 않고, 폐기 처리할 수 있다. 보조 원장은 생성 조건 또는 생성 주기에 따라 추가적인 보조 블록의 생성이 종료되므로, 연속적인 블록체인이 종료된다. 이에 따라 폐기 조건이 만족되는 경우 마스터 원장의 완결성을 유지하면서, 보조 원장은 폐기가 가능하다.Also, the subledger decommissioning condition stored in the subledger management information unit includes information related to the subledger deactivation condition. If these disposal conditions are met, the sub ledger is no longer stored in the storage space and can be disposed of. In the auxiliary ledger, the generation of additional auxiliary blocks is terminated according to the creation conditions or the generation cycle, so the continuous block chain is terminated. Accordingly, when the discard condition is satisfied, the sub-ledger can be discarded while maintaining the integrity of the master ledger.

마스터 블록 헤시부(120)는 직전 마스터 블록의 헤시값을 포함한다. 보조 블록 헤시부(130)는 생성 조건이 유효한 최후의 보조 원장에 대한 블록체인으로 형성된다. 따라서 하나의 마스터 블록(100)에는 마스터 블록에 대한 헤시값과 보조 블록에 대한 헤시값을 동시에 포함할 수 있다.The master block hash unit 120 includes the hash value of the previous master block. The auxiliary block hash unit 130 is formed as a block chain for the last auxiliary ledger for which the creation condition is valid. Accordingly, one master block 100 may include a hash value for the master block and a hash value for the auxiliary block at the same time.

최초 마스터 블록인 제네시스 블록의 마스터 블록 헤시부(120) 및 보조 블록 헤시부(130)에는 블록에 대한 헤시값을 포함하지 않는다. 대신 최초 보조 원장인 제네시스 블록의 보조 블록 헤시부(230)에는 해당 마스터 블록의 헤시값이 포함된다.The hash value of the block is not included in the master block hash part 120 and the auxiliary block hash part 130 of the genesis block, which is the first master block. Instead, the hash value of the corresponding master block is included in the auxiliary block hash part 230 of the genesis block, which is the first auxiliary ledger.

마스터 월드 스테이트부(140)은 보조 블록의 추가 생성이 종료되는 시점에서 최종 보조 블록에 포함된 보조 월드 스테이트부의 내용을 포함한다. 블록체인의 추가 생성이 종료된 보조 블록(200)의 최종 월드 스테이트부에 기록된 내용을 마스터 월드 스테이트부(140)으로 이전하여 월드 스테이트 상태의 객체값들을 유지할 수 있다. 물론 최초 마스터 블록인 제네시스 블록의 마스터 월드 스테이트부(140)에는 값이 포함되지 않는다.The master world state unit 140 includes the contents of the auxiliary world state unit included in the last auxiliary block at the time when the additional generation of the auxiliary block is finished. Object values in the world state state may be maintained by transferring the contents recorded in the final world state unit of the auxiliary block 200 in which additional block chain generation is completed to the master world state unit 140 . Of course, the value is not included in the master world state part 140 of the genesis block, which is the first master block.

보조 블록 폐기 정보부(150)는 폐기 조건에 부합하여 폐기가 가능한 보조 원장의 보조 블록에 대한 목록을 포함한다. 해당 보조 원장의 보조 블록은 더 이상 생성되지 않고 종료되었기 때문에, 폐기 조건에 부합하는 경우 이를 폐기할 수 있으며, 이러한 정보를 마스터 원장에 남겨 각 노드에 폐기하여야 하는 해당 보조 블록의 목록을 알린다. 이러한 목록은 보조 원장 단위로 기재되거나, 보조 블록 단위로 기재될 수 있다.The auxiliary block discard information unit 150 includes a list of auxiliary blocks of the auxiliary ledger that can be discarded according to discard conditions. Since subblocks of the subledger are no longer created and terminated, they can be discarded if they meet the conditions for discarding, and this information is left in the master ledger to inform each node of the list of subblocks to be discarded. This list can be written in sub ledger units or in sub block units.

블록체인의 운용 방법How Blockchain Works

도 3은 본 발명의 다른 실시예에 따른 폐기 가능 블록체인 원장 시스템의 블록체인 운용 방법을 나타내는 순서도이다. 도4는 도3의 실시예에 따른 폐기 가능 블록체인 원장 시스템을 설명하기 위한 블록 다이어그램이다. 도 5는 도 3의 실시예에 따른 원장 생성을 설명하기 위한 블록 다이어그램이다.3 is a flowchart illustrating a method of operating a blockchain of a disposable blockchain ledger system according to another embodiment of the present invention. FIG. 4 is a block diagram for explaining a disposable blockchain ledger system according to the embodiment of FIG. 3 . 5 is a block diagram for explaining ledger generation according to the embodiment of FIG. 3 .

도 3 및 도 4를 참조하면, 본 실시예에 따른 블록체인 운용 방법은 마스터 원장 초기화 단계(S100), 보조 원장 초기화 단계(S200), 보조 블록 생성 단계(S300), 마스터 블록 생성 단계(S400)를 포함한다. 이에 보조 원장 폐기 단계(S500)를 더 포함할 수 있다.3 and 4, the blockchain operation method according to this embodiment includes master ledger initialization step (S100), auxiliary ledger initialization step (S200), auxiliary block generation step (S300), master block generation step (S400). includes Accordingly, a secondary ledger discard step (S500) may be further included.

(a) 마스터 원장 초기화 단계(S100)(a) Master ledger initialization step (S100)

마스터 원장 초기화 단계(S100)에서는 보조 원장의 생성 조건 및 폐기 조건이 포함되는 보조 원장 관리 정보(110)를 포함하는 마스터 원장의 최초 블록(MLG)을 생성한다. 이것은 최초 블록체인이 기동되는 것을 의미한다. 이때에 최초 블록(MLG)은 정해진 알고리즘에 따라 합의되고, 네트워크에 전파된다.In the master ledger initialization step (S100), an initial block (MLG) of the master ledger including auxiliary ledger management information 110 including creation conditions and discard conditions of the auxiliary ledger is generated. This means that the first blockchain is launched. At this time, the first block (MLG) is agreed upon according to a predetermined algorithm and propagated to the network.

(b) 보조 원장 초기화 단계(S200)(b) Secondary ledger initialization step (S200)

보조 원장 초기화 단계(S200)에서는 최초 블록을 포함하는 마스터 원장의 블록이 합의되고 전파되면, 보조 원장의 최초 블록(SLG)이 생성되고, 네트워크에 전파하여 합의를 시도한다. 보조 원장의 최초 블록(SLG)는 보조 블록 헤시부(230)에 마스터 원장의 최초 블록(MLG)의 헤시값을 포함한다. In the sub-ledger initialization step (S200), when the block of the master ledger including the first block is agreed upon and propagated, the first block (SLG) of the sub-ledger is created, propagated to the network, and consensus is attempted. The first block (SLG) of the auxiliary ledger includes the hash value of the first block (MLG) of the master ledger in the auxiliary block hash unit 230 .

(c) 보조 블록 생성 단계(S300)(c) Auxiliary block generation step (S300)

보조 블록 생성 단계(S300)는 도 5를 참조하여 설명한다.The auxiliary block generating step ( S300 ) will be described with reference to FIG. 5 .

도 5를 참조하면, 보조 블록 생성 단계(S300)에서는 보조 원장(200)의 최초 블록(SLG)이 합의되면, 일반적인 블록체인의 기동과 동일하게 진행된다. 최초 블록 이후 첫번째로 새롭게 생성되는 보조 블록(SL1)에는 최초 블록(SLG)의 블록체인을 가지는 보조 블록 헤시부(230)와 월드 스테이트 가지는 보조 월드 스테이트부(240)를 포함한다. 마스터 블록에 있는 보조 원장 관리 정보의 생성 조건이 유효한 상태인 경우, 일반적인 블록체인과 같이 보조 블록이 반복적으로 생성된다.Referring to FIG. 5 , in the auxiliary block generation step (S300), when the first block (SLG) of the auxiliary ledger 200 is agreed upon, it proceeds in the same way as a general block chain startup. An auxiliary block SL1 newly created first after the initial block includes an auxiliary block hash part 230 having a block chain of the first block SLG and an auxiliary world state part 240 having a world state. If the conditions for creating sub-ledger management information in the master block are valid, sub-blocks are repeatedly created as in general blockchains.

(d) 마스터 블록 생성 단계(S400)(d) Master block generation step (S400)

마스터 블록 생성 단계(S400)에서는 도 6 및 도 7을 참조하여 설명한다.The master block generation step (S400) will be described with reference to FIGS. 6 and 7.

도 6은 도3의 실시예에 따른 폐기 가능 블록체인 원장 시스템의 블록체인 운용 방법 중 일부를 설명하기 위한 순서도이다. 도 7은 도 6의 블록체인 운용 방법을 설명하기 위한 도면이다.FIG. 6 is a flowchart for explaining some of the blockchain operating methods of the disposable blockchain ledger system according to the embodiment of FIG. 3 . FIG. 7 is a diagram for explaining the method of operating the blockchain of FIG. 6 .

도 6 및 도 7을 참조하면, 마스터 원장 생성 단계(S400)에서는 보조 원장 관리 정보(110)의 생성 조건이 더 이상 유효하지 않은 경우, 해당 보조 원장의 보조 블록(200)의 생성을 종료한다(S420). 최종 보조 블록(SLL)으로 인해 더 이상 블록체인으로 연계된 보조 블록이 생성되지 않으며, 이후에 생성되는 보조 블록은 무시될 수 있다.6 and 7, in the master ledger creation step (S400), when the conditions for generating the auxiliary ledger management information 110 are no longer valid, the creation of the auxiliary block 200 of the corresponding auxiliary ledger is terminated ( S420). Due to the final auxiliary block (SLL), auxiliary blocks linked to the blockchain are no longer created, and auxiliary blocks created later can be ignored.

이 때에는 새로운 마스터 블록(ML1)을 생성하기 위하여, 최종 보조 블록에 대한 헤시값인 보조 블록 헤시부(230)의 값을 이전한다(S430). 새롭게 생성되는 마스터 블록(ML1)은 최종 보조 블록(SLL)의 헤시값을 보조 블록 헤시부에 포함하고, 최초 원장인 직전 마스터 블록(MLG)에 대한 헤시값을 마스터 블록 헤시부에 포함한다. At this time, in order to generate a new master block ML1, the value of the auxiliary block hash part 230, which is the hash value for the last auxiliary block, is transferred (S430). The newly created master block ML1 includes the hash value of the last auxiliary block SLL in the auxiliary block hash part, and includes the hash value of the previous master block MLG, which is the first ledger, in the master block hash part.

마스터 블록(ML1)에는 마스터 블록 헤시부(120) 및 보조 블록 헤시부(130)가 생성되며, 이전 마스터 블록(MLG)에 대한 헤시값은 마스터 블록 헤시부(120)에 저장되고, 생성 조건이 유효한 최후의 보조 블록(SLL)에 대한 헤시값은 최종 보조 블록 헤시부(130)에 저장된다.The master block hash part 120 and the auxiliary block hash part 130 are generated in the master block ML1, the hash value for the previous master block MLG is stored in the master block hash part 120, and the creation condition is A hash value for the last valid auxiliary block (SLL) is stored in the last auxiliary block hash unit 130 .

또한, 최종 보조 블록(SLL)에 포함된 보조 월드 스테이트부(240)에 기록된 값을 마스터 블록(ML1)에 포함되는 마스터 월드 스테이트부(140)에 이전한다.In addition, the value recorded in the secondary world state unit 240 included in the last auxiliary block SLL is transferred to the master world state unit 140 included in the master block ML1.

(e) 보조 블록 폐기 단계(S500)(e) Auxiliary block discard step (S500)

보조 블록 폐기 단계(S500)에서는 도 8 및 도 9를 참조하여 설명한다.The auxiliary block discard step (S500) will be described with reference to FIGS. 8 and 9.

도 8은 도3의 실시예에 따른 폐기 가능 블록체인 원장 시스템의 블록체인 운용 방법 중 일부를 설명하기 위한 순서도이다. 도 9는 도 8의 블록체인 운용 방법을 설명하기 위한 도면이다.FIG. 8 is a flowchart for explaining some of the blockchain operating methods of the disposable blockchain ledger system according to the embodiment of FIG. 3 . FIG. 9 is a diagram for explaining the method of operating the block chain of FIG. 8 .

도 8 및 도 9를 참조하면, 보조 블록 폐기 단계(S500)에서는 보조 원장 관리 정보(110)의 폐기 조건이 만족되는 경우, 보조 블록(200)의 폐기를 진행한다(S510). Referring to FIGS. 8 and 9 , in the auxiliary block discard step (S500), when the discard condition of the auxiliary ledger management information 110 is satisfied, the auxiliary block 200 is discarded (S510).

폐기 조건에 따라 폐기하여야 하는 보조 블록 정보를 포함하는 보조 블록 폐기 목록을 생성한다(520). 이러한 폐기 목록은 새롭게 생성되는 마스터 블록(MLn)의 보조 블록 폐기 정보부(150)에 기록되고, 전파된다.An auxiliary block discard list including auxiliary block information to be discarded according to discard conditions is generated (520). This discard list is recorded in the auxiliary block discard information unit 150 of the newly created master block MLn and propagated.

원장 폐기 단계(S530)에서는 마스터 블록(MLn)에 보조 블록 폐기 정보가 있는 경우, 각 노드에서는 해당 블록 데이터를 시스템에서 삭제한다. 따라서 마스터 블록(MLG, ML1, … MLn)에 대한 블록체인을 통한 완결성은 유지하면서, 폐기 조건을 만족하는 보조 블록(SLG, SL1, … SLL)을 삭제할 수 있다.In the ledger discard step (S530), if there is auxiliary block discard information in the master block (MLn), each node deletes the corresponding block data from the system. Therefore, it is possible to delete auxiliary blocks (SLG, SL1, ... SLL) that satisfy the discard condition while maintaining completeness of the master block (MLG, ML1, ... MLn) through the blockchain.

보조 원장의 생성 조건과 폐기 조건Conditions for the creation and destruction of subledgers

보조 원장의 생성 조건은 지정된 기간의 생성 주기 이내인 것으로 할 수 있다. 예를 들어, 보조 원장의 생성 조건은 1년의 생성 주기를 가지는 것으로 설정할 수 있다.The creation condition of the sub ledger can be within the creation cycle of the specified period. For example, the creation condition of the sub ledger can be set to have a creation cycle of one year.

보조 원장의 생성 조건은 경우에 따라서 해당 보조 원장과 연계되는 마스터 블록을 기준으로, 생성된 보조 블록이 지정된 개수 이내인 것으로 설정할 수 있다. 예를 들어, 보조 원장에 대한 신규 보조블록의 생성 조건은 각 마스터 블록별로 100개의 보조 블록을 가지는 것으로 설정할 수 있다.Depending on the case, the creation condition of the sub-ledger may be set so that the generated sub-ledger is within a specified number based on the master block associated with the sub-ledger. For example, the condition for creating new subblocks for the subledger may be set to have 100 subblocks for each master block.

도 9를 다시 참조하면, 최초 마스터 블록(MLG)은 2014년 1월 1일 00시 00분에 시작하여, 1년의 생성 주기를 가지는 것으로 가정할 수 있다. 이에 따르면, 최초 마스터 블록(MLG)에 종속되어 생성되는 보조 원장의 보조 블록(SLG, SL1, … SLL)은 2014년 1월 1일 00시부터 시작하여 2014년 12월 31일 23시 59분 59초까지 생성할 수 있는 것을 생성 조건으로 가진다. 마찬가지로 제1 마스터 블록(ML1)은 2015년 1월 1일 00시 00분에 시작하여 2015년 12월 31일 23시 59분 59초까지 생성된다. 1년을 주기로 신규한 마스터 블록을 생성하도록 조건을 설정할 수 있다.Referring back to FIG. 9 , it can be assumed that the first master block (MLG) starts at 00:00 on January 1, 2014 and has a generation cycle of one year. According to this, the sub-blocks (SLG, SL1, … SLL) of the sub-ledger, which are created as subordinate to the initial master block (MLG), start from 00:00 on January 1, 2014 and end at 23:59:59 on December 31, 2014 It has as a creation condition that it can create up to seconds. Similarly, the first master block ML1 is generated from 00:00 on January 1, 2015 to 23:59:59 on December 31, 2015. Conditions can be set to generate a new master block every year.

보조 블록의 폐기 조건은 해당 보조 블록에 대한 보관을 유지해야 하는 지정된 기간인 것으로 할 수 있다. 예를 들어, 보조 블록의 폐기 조건은 5년의 보관기간을 가지는 것으로 설정할 수 있다. 따라서 5년이 초과되는 보조 블록은 폐기되는 것으로 설정할 수 있다.A condition for discarding an auxiliary block may be a specified period during which storage of the auxiliary block should be maintained. For example, the discard condition of the auxiliary block may be set to have a storage period of 5 years. Therefore, auxiliary blocks older than 5 years can be set to be discarded.

경우에 따라서, 보조 블록의 폐기 조건은 전체 보조 블록의 개수가 지정된 개수를 초과하는 것으로 설정할 수 있다. 예를 들어, 보조 블록의 최대 보관 개수를 1,000개로 한정하는 경우 1,001번째로 새롭게 생성되는 보조 블록이 있는 경우 가장 선순위의 마스터 블록 단위로 종속되는 보조 블록의 폐기를 설정할 수 있다. 이때에 보조 블록의 폐기는 해당 보조 블록이 포함되는 보조 원장 단위로 진행될 수 있다.In some cases, the condition for discarding auxiliary blocks may be set so that the total number of auxiliary blocks exceeds a specified number. For example, when the maximum storage number of auxiliary blocks is limited to 1,000, if there is a 1,001st newly created auxiliary block, discarding of subordinate auxiliary blocks may be set in units of the highest priority master block. At this time, the discarding of the auxiliary block may proceed in units of auxiliary ledgers including the corresponding auxiliary block.

또한 보조 블록의 폐기 조건은 보조 블록의 총 저장 용량이 지정된 용량을 초과하는 경우로도 설정할 수 있다. 얘를 들어 보조 블록의 총 저장용량이 1,000 TB를 초과하는 경우 이를 초과하여 생성되는 보조 블록이 생성되는 경우, 가장 선순위의 마스터 원장 단위로 종속되는 보조 원장의 폐기를 설정할 수 있다.Also, the discard condition of the auxiliary block can be set even when the total storage capacity of the auxiliary block exceeds the specified capacity. For example, if the total storage capacity of auxiliary blocks exceeds 1,000 TB, and additional auxiliary blocks are created that exceed this limit, discarding of subordinated auxiliary ledgers can be set in units of the highest priority master ledger.

이상과 같이 본 발명에서는 구체적인 구성 요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상적인 지식을 가진 자라면 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다. 따라서, 본 발명의 사상은 설명된 실시예에 국한되어 정해져서는 아니 되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등하거나 등가적 변형이 있는 모든 기술 사상은 본 발명의 권리범위에 포함되는 것으로 해석되어야 할 것이다.As described above, the present invention has been described by specific details such as specific components and limited embodiments and drawings, but these are provided to help a more general understanding of the present invention, and the present invention is not limited to the above embodiments. , Those skilled in the art in the field to which the present invention belongs will be able to make various modifications and variations without departing from the essential characteristics of the present invention. Therefore, the spirit of the present invention should not be limited to the described embodiments, and all technical ideas having modifications equivalent or equivalent to these claims as well as the claims to be described later are included in the scope of the present invention. should be interpreted as

100 : 마스터 블록
110 : 보조 원장 관리 정보부
120 : 마스터 블록 헤시부
130 : 보조 블록 헤시부140 : 마스터 월드 스테이트부
150 : 보조 블록 폐기 정보부
200 : 보조 블록
210 : 보조 블록 헤시부
220 : 보조 월드 스테이트부
100: master block
110: Sub-ledger management information unit
120: master block heshes
130: auxiliary block hesh part 140: master world state part
150: auxiliary block discard information unit
200: auxiliary block
210: auxiliary block heshes
220: auxiliary world state unit

Claims (18)

보조 원장의 생성 조건을 포함하는 보조 원장 관리 정보부, 마스터 블록 헤시부 및 보조 블록 헤시부를 포함하여 블록체인을 형성하는 적어도 하나 이상의 마스터 블록; 및
상기 보조 원장을 구성하고, 보조 블록 헤시부를 포함하고, 상기 보조 원장 관리 정보부의 생성 조건이 더 이상 유효하지 않는 경우 생성이 종료되는 상기 마스터 블록의 블록체인과 독립되는 블록체인을 형성하는 적어도 하나 이상의 보조 블록;
을 포함하는 폐기 가능 블록체인 원장 시스템.
At least one master block forming a blockchain including a sub-ledger management information unit including a creation condition of the sub-ledger, a master block hash unit, and an auxiliary block hash unit; and
At least one that constitutes the auxiliary ledger, includes an auxiliary block hash, and forms a block chain independent of the block chain of the master block, the creation of which is terminated when the creation condition of the auxiliary ledger management information section is no longer valid. more auxiliary blocks;
A retiring blockchain ledger system that includes
제1항에 있어서,
상기 마스터 블록의 마스터 블록 헤시부는 이전 마스터 블록에 대한 헤시값을 포함하고,
상기 마스터 블록의 보조 블록 헤시부는 상기 생성 조건이 유효한 최후의 보조 블록에 대한 헤시값을 포함하는 것을 특징으로 하는 폐기 가능 블록체인 원장 시스템.
According to claim 1,
The master block hash part of the master block includes a hash value for a previous master block,
The hash part of the auxiliary block of the master block includes a hash value for the last auxiliary block for which the creation condition is valid.
제1항에 있어서,
상기 보조 블록은 보조 월드 스테이트부를 더 포함하고,
상기 마스터 블록은 마스터 월드 스테이트부를 더 포함하며,
상기 보조 블록의 추가 생성이 종료되는 시점에서 최종 보조 블록에 포함된 보조 월드 스테이트부의 내용이 새롭게 생성되는 마스터 블록의 마스터 월드 스테이트부로 이전되는 것을 특징으로 하는 폐기 가능 블록체인 원장 시스템.
According to claim 1,
The auxiliary block further includes an auxiliary world state unit;
The master block further includes a master world state unit,
The disposable blockchain ledger system, characterized in that, when the additional generation of the auxiliary block ends, the contents of the auxiliary world state part included in the final auxiliary block are transferred to the master world state part of the newly created master block.
제1항에 있어서,
상기 보조 블록의 생성 조건은 지정된 기간의 생성 주기 이내인 것을 특징으로 하는 폐기 가능 블록체인 원장 시스템.
According to claim 1,
The generation condition of the auxiliary block is a discardable blockchain ledger system, characterized in that within the generation period of the specified period.
제1항에 있어서,
상기 보조 블록의 생성 조건은 해당 상기 보조 블록과 연계되는 상기 마스터 블록을 기준으로, 생성된 보조 블록의 개수가 지정된 개수 이내인 것을 특징으로 하는 폐기 가능 블록체인 원장 시스템.
According to claim 1,
The generation condition of the auxiliary block is a discardable blockchain ledger system, characterized in that the number of generated auxiliary blocks is within a specified number based on the master block associated with the corresponding auxiliary block.
삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete
KR1020200119550A 2020-09-17 2020-09-17 Disposable Blockchain Ledger System and Blockchain Operation Method Using the same KR102572475B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020200119550A KR102572475B1 (en) 2020-09-17 2020-09-17 Disposable Blockchain Ledger System and Blockchain Operation Method Using the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020200119550A KR102572475B1 (en) 2020-09-17 2020-09-17 Disposable Blockchain Ledger System and Blockchain Operation Method Using the same

Publications (2)

Publication Number Publication Date
KR20220037054A KR20220037054A (en) 2022-03-24
KR102572475B1 true KR102572475B1 (en) 2023-08-30

Family

ID=80935721

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020200119550A KR102572475B1 (en) 2020-09-17 2020-09-17 Disposable Blockchain Ledger System and Blockchain Operation Method Using the same

Country Status (1)

Country Link
KR (1) KR102572475B1 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170011460A1 (en) * 2015-07-09 2017-01-12 Ouisa, LLC Systems and methods for trading, clearing and settling securities transactions using blockchain technology
CN107423426B (en) * 2017-08-02 2020-06-02 众安信息技术服务有限公司 Data archiving method for block chain block data and electronic equipment
KR102288521B1 (en) 2017-12-22 2021-08-09 주식회사 케이티 Apparatus and method for storing data based on blockchain
KR102201468B1 (en) * 2018-09-17 2021-01-12 엔에이치엔 주식회사 A method of operating Crowdfunding system for game production based on Blockchain and a system for implementing the service environment
KR102424197B1 (en) * 2018-10-30 2022-07-21 삼성에스디에스 주식회사 Method for managing data based on blockchain, apparatus and system for the same

Also Published As

Publication number Publication date
KR20220037054A (en) 2022-03-24

Similar Documents

Publication Publication Date Title
CN104919428B (en) Environment set server, computer system and environment setting method
US10445208B2 (en) Tunable, efficient monitoring of capacity usage in distributed storage systems
CN103473251B (en) The method and system of the file system snapshot using selectivity tuple versioned is provided in the computing environment using processing apparatus
KR100946986B1 (en) File storage system and method for managing duplicated files in the file storage system
CN102629247B (en) Method, device and system for data processing
WO2018133662A1 (en) Data redistribution method and apparatus, and database cluster
US20120191675A1 (en) Device and method for eliminating file duplication in a distributed storage system
US20190384775A1 (en) Active Transaction List Synchronization Method and Apparatus
CN104391930A (en) Distributed file storage device and method
CN107045422A (en) Distributed storage method and equipment
EP2176777B1 (en) Processing write requests with server having global knowledge
WO2017088705A1 (en) Data processing method and device
JP2011191933A (en) Storage device, and program and method for controlling storage device
US20110252198A1 (en) Storage network system and its control method
US11023582B2 (en) Identification and control of malicious users on a data storage system
US20190332770A1 (en) Malware scanning for network-attached storage systems
US20150207871A1 (en) Event Distribution Method, Control Device, and Processor on Software-Defined Network
CN106815342A (en) A kind of distributed file system user quota system and method
CN115859362A (en) Data storage system, method, device and medium based on block chain side chain
KR102572475B1 (en) Disposable Blockchain Ledger System and Blockchain Operation Method Using the same
CN104125235A (en) Integrated multi-protocol storage method
JP5504936B2 (en) Storage apparatus and data storage control method
CN114253950B (en) Method and device for managing database
JP5494817B2 (en) Storage system, data management apparatus, method and program
TW201308115A (en) A distributed de-duplication system and the method therefore

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
AMND Amendment
X601 Decision of rejection after re-examination
J201 Request for trial against refusal decision
J301 Trial decision

Free format text: TRIAL NUMBER: 2023101000953; TRIAL DECISION FOR APPEAL AGAINST DECISION TO DECLINE REFUSAL REQUESTED 20230502

Effective date: 20230630

GRNO Decision to grant (after opposition)