KR20230115721A - Method for blockchain consensus, device of blockchain consensus, computer program for performing method therefor and computer readable storage medium storing same - Google Patents

Method for blockchain consensus, device of blockchain consensus, computer program for performing method therefor and computer readable storage medium storing same Download PDF

Info

Publication number
KR20230115721A
KR20230115721A KR1020220012513A KR20220012513A KR20230115721A KR 20230115721 A KR20230115721 A KR 20230115721A KR 1020220012513 A KR1020220012513 A KR 1020220012513A KR 20220012513 A KR20220012513 A KR 20220012513A KR 20230115721 A KR20230115721 A KR 20230115721A
Authority
KR
South Korea
Prior art keywords
node
holders
node operators
operators
blockchain consensus
Prior art date
Application number
KR1020220012513A
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 KR1020220012513A priority Critical patent/KR20230115721A/en
Priority to PCT/KR2022/006648 priority patent/WO2023146026A1/en
Publication of KR20230115721A publication Critical patent/KR20230115721A/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1074Peer-to-peer [P2P] networks for supporting data block transmission mechanisms
    • H04L67/1078Resource delivery mechanisms
    • H04L67/1082Resource delivery mechanisms involving incentive schemes
    • 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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/06Asset management; Financial planning or analysis
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1074Peer-to-peer [P2P] networks for supporting data block transmission mechanisms

Abstract

본 발명의 일 실시예에 따른 블록체인 합의 방법은, 복수의 홀더에 의해 메인넷에 투자된 코인의 개수에 따라 복수의 홀더에게 지분 토큰이 발행된 정보를 획득하는 단계; 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 단계; 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 복수의 노드 운영자의 순위를 연산하는 단계; 및 위임된 지분 토큰 정보 및 연산된 노드 운영자의 순위에 기초하여, 복수의 노드 운영자 및 복수의 홀더에게 보상을 분배하는 단계를 포함할 수 있다.A blockchain consensus method according to an embodiment of the present invention includes the steps of obtaining information on whether equity tokens are issued to a plurality of holders according to the number of coins invested in a mainnet by a plurality of holders; Obtaining information in which a plurality of first holders among a plurality of holders have delegated equity tokens to a plurality of node operators; calculating a ranking of a plurality of node operators in the order of increasing amounts of equity tokens delegated to the plurality of node operators; and distributing rewards to a plurality of node operators and a plurality of holders based on the delegated stake token information and the computed ranks of node operators.

Description

블록체인 합의 방법, 블록체인 합의 장치, 블록체인 합의 방법을 수행하는 컴퓨터 프로그램 및 합의 방법이 저장된 프로그램이 저장된 컴퓨터 프로그램 기록매체{METHOD FOR BLOCKCHAIN CONSENSUS, DEVICE OF BLOCKCHAIN CONSENSUS, COMPUTER PROGRAM FOR PERFORMING METHOD THEREFOR AND COMPUTER READABLE STORAGE MEDIUM STORING SAME}A block chain consensus method, a block chain consensus device, a computer program that performs the block chain consensus method, and a computer program recording medium in which the program stored with the consensus method is stored READABLE STORAGE MEDIUM STORING SAME}

본 발명은 블록체인 합의 방법, 블록체인 합의 장치, 블록체인 합의 방법을 수행하는 컴퓨터 프로그램 및 합의 방법이 저장된 프로그램이 저장된 컴퓨터 프로그램 기록매체에 관한 것이다.The present invention relates to a block chain agreement method, a block chain agreement apparatus, a computer program for performing the block chain agreement method, and a computer program recording medium storing the program in which the agreement method is stored.

블록체인의 합의는 블록체인 네트워크에 합의를 달성하는 메커니즘이이다. 탈중앙화된 블록체인은 분산화된 시스템으로 구성되어, 중앙 권위체에 의존하지 않기에, 분산화된 노드는 트랜잭션의 유효성에 합의가 필요하다. 따라서, 블록체인 합의는 프로토콜 규칙이 준수되고 있는지 확인하며, 모든 트랜잭션이 신뢰할 수 있는 방식으로 진행되는 것을 보장하여, 코인이 한 번만 사용되도록 한다.Blockchain consensus is the mechanism by which a blockchain network achieves consensus. Since a decentralized blockchain consists of a decentralized system and does not depend on a central authority, decentralized nodes need to agree on the validity of transactions. Thus, blockchain consensus ensures that protocol rules are being followed, and ensures that all transactions proceed in a trustworthy manner, ensuring that coins are only used once.

종래 블록체인의 합의 방법 POW(Proof of Work), PoS(Proof of Stake), DPOS(Delegate Proof of Stake), BFT(Byzantine Fault Tolerance) 등이 존재하며, 상기 블록체인 합의는 블록체인에서 모든 트랜잭션이 보증되기 위하여, 탈중앙화 정도, 성능 등을 고려하고 있다.Conventional blockchain consensus methods include POW (Proof of Work), PoS (Proof of Stake), DPOS (Delegate Proof of Stake), and BFT (Byzantine Fault Tolerance). To be guaranteed, the degree of decentralization, performance, etc. are being considered.

상기 블록체인 합의를 적용한 플랫폼에서는 메인넷(main net)의 개선을 위한 자금을 발행하는 코인에 대해, 일정 부분을 기 설정된 정책에 따라, 플랫폼의 개선, 변경, 운영, 유지관리의 목적으로 할용하고 있기 때문에 코인의 보유자들이 직접적으로 메인넷의 개선 작업에 참여하기가 어렵다는 문제가 있다.In the platform to which the blockchain consensus is applied, a certain portion of the coin issuing funds for the improvement of the main net is allocated for the purpose of improving, changing, operating, and maintaining the platform according to a predetermined policy. Because of this, there is a problem that it is difficult for coin holders to directly participate in the mainnet improvement work.

종래 블록체인 합의 방법 중 DpoS의 경우 홀더들이 스테이킹(Staking)된 코인의 권한을 노드에게 위임하고, 코인을 위임받은 일정 수의 노드들이 블록체인 합의를 수행하며, 노드들이 블록체인 합의에 따른 블록생성에 대한 보상을 코인을 위임한 홀더들에게 지급하고 있다.Among the conventional blockchain consensus methods, in the case of DpoS, holders delegate the authority of staked coins to nodes, a certain number of nodes delegated with coins perform blockchain consensus, and the nodes block blocks according to the blockchain consensus. Compensation for creation is being paid to holders who delegated coins.

본 발명이 해결하고자 하는 과제는 코인의 홀더들이 메인넷의 적극적인 운영자로 참여시키기 위하여 투자 및 기부 방식의 블록체인 합의 방법 및 장치를 제공하는 것이다. The problem to be solved by the present invention is to provide a block chain consensus method and device of investment and donation method in order to have coin holders participate as active operators of the mainnet.

다만, 본 발명이 해결하고자 하는 과제는 이상에서 언급한 것으로 제한되지 않으며, 언급되지 않은 또 다른 해결하고자 하는 과제는 아래의 기재로부터 본 발명이 속하는 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.However, the problem to be solved by the present invention is not limited to those mentioned above, and another problem to be solved that is not mentioned can be clearly understood by those skilled in the art from the description below. will be.

본 발명의 일 실시예에 따른 블록체인 합의 방법은, 복수의 홀더에 의해 메인넷에 투자된 코인의 개수에 따라 상기 복수의 홀더에게 지분 토큰이 발행된 정보를 획득하는 단계; 상기 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 단계; 상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 연산하는 단계; 및 상기 위임된 지분 토큰 정보 및 상기 연산된 노드 운영자의 순위에 기초하여, 상기 복수의 노드 운영자 및 상기 복수의 홀더에게 보상을 분배하는 단계를 포함할 수 있다.A block chain consensus method according to an embodiment of the present invention includes obtaining information on issuance of equity tokens to a plurality of holders according to the number of coins invested in a mainnet by a plurality of holders; Obtaining information in which a plurality of first holders among the plurality of holders have delegated equity tokens to a plurality of node operators; calculating rankings of the plurality of node operators in order of increasing amounts of equity tokens delegated to the plurality of node operators; and distributing rewards to the plurality of node operators and the plurality of holders based on the delegated equity token information and the calculated ranks of node operators.

상기 보상을 분배하는 단계는, 상기 메인넷에 투자된 코인의 운용 수익을 상기 보상으로 하여, 복수의 홀더가 각각 상기 메인넷에 투자한 코인의 개수에 비례하여 상기 보상을 분배하는 단계를 포함할 수 있다.Distributing the reward may include distributing the reward in proportion to the number of coins invested in the mainnet by a plurality of holders, with the operating profit of the coin invested in the mainnet as the reward. can

상기 복수의 노드 운영자의 순위를 연산하는 단계는, 상기 복수의 노드 운영자 중에서 상기 위임된 지분 토큰이 많은 상위 소정의 제1 순위까지의 복수의 노드 운영자를 복수의 블록생성 노드 운영자로서 선정하는 단계를 더 포함하고, 상기 블록체인 합의 방법은, 상기 선정된 복수의 블록생성 노드 운영자가 블록체인 합의 알고리즘으로 블록체인의 블록을 생성하는 단계를 더 포함하고, 상기 보상을 분배하는 단계는, 상기 복수의 블록생성 노드 운영자에게 블록생성 보상을 분배하는 단계를 포함할 수 있다.The step of calculating the ranks of the plurality of node operators includes selecting a plurality of node operators up to a predetermined first rank having a large number of delegated equity tokens among the plurality of node operators as a plurality of block generation node operators. The method further includes, wherein the block chain consensus method further includes generating a block of the block chain by the plurality of selected block generation node operators using a block chain consensus algorithm, and distributing the reward comprises: It may include distributing block production rewards to block production node operators.

상기 복수의 블록생성 노드 운영자로서 선정하는 단계에서, 소정의 제1 순위는 BFT(Byzantine Fault Tolerance) 블록체인 합의 알고리즘에 따라 기 설정된 수 이상일 수 있다.In the step of selecting a plurality of block generation node operators, a predetermined first rank may be equal to or greater than a predetermined number according to a Byzantine Fault Tolerance (BFT) blockchain consensus algorithm.

상기 블록체인의 블록을 생성하는 단계에서, 상기 블록생성 노드 운영자의 블록체인 합의 알고리즘은 IBFT(Istanbul Byzantine Fault Tolerance), PBFT(Practical Byzantine Fault Tolerance), Tendermint를 포함하는 BFT 블록체인 합의 알고리즘일 수 있다.In the step of generating the block of the blockchain, the blockchain consensus algorithm of the block generation node operator may be a BFT blockchain consensus algorithm including Istanbul Byzantine Fault Tolerance (IBFT), Practical Byzantine Fault Tolerance (PBFT), and Tendermint. .

상기 블록체인 합의 방법은, 상기 복수의 노드 운영자 중에서 상기 위임된 지분 토큰이 많은 상위 소정의 제2 순위까지의 복수의 노드 운영자를 복수의 순위보상 노드 운영자로서 선정하는 단계를 더 포함하고, 상기 보상을 분배하는 단계는, 상기 순위보상 노드 운영자에게 추가 보상을 분배하는 단계를 포함할 수 있다.The block chain consensus method further includes selecting a plurality of node operators up to a predetermined second rank with a large number of the delegated equity tokens as a plurality of rank reward node operators, among the plurality of node operators, and the reward The distributing may include distributing additional compensation to the ranking reward node operator.

상기 블록체인 합의 방법은, 상기 복수의 홀더 중에서 제1 개수 이상의 코인을 예치한 적어도 하나의 제1 홀더 또는 상기 복수의 노드 운영자 중 적어도 하나의 제1 노드 운영자가 제안한 메인넷에 대한 복수의 서비스 제안을 획득하는 단계; 상기 복수의 노드 운영자 중에서 상기 위임된 지분 토큰이 많은 상위 소정의 제3 순위까지의 복수의 노드 운영자를 복수의 투표 노드 운영자로서 선정하는 단계; 및 상기 선정된 복수의 투표 노드 운영자의 투표를 수행하여 상기 복수의 서비스 제안 중에서 최종 서비스 제안을 채택하는 단계를 더 포함하고, 상기 보상을 분배하는 단계는, 상기 채택된 최종 서비스 제안을 제안한 제1 홀더 또는 제1 노드 운영자 및 복수의 투표 노드 운영자에게 추가 보상을 분배하는 단계를 포함할 수 있다.The block chain consensus method is to propose a plurality of services for a mainnet proposed by at least one first holder who has deposited a first number or more coins among the plurality of holders or by at least one first node operator among the plurality of node operators. obtaining; selecting a plurality of node operators up to a predetermined third rank having a large number of delegated equity tokens from among the plurality of node operators as a plurality of voting node operators; and selecting a final service proposal from among the plurality of service proposals by performing a vote of the plurality of selected voting node operators, wherein the step of distributing the reward comprises: a first service proposal that proposes the selected final service proposal; Distributing additional rewards to the holder or first node operator and the plurality of voting node operators.

상기 복수의 서비스 제안 중에서 최종 서비스 제안을 채택하는 단계에서, 상기 예치된 코인의 개수가 기 설정된 소정의 개수 이상인 경우에만, 상기 선정된 복수의 투표 노드 운영자가 투표를 수행할 수 있다.In the step of selecting a final service proposal from among the plurality of service proposals, the plurality of selected voting node operators may vote only when the number of deposited coins is equal to or greater than a predetermined number.

상기 블록체인 합의 방법은, 소정의 제1 주기마다 상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 재연산하는 단계를 더 포함할 수 있다.The blockchain consensus method may further include recalculating the rankings of the plurality of node operators in an order in which the amount of equity tokens delegated to the plurality of node operators is large every first predetermined period.

상기 복수의 노드 운영자의 순위를 재연산하는 단계는 복수의 노드 운영자의 순위를 재연산하기 전의 소정의 제1 시점에서, 상기 복수의 노드 운영자의 정보를 상기 복수의 홀더에게 제공하는 단계; 및 상기 복수의 홀더 중에서 복수의 제2 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 단계를 포함할 수 있다.The recalculating of the rankings of the plurality of node operators may include providing information on the plurality of node operators to the plurality of holders at a first predetermined point in time before recalculating the rankings of the plurality of node operators; and obtaining information in which a plurality of second holders among the plurality of holders have delegated equity tokens to a plurality of node operators.

상기 복수의 노드 운영자의 정보는 상기 제1 시점 이전의 순위, 보상 비율 및 투표 참여도 중 적어도 하나를 포함할 수 있다.The information of the plurality of node operators may include at least one of a rank prior to the first point in time, a reward ratio, and a voting participation rate.

상기 복수의 노드 운영자는, 상기 메인넷의 풀 노드의 원장을 소유하고, 노드 서버를 운영할 수 있다.The plurality of node operators may own the ledger of the full node of the mainnet and operate node servers.

본 발명의 다른 측면에 따른 블록체인 합의 장치는 복수의 홀더에 의해 메인넷에 투자된 코인의 개수에 따라 상기 복수의 홀더에게 지분 토큰이 발행된 정보를 획득하고, 상기 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 송수신부; 및 상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 연산하고, 상기 위임된 지분 토큰 정보 및 상기 연산된 노드 운영자의 순위에 기초하여, 상기 복수의 노드 운영자 및 상기 복수의 홀더에게 보상을 분배하는 제어부를 포함할 수 있다.According to another aspect of the present invention, the block chain consensus apparatus obtains information on issuance of equity tokens to a plurality of holders according to the number of coins invested in a mainnet by a plurality of holders, and obtains information on a plurality of holders among the plurality of holders. 1 Transmitting and receiving unit for obtaining information on entrusting equity tokens to a plurality of node operators by the holder; and calculating rankings of the plurality of node operators in an order of increasing amounts of equity tokens delegated to the plurality of node operators, and based on the delegated equity token information and the computed rankings of node operators, the plurality of nodes. It may include a control unit for distributing rewards to an operator and the plurality of holders.

본 발명의 다른 실시예에 따른 컴퓨터 프로그램은, 블록체인 합의 장치에 의해 수행되는 블록체인 합의 방법을 프로세서가 수행하도록 하기 위한 명령어를 포함하고, 상기 방법은, 복수의 홀더에 의해 메인넷에 투자된 코인의 개수에 따라 상기 복수의 홀더에게 지분 토큰이 발행된 정보를 획득하는 단계; 상기 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 단계; 상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 연산하는 단계; 및 상기 위임된 지분 토큰 정보 및 상기 연산된 노드 운영자의 순위에 기초하여, 상기 복수의 노드 운영자 및 상기 복수의 홀더에게 보상을 분배하는 단계를 포함할 수 있다.A computer program according to another embodiment of the present invention includes instructions for causing a processor to perform a blockchain consensus method performed by a blockchain consensus device, and the method includes obtaining information on issuance of equity tokens to the plurality of holders according to the number of coins; Obtaining information in which a plurality of first holders among the plurality of holders have delegated equity tokens to a plurality of node operators; calculating rankings of the plurality of node operators in order of increasing amounts of equity tokens delegated to the plurality of node operators; and distributing rewards to the plurality of node operators and the plurality of holders based on the delegated equity token information and the calculated ranks of node operators.

본 발명의 또 다른 실시예에 따른 컴퓨터 판독 가능한 기록매체는, 컴퓨터 프로그램을 저장하고, 상기 컴퓨터 프로그램은, 블록체인 합의 장치에 의해 수행되는 블록체인 합의 방법을 프로세서가 수행하도록 하기 위한 명령어를 포함하고, 상기 방법은, 복수의 홀더에 의해 메인넷에 투자된 코인의 개수에 따라 상기 복수의 홀더에게 지분 토큰이 발행된 정보를 획득하는 단계; 상기 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 단계; 상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 연산하는 단계; 및 상기 위임된 지분 토큰 정보 및 상기 연산된 노드 운영자의 순위에 기초하여, 상기 복수의 노드 운영자 및 상기 복수의 홀더에게 보상을 분배하는 단계를 포함할 수 있다.A computer readable recording medium according to another embodiment of the present invention stores a computer program, and the computer program includes instructions for causing a processor to perform a block chain agreement method performed by a block chain agreement device, , The method comprises: obtaining information on issuance of equity tokens to the plurality of holders according to the number of coins invested in the mainnet by the plurality of holders; Obtaining information in which a plurality of first holders among the plurality of holders have delegated equity tokens to a plurality of node operators; calculating rankings of the plurality of node operators in order of increasing amounts of equity tokens delegated to the plurality of node operators; and distributing rewards to the plurality of node operators and the plurality of holders based on the delegated equity token information and the calculated ranks of node operators.

본 발명의 실시예에 의하면, 각 홀더들의 메인넷의 코인 보유량에 비례하여 지분 증명(PoS)에 의하여 홀더들이 보상 및 의사결정에 참여하던 방식이 아닌, 홀더들의 적극적인 투자를 통하여, 투자량에 따라 메인넷의 의사결정에 참여 할 수 있다. 또한, 메인넷은 홀더들의 투자 금액의 운영을 통하여 메인넷을 확장 운용할 수 있으며, 홀더들은 투자 수익 및 메인넷 확장에 따른 수익금을 지급받을 수 있는 효과가 있다. 이에 따라, 홀더의 투자 및 제안 권한 부여, 메인넷의 확장 및 메인넷의 확장에 따른 홀더에 보상의 선순환 구조를 정립하여, 블록체인 플랫폼의 활성화 및 안정성을 확보할 수 있는 효과가 있다.According to the embodiment of the present invention, holders do not participate in compensation and decision-making by Proof of Stake (PoS) in proportion to the amount of coins held by each holder in the mainnet, but through active investment by holders, according to the amount of mainnet investment. can participate in decision-making. In addition, the mainnet can expand and operate the mainnet through the operation of the investment amount of the holders, and the holders can receive investment returns and proceeds from the mainnet expansion. Accordingly, there is an effect of securing the activation and stability of the blockchain platform by establishing a virtuous cycle structure of granting the holder's investment and proposal rights, expansion of the mainnet, and compensation to the holder according to the expansion of the mainnet.

도 1은 본 발명의 일 실시예에 따른 블록체인 합의 시스템을 설명하기 위한 블록 구성도이다.
도 2는 본 발명의 일 실시예에 따른 블록체인 합의 장치를 설명하기 위한 블록 구성도이다.
도 3은 블록체인 합의 장치를 하드웨어적 측면에서 설명하기 위한 블록 구성도이다.
도 4는 본 발명의 다른 측면에 따른 블록체인 합의 방법의 순서도이다.
1 is a block diagram illustrating a block chain consensus system according to an embodiment of the present invention.
2 is a block diagram illustrating a block chain agreement device according to an embodiment of the present invention.
3 is a block configuration diagram for explaining the block chain consensus device in terms of hardware.
4 is a flowchart of a blockchain consensus method according to another aspect of the present invention.

본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나 본 발명은 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있으며, 단지 본 실시예들은 본 발명의 개시가 완전하도록 하고, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 청구항의 범주에 의해 정의될 뿐이다.Advantages and features of the present invention, and methods of achieving them, will become clear with reference to the detailed description of the following embodiments taken in conjunction with the accompanying drawings. However, the present invention is not limited to the embodiments disclosed below, but may be implemented in various different forms, and only these embodiments make the disclosure of the present invention complete, and common knowledge in the art to which the present invention belongs. It is provided to completely inform the person who has the scope of the invention, and the present invention is only defined by the scope of the claims.

본 발명의 실시예들을 설명함에 있어서 공지 기능 또는 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략할 것이다. 그리고 후술되는 용어들은 본 발명의 실시예에서의 기능을 고려하여 정의된 용어들로서 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다. 그러므로 그 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다.In describing the embodiments of the present invention, if it is determined that a detailed description of a known function or configuration 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 embodiment of 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.

도 1는 본 발명의 일 실시예에 따른 블록체인 합의 시스템을 설명하기 위한 블록 구성도이다.1 is a block diagram illustrating a block chain agreement system according to an embodiment of the present invention.

도 1을 참조하면, 블록체인 합의 시스템(10)은 블록체인 합의 장치(100), 메인넷(200), 복수의 홀더(300) 및 복수의 노드 운영자(400)를 포함할 수 있다.Referring to FIG. 1 , the blockchain agreement system 10 may include a blockchain agreement device 100, a mainnet 200, a plurality of holders 300, and a plurality of node operators 400.

실시예에 따른, 블록체인 합의 장치(100)는 복수의 홀더(300)가 단순히 코인을 스테이킹하고, 스테이킹된 코인을 위임받은 노드 운영자가 블록생성 및 의사결정을 하는 블록체인 합의 방법에서 벗어나, 복수의 홀더(300)가 메인넷(200)의 운용 방식에 적극 참여시켜 메인넷(200)에 대한 코인 투자를 활성화 시킬 수 있다.According to the embodiment, the block chain agreement device 100 is different from the block chain agreement method in which a plurality of holders 300 simply stake coins and node operators entrusted with the staked coins make blocks and make decisions. , A plurality of holders 300 can actively participate in the operation method of the main net 200 to activate coin investment in the main net 200.

메인넷(200)은 기존에 이용되는 블록체인 네트워크에서 벗어나 독립적인 블록체인 생태계를 구성하는 것을 의미한다. 또한 메인넷(200)은 블록체인 프로젝트를 실제 출시하여 운영하는 네트워크로, 독립적인 플랫폼으로서 암호화폐 거래소, 개인 지갑 거래간 트랜잭션을 비롯해 생태계를 구성하고 암호화폐 지갑을 생성할 수 있다.The mainnet 200 means to construct an independent blockchain ecosystem out of the existing blockchain network. In addition, the mainnet 200 is a network that actually launches and operates blockchain projects. As an independent platform, it can create an ecosystem and create a cryptocurrency wallet, including transactions between cryptocurrency exchanges and individual wallets.

또한, 메인넷(200)은 커뮤니티 풀(community pool)을 포함할 수 있다. 커뮤니티 풀은 메인넷의 운영을 위하여 코인 보유자인 복수의 홀더(300)로부터 코인을 투자 받고, 투자 받은 코인에 비례하여 지분 토큰을 발행 받을 수 있다. 실시예에 따라, 블록체인 합의 장치(100)는 커뮤니티 풀을 통해 투자받은 코인을 메인넷(200)의 운용 및 확장에 이용하도록 제어 할 수 있다. 본 명세서에서는 설명의 편의를 위해 커뮤니티 풀이 메인넷에 포함되는 것으로 설명하지만, 커뮤니티 풀은 별도의 장치에서 구현될 수 있다. 복수의 홀더(300)로부터 코인을 예치받아 예치받은 코인을 복수의 홀더(300)가 돌려받을 수 있는 DpoS와는 달리, 실시예에서는 복수의 홀더(300)가 커뮤니티 풀에 투자한 코인은 메인넷(200)의 운용 및 확장에 이용되므로, 커뮤니티 풀에 코인을 투자한 복수의 홀더는 투자한 코인이 아닌 운용 수익을 보상으로 분배받을 수 있다.In addition, the mainnet 200 may include a community pool. The community pool may receive investments in coins from a plurality of holders 300 who are coin holders for the operation of the mainnet, and may receive equity tokens issued in proportion to the coins invested. Depending on the embodiment, the blockchain consensus device 100 may control coins invested through the community pool to be used for operation and expansion of the mainnet 200. In this specification, the community pool is described as being included in the mainnet for convenience of explanation, but the community pool may be implemented in a separate device. Unlike DpoS, in which coins are deposited from a plurality of holders 300 and the deposited coins can be returned by the plurality of holders 300, in the embodiment, the coins invested in the community pool by the plurality of holders 300 are mainnet ( 200), multiple holders who have invested coins in the community pool can receive distribution of operating profits as compensation, not the coins they invested.

일 실시예에 따라, 커뮤니티 풀에 투자된 코인은 메인넷(200)의 기술적인 업데이트, 메인넷 운영을 위한 3rd 파티 솔루션 개발 등 메인넷의 시스템 개선 자금으로 이용될 수 있다.According to one embodiment, the coins invested in the community pool can be used as funds for system improvement of the mainnet, such as technical updates of the mainnet 200 and development of 3rd party solutions for mainnet operation.

코인을 보유하고 있는 복수의 홀더(300)는 코인을 보유하고 있는 개인 사용자이거나 기관 또는 단체일 수 있고, 복수의 홀더(300)는 보유하고 있는 코인을 커뮤니티 풀에 투자하여, 투자된 코인의 개수에 따라, 지분 토큰을 발행 받을 수 있다. 실시예에 따라, 블록체인 합의 장치(100)는 투자된 코인을 메인넷(200)의 운용 자금으로 이용하도록 할 수 있고, 메인넷(200)의 운용 수익을 복수의 홀더가 각각 메인넷(200)에 투자한 코인의 개수에 비례하여 상기 보상을 분배하도록 결정할 수 있다.The plurality of holders 300 holding coins may be individual users or institutions or organizations holding coins, and the plurality of holders 300 invest their coins in the community pool, and the number of coins invested Accordingly, equity tokens can be issued. Depending on the embodiment, the block chain agreement device 100 may use the invested coin as an operating fund of the mainnet 200, and a plurality of holders may receive operating profits of the mainnet 200, respectively. ), it may be determined to distribute the reward in proportion to the number of coins invested.

일 실시예에 따라, 복수의 홀더(300)는 소정 개수의 코인을 예치금으로 하여, 서비스 제안을 할 수 있고, 제안된 서비스 제안이 채택되는 경우, 블록체인 합의 장치(100)는 채택된 서비스 제안을 한 해당 홀더에게 추가 보상을 분배할 수 있다.According to an embodiment, the plurality of holders 300 may make a service proposal by depositing a predetermined number of coins, and when the proposed service proposal is adopted, the block chain consensus apparatus 100 Additional rewards can be distributed to the holders who do so.

노드 운영자(400)는 복수의 홀더(300)로부터 지분 토큰을 위임받아, 메인넷(200)의 운용 정책을 제안할 수 있으며, 제안된 정책을 채택할 수 있다. 또한, 노드 운영자(400)는 노드 원장을 저장할 수 있으며, 메인넷의 블록을 생성할 수 있고, 노드 서버 운영을 할 수 있다. 또한, 노드 운영자(400)는 메인넷(200)의 운용 수익 내지 블록생성에 대한 보상을 획득할 수 있으며, 획득 받은 보상을 해당 노드 운영자에게 코인을 위임한 홀더에게 해당 노드 운영자의 정책에 따라 재분배 할 수 있다.The node operator 400 can propose an operation policy of the mainnet 200 by receiving equity tokens from the plurality of holders 300 and adopt the proposed policy. In addition, the node operator 400 can store a node ledger, create a mainnet block, and operate a node server. In addition, the node operator 400 may obtain compensation for the operation revenue or block generation of the mainnet 200, and redistribute the obtained reward to the holder who entrusted the coin to the node operator according to the node operator's policy. can do.

도 2는 본 발명의 일 실시예에 따른 블록체인 합의 장치를 설명하기 위한 블록 구성도이다.2 is a block diagram illustrating a block chain agreement device according to an embodiment of the present invention.

도 2를 더 참조하면, 블록체인 합의 장치(100)는 송수신부(110), 노드 운영자 순위 선정부(120), 블록체인 합의부(130), 보상 분배부(140) 및 라운드 판단부(150)를 포함할 수 있다.Referring further to FIG. 2, the blockchain agreement device 100 includes a transceiver 110, a node operator ranking selection unit 120, a blockchain agreement unit 130, a reward distribution unit 140, and a round determination unit 150. can include

블록체인 합의 장치(100)는 코인을 보유하고 있는 복수의 홀더(300), 홀더로부터 지분 토큰을 위임받은 복수의 노드 운영자(400) 및 메인넷(200)사이에서, 각 홀더로부터 코인 투자를 독려하고, 메인넷(200)에서 투자된 코인으로 수익을 창출하여 발생된 수익을 각 노드 운영자, 홀더에게 효율적으로 분배하는 블록체인 합의 방법을 제공할 수 있다.The blockchain consensus device 100 encourages coin investment from each holder between a plurality of holders 300 holding coins, a plurality of node operators 400 delegated with equity tokens from the holders, and the mainnet 200. And, it is possible to provide a blockchain consensus method that efficiently distributes the revenue generated by generating revenue with the coin invested in the mainnet 200 to each node operator and holder.

또한, 실시예에 따라, 블록체인 합의 장치(100)는 복수의 홀더(300)가 투자한 코인을 이용하여 메인넷(200)에 대한 운용 방안에 대해, 노드 운영자(400)뿐 아니라 홀더(300)로부터 적극적으로 제안을 획득하고 선별된 노드 운영자의 투표를 통해 채택된 제안을 제안한 홀더에게 더 큰 보상을 분배할 수 있다.In addition, according to the embodiment, the block chain agreement device 100 uses coins invested by a plurality of holders 300 to operate the mainnet 200, not only the node operator 400 but also the holder 300 ), and a larger reward can be distributed to the holder who proposed the proposal adopted through the vote of the selected node operator.

송수신부(110)는 유선 또는 무선 통신을 이용하여 메인넷(200), 홀더(300), 노드 운영자(400) 및 기타 외부 장치로부터 복수의 홀더(300)가 메인넷(200)에 투자한 코인 정보, 발행된 지분 토큰 정보등을 수신할 수 있다. 또한 송수신부(110)는 후술할 노드 운영자 순위 선정부(120)가 연산한 노드 운영자의 순위, 보상 분배부(140)에 의해 결정된 분배 수익, 라운드 판단부(150)에 의해 판단된 라운드 정보 등을 메인넷(200), 홀더(300) 및 노드 운영자(400)에게 송신할 수 있다. 또한, 송수신부(110)는 유선 또는 무선 통신을 이용하여, 블록체인 데이터의 합의를 위하여 블록생성 노드 운영자에 합의 요청 신호를 송신하거나 합의가 완료된 데이터를 외부 기기 또는 노드 운영자(400)에게 송신하도록 요청 신호를 송신할 수 있다. The transceiver 110 uses wired or wireless communication to provide coins invested in the main net 200 by a plurality of holders 300 from the main net 200, the holder 300, the node operator 400, and other external devices. Information, issued equity token information, etc. can be received. In addition, the transceiver 110 transmits the ranking of node operators calculated by the node operator ranking selection unit 120, distribution revenue determined by the reward distribution unit 140, round information determined by the round determination unit 150, etc., which will be described later. may be transmitted to the mainnet 200, the holder 300, and the node operator 400. In addition, the transceiver 110 transmits an agreement request signal to the block generation node operator for agreement on blockchain data or transmits data for which agreement has been completed to an external device or node operator 400 using wired or wireless communication. A request signal can be sent.

또한, 송수신부(110)는 복수의 홀더(300) 중에서 제1 개수 이상의 코인을 예치한 적어도 하나의 제1 홀더 또는 복수의 노드 운영자(400) 중 적어도 하나의 제1 노드 운영자가 제안한 메인넷(200)에 대한 복수의 서비스 제안을 획득할 수 있다.In addition, the transmitting and receiving unit 110 is a mainnet proposed by at least one first holder who has deposited the first or more coins among the plurality of holders 300 or at least one first node operator among the plurality of node operators 400 ( 200) may obtain a plurality of service proposals.

여기서, 메인넷(200)에 대한 서비스 제안은 메인넷에 대한 서비스 정책이면 어떤 것이든 상관이 없다.Here, the service proposal for the mainnet 200 may be any service policy for the mainnet.

송수신부(110)가 유선 또는 무선 통신을 이용하여 데이터를 송신 또는 수신하는 방법은 예를 들어, 데이터 케이블 등의 유선 통신을 이용하거나, Wi-fi, NFC 등의 기 공지된 무선통신 방법을 이용할 수 있으나 송수신부(110)가 데이터 통신하는 방법은 이에 한정되지 않는다.A method in which the transceiver 110 transmits or receives data using wired or wireless communication may use, for example, wired communication such as a data cable or a known wireless communication method such as Wi-Fi or NFC. However, the method of data communication by the transceiver 110 is not limited thereto.

노드 운영자 순위 선정부(120)는 복수의 노드 운영자(400)가 위임 받은 지분 토큰의 양에 따라, 각 노드 운영자의 순위를 연산할 수 있고, 연산된 순위에 따라, 각 노드 운영자의 역할을 정의할 수 있다.The node operator ranking selection unit 120 may calculate the ranking of each node operator according to the amount of equity tokens delegated by the plurality of node operators 400, and define the role of each node operator according to the calculated ranking. can do.

실시예에 따라, 노드 운영자 순위 선정부(120)는 복수의 노드 운영자(400)가 위임 받은 지분 토큰이 많은 상위 소정의 제1 순위까지의 복수의 노드 운영자를 복수의 블록생성 노드 운영자로서 선정할 수 있다. 여기서, 선정된 블록생성 노드 운영자는 블록체인 합의부(130)에서 선정한 블록체인 합의 알고리즘에 의해 메인넷(200)에서 블록생성을 할 수 있고, 후술될 보상 분배부(140)에 의해 블록생성 보상을 분배 받을 수 있다. 여기서, 블록생성 보상은 노드 운영자가 보유하고 있는 지분 토큰량에 비례하여 분배될 수 있다. 이에 따라, 블록생성 노드 운영자는 분배받은 블록생성 보상을 기 설정된 정책에 따라, 지분 토큰을 해당 노드 운영자에게 위임한 홀더에게 재 분배할 수 있다.Depending on the embodiment, the node operator ranking selection unit 120 selects a plurality of node operators up to a predetermined first rank with a large number of equity tokens delegated by the plurality of node operators 400 as a plurality of block generation node operators. can Here, the selected block generation node operator can generate a block on the mainnet 200 by the blockchain consensus algorithm selected by the block chain consensus unit 130, and block generation compensation by the reward distribution unit 140 to be described later. can be distributed. Here, the block generation reward can be distributed in proportion to the amount of stake tokens held by the node operator. Accordingly, the block generation node operator can redistribute the distributed block generation reward to the holder who has delegated the equity token to the corresponding node operator according to a preset policy.

블록체인 합의부(130)는 블록체인 합의 알고리즘을 선정하고, 선정된 합의 알고리즘에 따라, 노드 운영자 순위 선정부(120)에서 선정된 블록생성 운영자로 하여금 블록체인 합의를 수행하여, 블록을 생성하도록 할 수 있다.The blockchain consensus unit 130 selects a blockchain consensus algorithm, and according to the selected consensus algorithm, allows the block generation operator selected by the node operator ranking unit 120 to perform a blockchain consensus and generate a block. can

여기서, 소정의 제1 순위는 블록체인 합의부(130)에서 선정한 블록체인 합의 알고리즘에 따라 결정될 수 있다. 실시예에 따라, 소정의 제1 순위는 BFT(Byzantine Fault Tolerance) 블록체인 합의 알고리즘에 따라 기 설정된 수 이상일 수 있다.Here, the predetermined first rank may be determined according to the blockchain agreement algorithm selected by the blockchain agreement unit 130. Depending on the embodiment, the predetermined first rank may be equal to or greater than a preset number according to a Byzantine Fault Tolerance (BFT) blockchain consensus algorithm.

예를 들어, 블록체인 합의부(130)에서 선정한 블록체인 합의 알고리즘은 IBFT(Istanbul Byzantine Fault Tolerance), PBFT(Practical Byzantine Fault Tolerance), Tendermint를 포함하는 BFT 블록체인 합의 알고리즘일 수 있다. 이 경우, BFT 알고리즘의 3n+1의 법칙에 따라, 최소 1개의 악의적인 노드 존재를 반영하기 위해 노드 운영자 순위 선정부(120)는 상기 제1 순위를 4 순위이상으로 선정할 수 있다. 또한, 노드 운영자 순위 선정부(120)는 메인넷(200) 시스템의 가용성과 연속성을 확보하기 위하여, 상기 제1 순위를 6순위 이상으로 선정할 수 있다. 이 경우, 위임받은 지분 토큰의 양이 큰 순서대로 1위 내지 6위인 블록생성 노드 운영자는 블록생성에 참여하고, 블록생성에 따른 보상을 분배 받을 수 있다. For example, the blockchain consensus algorithm selected by the blockchain consensus unit 130 may be a BFT blockchain consensus algorithm including Istanbul Byzantine Fault Tolerance (IBFT), Practical Byzantine Fault Tolerance (PBFT), and Tendermint. In this case, according to the rule of 3n+1 of the BFT algorithm, in order to reflect the existence of at least one malicious node, the node operator ranking unit 120 may select the first ranking as 4 or higher. In addition, the node operator ranking selection unit 120 may select the first ranking as 6 or higher in order to secure the availability and continuity of the mainnet 200 system. In this case, block generation node operators ranked 1st to 6th in order of increasing amount of delegated equity tokens can participate in block generation and receive rewards according to block generation.

여기서, 블록생성을 하지 않는 노드 운영자는 가십 프로토콜 등을 통하여, 블록체인 합의에 의해 합의된 원장을 수신하고, 합의된 원장을 포함하여 풀 노드 원장을 저장할 수 있다.Here, a node operator who does not create a block can receive a ledger agreed upon through a blockchain consensus through a gossip protocol, etc., and store the full node ledger including the agreed upon ledger.

일 실시예에 따라, 노드 운영자 순위 선정부(120)는 복수의 노드 운영자 중에서 위임된 지분 토큰이 많은 상위 소정의 제2 순위까지의 복수의 노드 운영자를 복수의 순위보상 노드 운영자로서 선정할 수 있다. 이어서, 선정된 순위보상 노드 운영자는 보상 분배부(140)에 의해 순위보상에 따른 추가 보상을 분배받을 수 있다.According to an embodiment, the node operator ranking selection unit 120 may select a plurality of node operators up to a predetermined second rank with a large number of delegated equity tokens among a plurality of node operators as a plurality of rank reward node operators. . Subsequently, the selected ranking reward node operator may receive additional compensation according to ranking compensation by the reward distribution unit 140 .

예를 들어, 노드 운영자 순위 선정부(120)는 상기 소정의 제2 순위를 12순위로 선정할 수 있고, 이 경우, 위임된 지분 토큰의 양이 많은 순서대로 1위 내지 12위인 순위보상 노드 운영자는 추가 보상을 분배받을 수 있다. 여기서, 추가 보상은 노드 운영자가 보유하고 있는 지분 토큰량에 비례하여 분배될 수 있다. 이에 따라, 순위보상 노드 운영자는 분배받은 추가 보상을 기 설정된 정책에 따라, 지분 토큰을 해당 노드 운영자에게 위임한 홀더에게 재 분배할 수 있다.For example, the node operator ranking selection unit 120 may select the predetermined second ranking as the 12th ranking, and in this case, the ranking compensation node operators ranked 1st to 12th in order of increasing amount of delegated equity tokens. may receive additional rewards. Here, additional compensation may be distributed in proportion to the amount of stake tokens held by the node operator. Accordingly, the ranking reward node operator can redistribute the distributed additional rewards to the holders who have delegated the equity tokens to the corresponding node operator according to the preset policy.

일 실시예에 따라, 노드 운영자 순위 선정부(120)는 복수의 노드 운영자 중에서 상기 위임된 지분 토큰이 많은 상위 소정의 제3 순위까지의 복수의 노드 운영자를 복수의 투표 노드 운영자로서 선정할 수 있다.According to an embodiment, the node operator ranking selection unit 120 may select a plurality of node operators up to a predetermined third rank having a large number of the delegated equity tokens among the plurality of node operators as a plurality of voting node operators. .

이 경우, 송수신부(110)로부터 획득된 복수의 홀더 중에서 제1 개수 이상의 코인을 예치한 적어도 하나의 제1 홀더 또는 상기 복수의 노드 운영자 중 적어도 하나의 제1 노드 운영자가 제안한 메인넷에 대한 복수의 서비스 제안에 대해, 노드 운영자 순위 선정부(120)는 상기 복수의 투표 노드 운영자가 투표를 수행하여 선정된 최종 서비스 제안을 채택할 수 있다. In this case, among the plurality of holders obtained from the transceiver 110, at least one first holder depositing the first number or more coins or at least one first node operator among the plurality of node operators proposes a plurality of mainnets. Regarding the service proposal of , the node operator ranking unit 120 may adopt a final service proposal selected by performing a vote by the plurality of voting node operators.

실시예에 따라, 노드 운영자 순위 선정부(120)는 홀더로부터 예치된 코인의 개수가 기 설정된 소정의 개수 이상인 경우에만, 복수의 투표 노드 운영자가 투표를 수행하도록 제어 할 수 있다.According to an embodiment, the node operator ranking selection unit 120 may control a plurality of voting node operators to vote only when the number of coins deposited from the holder is greater than or equal to a predetermined number.

또한, 투표에 참여한 투표 노드 운영자는 보상 분배부(140)에 의해 추가 보상을 분배받을 수 있다. 여기서, 추가 보상은 노드 운영자가 보유하고 있는 지분 토큰량에 비례하여 분배될 수 있다. 이에 따라, 투표 노드 운영자는 분배받은 블록생성 보상을 기 설정된 정책에 따라, 지분 토큰을 해당 노드 운영자에게 위임한 홀더에게 재 분배할 수 있다.In addition, voting node operators participating in the voting may receive additional rewards from the reward distribution unit 140 . Here, additional compensation may be distributed in proportion to the amount of stake tokens held by the node operator. Accordingly, the voting node operator can redistribute the distributed block generation reward to the holders who have delegated the equity tokens to the corresponding node operator according to the preset policy.

예를 들어, 노드 운영자 순위 선정부(120)는 상기 소정의 제3 순위를 100순위로 선정할 수 있고, 이 경우, 위임된 지분 토큰의 양이 많은 순서대로 1위 내지 100위인 투표 노드 운영자는 추가 보상을 분배받을 수 있다.For example, the node operator ranking selection unit 120 may select the predetermined third ranking as 100th, and in this case, the voting node operators ranked 1st to 100th in order of increasing amount of delegated equity tokens Additional rewards may be distributed.

이상에서, 노드 운영자 순위 선정부(120)가 선정한 순위에 따라, 각 노드 운영자는 보상을 상이하게 분배받을 수 있다. 또한, 각 노드 운영자는 분배받은 보상을 해당 노드 운영자에게 지분 토큰을 위임한 홀더에게 재 분배 함으로써 다시 홀더가 많은 보상을 분배한 노드 운영자에게 추가 지분 토큰을 위임할 수 있도록 유도할 수 있다.In the above, according to the ranking selected by the node operator ranking selection unit 120, each node operator may receive different rewards. In addition, each node operator redistributes the distributed rewards to the holders who have delegated equity tokens to the corresponding node operator, thereby inducing the holders to delegate additional equity tokens to the node operators who have distributed a lot of rewards.

보상 분배부(140)는 복수의 홀더(300) 또는 복수의 노드 운영자(400)에게 분배될 보상을 결정하고 분배할 수 있다. 보상 분배부(140)가 복수의 노드 운영자(400)에게 분배하는 보상은 메인넷(200)의 코인 이코노미에 정의된 인프레이션 코인, 메인넷(200) 사용에 따른 전송 요금(Tx fee) 및 생성된 블록 보상일 수 있다. 또한, 보상 분배부(140)가 커뮤니티 풀에 투자한 복수의 홀더(300)에게 분배하는 보상은 메인넷(200)의 운용에 따른 운용 수익금일 수 있다. The reward distribution unit 140 may determine and distribute rewards to be distributed to the plurality of holders 300 or the plurality of node operators 400 . The rewards distributed by the reward distribution unit 140 to the plurality of node operators 400 are the inflation coin defined in the coin economy of the mainnet 200, the transmission fee (Tx fee) and generation according to the use of the mainnet 200 may be a block reward. In addition, the compensation distributed to the plurality of holders 300 invested in the community pool by the compensation distribution unit 140 may be operating proceeds from the operation of the mainnet 200.

또한, 보상 분배부(140)는 복수의 노드 운영자(400)에게 위임된 지분 토큰의 양에 따라, 복수의 노드 운영자(400)에게 기본 보상을 지급할 수 있다.In addition, the reward distribution unit 140 may pay basic compensation to the plurality of node operators 400 according to the amount of equity tokens delegated to the plurality of node operators 400 .

노드 운영자의 순위에 따라 분배받는 보상이 상이하므로, 복수의 홀더 (300)가 복수의 노드 운영자(400)에게 보다 효율적으로 지분 토큰을 위임할 수 있도록 하기 위하여, 노드 운영자 순위 선정부(120)는 소정의 제1 주기마다 상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 재 연산할 수 있다.Since the reward to be distributed is different according to the node operator's rank, in order for the plurality of holders 300 to more efficiently delegate equity tokens to the plurality of node operators 400, the node operator ranking selection unit 120 The rankings of the plurality of node operators may be recalculated in the order of increasing amounts of equity tokens delegated to the plurality of node operators for each first predetermined period.

이를 위하여, 라운드 판단부(150)는 기 설정된 소정의 1주기 마다, 노드 운영자의 순위를 재연산할 것을 복수의 홀더(300) 및 복수의 노드 운영자(400)에게 송수신부(110)를 통해 알리고 필요한 정보를 요청할 수 있다. 이러한 각 주기는 라운드(Round)로 정의될 수 있다.To this end, the round determination unit 150 notifies the plurality of holders 300 and the plurality of node operators 400 through the transceiver 110 that the rankings of node operators will be recalculated for every predetermined period, and You can request any information you need. Each of these periods may be defined as a round.

또한, 라운드 판단부(150)는 노드 운영자의 순위를 재연산하기 전의 소정의 제1 시점에서 복수의 노드 운영자(400)의 정보를 복수의 홀더(300)에게 제공하도록 송수신부(110)를 제어 할 수 있다. 여기서, 상기 복수의 노드 운영자(400)의 정보는 상기 제1 시점 이전의 순위, 보상 비율 및 투표 참여도 중 적어도 하나를 포함할 수 있다. 다시 말해, 라운드 판단부(150)는 매 라운드 마다, 해당 라운드가 시작하기 전의 소정의 시점에 이전 라운드에서의 복수의 노드 운영자(400)의 정보를 복수의 홀더(300)에게 제공할 수 있다.In addition, the round determination unit 150 controls the transceiver 110 to provide information on the plurality of node operators 400 to the plurality of holders 300 at a predetermined first point in time before recalculating the ranking of node operators. can do. Here, the information of the plurality of node operators 400 may include at least one of a rank prior to the first point in time, a reward ratio, and a voting participation rate. In other words, the round determination unit 150 may provide information on the plurality of node operators 400 in the previous round to the plurality of holders 300 at a predetermined time before the start of each round.

이에 따라, 복수의 홀더(300)는 제공받은 복수의 노드 운영자(400)의 이전 라운드 정보를 기초로 지분 토큰을 위임할 수 있고, 지분 토큰을 위임한 해당 노드 운영자의 활동 및 순위에 따라 보상을 분배받을 수 있다. 노드 운영자는 복수의 홀더(300)로부터 더 많은 지분 토큰을 위임받기 위해 메인 넷에서 더 많은 활동을 수행할 수 있고, 이에 따라, 복수의 홀더(300)로부터 더 많은 지분 토큰을 위임받을 수 있다. 또한, 블록체인 합의 장치(100)는 복수의 홀더(300)로부터 투자 코인을 직접 메인넷(200)의 운용에 이용할 수 있으므로, 메인넷(200)의 확장 및 발전을 꾀할 수 있다.Accordingly, the plurality of holders 300 can delegate equity tokens based on the previous round information of the plurality of node operators 400 provided, and reward them according to the activities and rankings of the node operators who delegated the equity tokens. can be distributed. The node operator can perform more activities on the main net to receive more stake tokens from the plurality of holders 300 and, accordingly, more stake tokens can be delegated from the plurality of holders 300 . In addition, since the blockchain consensus device 100 can directly use investment coins from the plurality of holders 300 for the operation of the mainnet 200, the mainnet 200 can be expanded and developed.

상술한 본 발명의 실시예 중 송수신부(110), 노드 운영자 순위 선정부(120), 블록체인 합의부(130), 보상 분배부(140) 및 라운드 판단부(150)는 하드웨어, 펌웨어(firmware), 소프트웨어 또는 그것들의 결합 등에 의해 구현될 수 있다.Among the above-described embodiments of the present invention, the transmission/reception unit 110, the node operator ranking unit 120, the blockchain consensus unit 130, the reward distribution unit 140, and the round determination unit 150 are hardware, firmware , software or a combination thereof, and the like.

예를 들어, 송수신부(110)는 3G, 4G, 5G, 6G, LTE망을 이용해 무선통신을 수행할 수 있는 통신 인터페이스 장치에 의해 구현될 수 있으며, 노드 운영자 순위 선정부(120), 블록체인 합의부(130), 보상 분배부(140) 및 라운드 판단부(150)는 ASICs(Application Specific Integrated Circuits), DSPs(Digital SignalProcessors), DSPDs(Digital Signal Processing Devices), PLDs(Programmable LogicDevices), FPGAs(Field Programmable Gate Arrays), 프로세서, 컨트롤러, 마이크로 컨트롤러, 마이크로 프로세서 등에 의해 구현될 수 있다.For example, the transceiver 110 may be implemented by a communication interface device capable of performing wireless communication using a 3G, 4G, 5G, 6G, or LTE network, and the node operator ranking unit 120, blockchain The agreement unit 130, the compensation distribution unit 140, and the round determination unit 150 are ASICs (Application Specific Integrated Circuits), DSPs (Digital Signal Processors), DSPDs (Digital Signal Processing Devices), PLDs (Programmable Logic Devices), FPGAs (Field Programmable Gate Arrays), processors, controllers, microcontrollers, microprocessors, etc.

펌웨어나 소프트웨어에 의한 구현의 경우, 본 발명의 실시예들에 따른 방법은 이상에서 설명된 기능 또는 동작들을 수행하는 모듈, 절차 또는 함수 등의 형태로 구현될 수 있다. 소프트웨어 코드는 메모리 유닛에 저장되어 프로세서에 의해 구동될 수 있다. 상기 메모리 유닛은 상기 프로세서 내부 또는 외부에 위치하여, 이미 공지된 다양한 수단에 의해 상기 프로세서와 데이터를 주고 받을 수 있다.In the case of implementation by firmware or software, the method according to the embodiments of the present invention may be implemented in the form of a module, procedure, or function that performs the functions or operations described above. The software codes may be stored in a memory unit and driven by a processor. The memory unit may be located inside or outside the processor and exchange data with the processor by various means known in the art.

도 3은 블록체인 합의 장치를 하드웨어적 측면에서 설명하기 위한 블록 구성도이다.3 is a block configuration diagram for explaining the block chain consensus device in terms of hardware.

도 2 및 도 3을 참조하면, 블록체인 합의 장치(100)는 적어도 하나의 명령을 저장하는 저장장치(161) 및 상기 저장장치(161)의 적어도 하나의 명령을 실행하는 프로세서(162), 송수신 장치(163), 입력 인터페이스 장치(164) 및 출력 인터페이스 장치(165)를 포함할 수 있다.2 and 3, the block chain agreement device 100 includes a storage device 161 for storing at least one command, a processor 162 for executing at least one command of the storage device 161, and transmission/reception. device 163 , an input interface device 164 and an output interface device 165 .

블록체인 합의 장치(100)에 포함된 각각의 구성 요소들(161, 162, 163, 164, 165)은 데이터 버스(bus, 166)에 의해 연결되어 서로 통신을 수행할 수 있다.Each of the components 161, 162, 163, 164, and 165 included in the blockchain agreement device 100 are connected by a data bus 166 to communicate with each other.

저장장치(161)는 메모리 또는 휘발성 저장 매체 및 비휘발성 저장 매체 중에서 적어도 하나를 포함할 수 있다. 예를 들어, 저장장치(161)는 읽기 전용 메모리(read only memory, ROM) 및 랜덤 액세스 메모리(random access memory, RAM) 중에서 적어도 하나를 포함할 수 있다.The storage device 161 may include at least one of a memory or a volatile storage medium and a non-volatile storage medium. For example, the storage device 161 may include at least one of read only memory (ROM) and random access memory (RAM).

저장장치(161)는 후술될 프로세서(162)에 의해 실행될 적어도 하나의 명령을 더 포함할 수 있고, 입력 인터페이스 장치(164)에서 사용자로부터 입력된 블록생성 순위 기준, 순위보상 기준, 라운드 주기 등을 저장할 수 있다.The storage device 161 may further include at least one command to be executed by the processor 162 to be described later, and the block generation ranking criterion, ranking compensation criterion, round cycle, etc. input from the user through the input interface device 164 can be saved

프로세서(162)는 중앙 처리 장치(central processing unit, CPU), 그래픽 처리 장치(graphics processing unit, GPU), MCU(micro controller unit) 또는 본 발명의 실시예들에 따른 방법들이 수행되는 전용의 프로세서를 의미할 수 있다. The processor 162 may be a central processing unit (CPU), a graphics processing unit (GPU), a micro controller unit (MCU), or a dedicated processor on which methods according to embodiments of the present invention are performed. can mean

프로세서(162)는 앞서 설명한 바와 같이, 저장장치(161)에 저장된 적어도 하나의 프로그램 명령에 의해 노드 운영자 순위 선정부(120), 블록체인 합의부(130), 보상 분배부(140) 및 라운드 판단부(150)의 기능을 수행할 수 있으며, 이들 각각은 적어도 하나의 모듈의 형태로 메모리에 저장되어 프로세서에 의해 실행될 수 있다. As described above, the processor 162 performs the node operator ranking selection unit 120, the blockchain consensus unit 130, the reward distribution unit 140, and the round determination unit according to at least one program command stored in the storage device 161. 150 may be performed, and each of these may be stored in a memory in the form of at least one module and executed by a processor.

송수신 장치(163)는 내부 장치 또는 통신으로 연결된 외부 장치로부터 데이터를 수신하거나 송신할 수 있고, 송수신부(110)의 기능을 수행할 수 있다. The transceiver 163 may receive or transmit data from an internal device or an external device connected through communication, and may perform the functions of the transceiver 110 .

입력 인터페이스 장치(164)는 사용자로부터 적어도 하나의 제어 신호 또는 설정 수치를 입력받을 수 있다. 예를 들어, 입력 인터페이스 장치(164)는 블록생성 순위 기준, 순위보상 기준, 라운드 주기등을 입력 받을 수 있다.The input interface device 164 may receive at least one control signal or set value from a user. For example, the input interface device 164 may receive input of a block generation ranking criterion, a ranking compensation criterion, a round period, and the like.

출력 인터페이스 장치(165)는 프로세서(162)의 동작에 의해 라운드 별 노드 운영자의 순위를 포함하는 적어도 하나의 정보를 출력하여 가시화할 수 있다.The output interface device 165 may output and visualize at least one piece of information including the ranking of node operators for each round by the operation of the processor 162 .

이상에서는, 본 발명의 일 실시예에 따른 블록체인 합의 장치(100)를 설명하였다. 이하에서는 본 발명의 다른 측면에 따른 상기 블록체인 합의 장치(100) 내 프로세서 동작에 의해 실행되는 블록체인 데이터 분산 저장 방법을 설명한다.In the above, the blockchain agreement apparatus 100 according to an embodiment of the present invention has been described. Hereinafter, a block chain data distribution and storage method executed by a processor operation in the block chain agreement device 100 according to another aspect of the present invention will be described.

도 4는 본 발명의 다른 측면에 따른 블록체인 합의 방법의 순서도이다.4 is a flowchart of a blockchain consensus method according to another aspect of the present invention.

도 4를 더 참조하면, 먼저 송수신 장치(163)는 복수의 홀더에 의해 메인 넷에 투자된 코인의 개수에 따라 복수의 홀더에게 지분 토큰을 발행된 정보를 획득할 수 있다(S100).Referring further to FIG. 4 , first, the transmitting/receiving device 163 may obtain information on issuing equity tokens to a plurality of holders according to the number of coins invested in the main net by the plurality of holders (S100).

이어서, 송수신 장치(163)는 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득할 수 있다(S200).Subsequently, the transmitting/receiving device 163 may acquire information on which a plurality of first holders, among a plurality of holders, delegate equity tokens to a plurality of node operators (S200).

프로세서(162)는 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 복수의 노드 운영자의 순위를 연산할 수 있다(S300).The processor 162 may calculate the ranks of the plurality of node operators in the order of the largest amount of equity tokens delegated to the plurality of node operators (S300).

또한, 프로세서(162)는 투자된 위임된 지분 토큰 정보 및 연산된 노드 운영자의 순위에 기초하여, 복수의 노드 운영자 및 복수의 홀더에게 보상을 분배할 수 있다.In addition, the processor 162 may distribute rewards to a plurality of node operators and a plurality of holders based on the invested delegated equity token information and the calculated ranks of node operators.

본 발명에 첨부된 블록도의 각 블록과 흐름도의 각 단계의 조합들은 컴퓨터 프로그램 인스트럭션들에 의해 수행될 수도 있다. 이들 컴퓨터 프로그램 인스트럭션들은 범용 컴퓨터, 특수용 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비의 인코딩 프로세서에 탑재될 수 있으므로, 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비의 인코딩 프로세서를 통해 수행되는 그 인스트럭션들이 블록도의 각 블록 또는 흐름도의 각 단계에서 설명된 기능들을 수행하는 수단을 생성하게 된다. 이들 컴퓨터 프로그램 인스트럭션들은 특정 방법으로 기능을 구현하기 위해 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비를 지향할 수 있는 컴퓨터 이용 가능 또는 컴퓨터 판독 가능 메모리에 저장되는 것도 가능하므로, 그 컴퓨터 이용가능 또는 컴퓨터 판독 가능 메모리에 저장된 인스트럭션들은 블록도의 각 블록 또는 흐름도 각 단계에서 설명된 기능을 수행하는 인스트럭션 수단을 내포하는 제조 품목을 생산하는 것도 가능하다. 컴퓨터 프로그램 인스트럭션들은 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비 상에 탑재되는 것도 가능하므로, 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비 상에서 일련의 동작 단계들이 수행되어 컴퓨터로 실행되는 프로세스를 생성해서 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비를 수행하는 인스트럭션들은 블록도의 각 블록 및 흐름도의 각 단계에서 설명된 기능들을 실행하기 위한 단계들을 제공하는 것도 가능하다.Combinations of each block of the block diagram and each step of the flowchart accompanying the present invention may be performed by computer program instructions. Since these computer program instructions may be loaded into an encoding processor of a general-purpose computer, special-purpose computer, or other programmable data processing equipment, the instructions executed by the encoding processor of the computer or other programmable data processing equipment are each block or block diagram of the block diagram. Each step in the flow chart creates means for performing the functions described. These computer program instructions may also be stored in a computer usable or computer readable memory that can be directed to a computer or other programmable data processing equipment to implement functionality in a particular way, such that the computer usable or computer readable memory It is also possible for the instructions stored in to produce an article of manufacture containing instruction means for performing the function described in each block of the block diagram or each step of the flow chart. The computer program instructions can also be loaded on a computer or other programmable data processing equipment, so that a series of operational steps are performed on the computer or other programmable data processing equipment to create a computer-executed process to generate computer or other programmable data processing equipment. It is also possible that the instructions performing the processing equipment provide steps for executing the functions described in each block of the block diagram and each step of the flowchart.

또한, 각 블록 또는 각 단계는 특정된 논리적 기능(들)을 실행하기 위한 하나 이상의 실행 가능한 인스트럭션들을 포함하는 모듈, 세그먼트 또는 코드의 일부를 나타낼 수 있다. 또, 몇 가지 대체 실시 예들에서는 블록들 또는 단계들에서 언급된 기능들이 순서를 벗어나서 발생하는 것도 가능함을 주목해야 한다. 예컨대, 잇달아 도시되어 있는 두 개의 블록들 또는 단계들은 사실 실질적으로 동시에 수행되는 것도 가능하고 또는 그 블록들 또는 단계들이 때때로 해당하는 기능에 따라 역순으로 수행되는 것도 가능하다.Additionally, each block or each step may represent a module, segment or portion of code that includes one or more executable instructions for executing specified logical function(s). It should also be noted that in some alternative embodiments, it is possible for the functions recited in blocks or steps to occur out of order. For example, two blocks or steps shown in succession may in fact be performed substantially concurrently, or the blocks or steps may sometimes be performed in reverse order depending on their function.

이상의 설명은 본 발명의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 발명의 본질적인 품질에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다. 따라서, 본 발명에 개시된 실시 예들은 본 발명의 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시 예에 의하여 본 발명의 기술 사상의 범위가 한정되는 것은 아니다. 본 발명의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 균등한 범위 내에 있는 모든 기술사상은 본 발명의 권리범위에 포함되는 것으로 해석되어야 할 것이다.The above description is merely an example of the technical idea of the present invention, and various modifications and variations can be made to those skilled in the art without departing from the essential qualities of the present invention. Therefore, the embodiments disclosed in the present invention are not intended to limit the technical idea of the present invention, but to explain, and the scope of the technical idea of the present invention is not limited by these embodiments. The protection scope of the present invention should be construed according to the claims below, and all technical ideas within the scope equivalent thereto should be construed as being included in the scope of the present invention.

10 : 블록체인 합의 시스템
100 : 블록체인 합의 장치
200 : 메인 넷
300 : 홀더
400 : 노드 운영자
10 : Blockchain Consensus System
100: Blockchain consensus device
200: main net
300: holder
400: node operator

Claims (15)

블록체인 합의 장치에 의해 수행되는 블록체인 합의 방법에 있어서,
복수의 홀더에 의해 메인넷에 투자된 코인의 개수에 따라 상기 복수의 홀더에게 지분 토큰이 발행된 정보를 획득하는 단계;
상기 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 단계;
상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 연산하는 단계; 및
상기 위임된 지분 토큰 정보 및 상기 연산된 노드 운영자의 순위에 기초하여, 상기 복수의 노드 운영자 및 상기 복수의 홀더에게 보상을 분배하는 단계를 포함하는
블록체인 합의 방법.
In the block chain consensus method performed by the block chain consensus device,
Obtaining information on whether equity tokens are issued to the plurality of holders according to the number of coins invested in the mainnet by the plurality of holders;
Obtaining information in which a plurality of first holders among the plurality of holders have delegated equity tokens to a plurality of node operators;
calculating rankings of the plurality of node operators in order of increasing amounts of equity tokens delegated to the plurality of node operators; and
Distributing rewards to the plurality of node operators and the plurality of holders based on the delegated equity token information and the calculated ranks of node operators.
Blockchain consensus method.
제 1 항에 있어서,
상기 보상을 분배하는 단계는,
상기 메인넷에 투자된 코인의 운용 수익을 상기 보상으로 하여, 복수의 홀더가 각각 상기 메인넷에 투자한 코인의 개수에 비례하여 상기 보상을 분배하는 단계를 포함하는
블록체인 합의 방법.
According to claim 1,
The step of distributing the reward is,
Distributing the compensation in proportion to the number of coins invested in the mainnet by a plurality of holders, with the operating profit of the coin invested in the mainnet as the reward
Blockchain consensus method.
제 1 항에 있어서,
상기 복수의 노드 운영자의 순위를 연산하는 단계는,
상기 복수의 노드 운영자 중에서 상기 위임된 지분 토큰이 많은 상위 소정의 제1 순위까지의 복수의 노드 운영자를 복수의 블록생성 노드 운영자로서 선정하는 단계를 더 포함하고,
상기 블록체인 합의 방법은,
상기 선정된 복수의 블록생성 노드 운영자가 블록체인 합의 알고리즘으로 블록체인의 블록을 생성하는 단계를 더 포함하고,
상기 보상을 분배하는 단계는,
상기 복수의 블록생성 노드 운영자에게 블록생성 보상을 분배하는 단계를 포함하는,
블록체인 합의 방법.
According to claim 1,
Computing the ranks of the plurality of node operators,
Selecting a plurality of node operators up to a predetermined first rank with a large number of delegated equity tokens from among the plurality of node operators as a plurality of block generation node operators,
The blockchain consensus method,
Further comprising the step of generating blocks of the blockchain by the plurality of selected block generation node operators using a blockchain consensus algorithm;
The step of distributing the reward is,
Distributing block production rewards to the plurality of block production node operators,
Blockchain consensus method.
제 3 항에 있어서,
상기 복수의 블록생성 노드 운영자로서 선정하는 단계에서,
소정의 제1 순위는 BFT(Byzantine Fault Tolerance) 블록체인 합의 알고리즘에 따라 기 설정된 수 이상인,
블록체인 합의 방법.
According to claim 3,
In the step of selecting as the plurality of block generation node operators,
The predetermined first rank is equal to or greater than a predetermined number according to the Byzantine Fault Tolerance (BFT) blockchain consensus algorithm.
Blockchain consensus method.
제 3 항에 있어서,
상기 블록체인의 블록을 생성하는 단계에서,
상기 블록생성 노드 운영자의 블록체인 합의 알고리즘은 IBFT(Istanbul Byzantine Fault Tolerance), PBFT(Practical Byzantine Fault Tolerance), Tendermint를 포함하는 BFT 블록체인 합의 알고리즘인
블록체인 합의 방법.
According to claim 3,
In the step of generating blocks of the blockchain,
The blockchain consensus algorithm of the block generation node operator is a BFT blockchain consensus algorithm including IBFT (Istanbul Byzantine Fault Tolerance), PBFT (Practical Byzantine Fault Tolerance), and Tendermint.
Blockchain consensus method.
제 1 항에 있어서,
상기 블록체인 합의 방법은,
상기 복수의 노드 운영자 중에서 상기 위임된 지분 토큰이 많은 상위 소정의 제2 순위까지의 복수의 노드 운영자를 복수의 순위보상 노드 운영자로서 선정하는 단계를 더 포함하고,
상기 보상을 분배하는 단계는,
상기 순위보상 노드 운영자에게 추가 보상을 분배하는 단계를 포함하는,
블록체인 합의 방법.
According to claim 1,
The blockchain consensus method,
Selecting a plurality of node operators up to a predetermined second rank with a large number of delegated equity tokens from among the plurality of node operators as a plurality of rank reward node operators;
The step of distributing the reward is,
Distributing additional rewards to the ranking reward node operators,
Blockchain consensus method.
제 1 항에 있어서,
상기 블록체인 합의 방법은,
상기 복수의 홀더 중에서 제1 개수 이상의 코인을 예치한 적어도 하나의 제1 홀더 또는 상기 복수의 노드 운영자 중 적어도 하나의 제1 노드 운영자가 제안한 메인넷에 대한 복수의 서비스 제안을 획득하는 단계;
상기 복수의 노드 운영자 중에서 상기 위임된 지분 토큰이 많은 상위 소정의 제3 순위까지의 복수의 노드 운영자를 복수의 투표 노드 운영자로서 선정하는 단계; 및
상기 선정된 복수의 투표 노드 운영자의 투표를 수행하여 상기 복수의 서비스 제안 중에서 최종 서비스 제안을 채택하는 단계를 더 포함하고,
상기 보상을 분배하는 단계는,
상기 채택된 최종 서비스 제안을 제안한 제1 홀더 또는 제1 노드 운영자 및 복수의 투표 노드 운영자에게 추가 보상을 분배하는 단계를 포함하는,
블록체인 합의 방법.
According to claim 1,
The blockchain consensus method,
Obtaining a plurality of service proposals for a mainnet proposed by at least one first holder who has deposited a first number or more coins among the plurality of holders or at least one first node operator among the plurality of node operators;
selecting a plurality of node operators up to a predetermined third rank having a large number of delegated equity tokens from among the plurality of node operators as a plurality of voting node operators; and
Further comprising the step of selecting a final service proposal from among the plurality of service proposals by performing a vote of the plurality of selected voting node operators;
The step of distributing the reward is,
Distributing additional rewards to a first holder or first node operator and a plurality of voting node operators who proposed the adopted final service proposal,
Blockchain consensus method.
제 7 항에 있어서,
상기 복수의 서비스 제안 중에서 최종 서비스 제안을 채택하는 단계에서,
상기 예치된 코인의 개수가 기 설정된 소정의 개수 이상인 경우에만, 상기 선정된 복수의 투표 노드 운영자가 투표를 수행하는
블록체인 합의 방법.
According to claim 7,
In the step of adopting a final service proposal from among the plurality of service proposals,
Only when the number of deposited coins is greater than or equal to a predetermined number, the selected plurality of voting node operators perform voting.
Blockchain consensus method.
제 1 항에 있어서,
상기 블록체인 합의 방법은,
소정의 제1 주기마다 상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 재연산하는 단계를 더 포함하는
블록체인 합의 방법.
According to claim 1,
The blockchain consensus method,
Further comprising recalculating the rankings of the plurality of node operators in order of increasing amounts of equity tokens delegated to the plurality of node operators every first predetermined period
Blockchain consensus method.
제 9 항에 있어서,
상기 복수의 노드 운영자의 순위를 재연산하는 단계는
복수의 노드 운영자의 순위를 재연산하기 전의 소정의 제1 시점에서, 상기 복수의 노드 운영자의 정보를 상기 복수의 홀더에게 제공하는 단계; 및
상기 복수의 홀더 중에서 복수의 제2 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 단계를 포함하는
블록체인 합의 방법.
According to claim 9,
The step of recalculating the ranks of the plurality of node operators is
providing information on the plurality of node operators to the plurality of holders at a predetermined first point in time before rankings of the plurality of node operators are recalculated; and
Acquiring information on which a plurality of second holders among the plurality of holders have delegated equity tokens to a plurality of node operators
Blockchain consensus method.
제 10 항에 있어서,
상기 복수의 노드 운영자의 정보는 상기 제1 시점 이전의 순위, 보상 비율 및 투표 참여도 중 적어도 하나를 포함하는,
블록체인 합의 방법.
According to claim 10,
The information of the plurality of node operators includes at least one of a ranking prior to the first point in time, a reward ratio, and a voting participation rate.
Blockchain consensus method.
제 1 항에 있어서,
상기 복수의 노드 운영자는,
상기 메인넷의 풀 노드의 원장을 소유하고, 노드 서버를 운영하는,
블록체인 합의 방법.
According to claim 1,
The plurality of node operators,
Owning the ledger of the full node of the mainnet and operating the node server,
Blockchain consensus method.
복수의 홀더에 의해 메인넷에 투자된 코인의 개수에 따라 상기 복수의 홀더에게 지분 토큰이 발행된 정보를 획득하고, 상기 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 송수신부; 및
상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 연산하고, 상기 위임된 지분 토큰 정보 및 상기 연산된 노드 운영자의 순위에 기초하여, 상기 복수의 노드 운영자 및 상기 복수의 홀더에게 보상을 분배하는 제어부를 포함하는,
블록체인 합의 장치.
According to the number of coins invested in the mainnet by the plurality of holders, information on whether equity tokens are issued to the plurality of holders is obtained, and among the plurality of holders, a plurality of first holders delegates equity tokens to a plurality of node operators. Transmitting and receiving unit for acquiring information; and
Rankings of the plurality of node operators are calculated in order of increasing amounts of equity tokens delegated to the plurality of node operators, and based on the delegated equity token information and the calculated rankings of the node operators, the plurality of node operators And a control unit for distributing rewards to the plurality of holders,
Blockchain Consensus Device.
컴퓨터 판독 가능한 기록 매체에 저장되어 있는 컴퓨터 프로그램으로서,
상기 컴퓨터 프로그램은,
블록체인 합의 장치에 의해 수행되는 블록체인 합의 방법을 프로세서가 수행하도록 하기 위한 명령어를 포함하고,
상기 방법은,
복수의 홀더에 의해 메인넷에 투자된 코인의 개수에 따라 상기 복수의 홀더에게 지분 토큰이 발행된 정보를 획득하는 단계;
상기 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 단계;
상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 연산하는 단계; 및
상기 위임된 지분 토큰 정보 및 상기 연산된 노드 운영자의 순위에 기초하여, 상기 복수의 노드 운영자 및 상기 복수의 홀더에게 보상을 분배하는 단계를 포함하는
컴퓨터 프로그램.
As a computer program stored in a computer readable recording medium,
The computer program,
Includes instructions for causing a processor to perform a blockchain consensus method performed by a blockchain consensus device;
The method,
Obtaining information on whether equity tokens are issued to the plurality of holders according to the number of coins invested in the mainnet by the plurality of holders;
Obtaining information in which a plurality of first holders among the plurality of holders have delegated equity tokens to a plurality of node operators;
calculating rankings of the plurality of node operators in order of increasing amounts of equity tokens delegated to the plurality of node operators; and
Distributing rewards to the plurality of node operators and the plurality of holders based on the delegated equity token information and the calculated ranks of node operators.
computer program.
컴퓨터 프로그램을 저장하고 있는 컴퓨터 판독 가능한 기록매체로서,
상기 컴퓨터 프로그램은,
블록체인 합의 장치에 의해 수행되는 블록체인 합의 방법을 프로세서가 수행하도록 하기 위한 명령어를 포함하고,
상기 방법은,
복수의 홀더에 의해 메인넷에 투자된 코인의 개수에 따라 상기 복수의 홀더에게 지분 토큰이 발행된 정보를 획득하는 단계;
상기 복수의 홀더 중에서 복수의 제1 홀더가 복수의 노드 운영자에게 지분 토큰을 위임한 정보를 획득하는 단계;
상기 복수의 노드 운영자에게 위임된 지분 토큰의 양이 많은 순서로 상기 복수의 노드 운영자의 순위를 연산하는 단계; 및
상기 위임된 지분 토큰 정보 및 상기 연산된 노드 운영자의 순위에 기초하여, 상기 복수의 노드 운영자 및 상기 복수의 홀더에게 보상을 분배하는 단계를 포함하는
컴퓨터 판독 가능한 기록 매체.
A computer-readable recording medium storing a computer program,
The computer program,
Includes instructions for causing a processor to perform a blockchain consensus method performed by a blockchain consensus device;
The method,
Obtaining information on whether equity tokens are issued to the plurality of holders according to the number of coins invested in the mainnet by the plurality of holders;
Obtaining information in which a plurality of first holders among the plurality of holders have delegated equity tokens to a plurality of node operators;
calculating rankings of the plurality of node operators in order of increasing amounts of equity tokens delegated to the plurality of node operators; and
Distributing rewards to the plurality of node operators and the plurality of holders based on the delegated equity token information and the calculated ranks of node operators.
A computer-readable recording medium.
KR1020220012513A 2022-01-27 2022-01-27 Method for blockchain consensus, device of blockchain consensus, computer program for performing method therefor and computer readable storage medium storing same KR20230115721A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020220012513A KR20230115721A (en) 2022-01-27 2022-01-27 Method for blockchain consensus, device of blockchain consensus, computer program for performing method therefor and computer readable storage medium storing same
PCT/KR2022/006648 WO2023146026A1 (en) 2022-01-27 2022-05-10 Blockchain consensus method, blockchain consensus device, and computer program recording medium having, stored therein, program in which blockchain consensus method is stored

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020220012513A KR20230115721A (en) 2022-01-27 2022-01-27 Method for blockchain consensus, device of blockchain consensus, computer program for performing method therefor and computer readable storage medium storing same

Publications (1)

Publication Number Publication Date
KR20230115721A true KR20230115721A (en) 2023-08-03

Family

ID=87472127

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020220012513A KR20230115721A (en) 2022-01-27 2022-01-27 Method for blockchain consensus, device of blockchain consensus, computer program for performing method therefor and computer readable storage medium storing same

Country Status (2)

Country Link
KR (1) KR20230115721A (en)
WO (1) WO2023146026A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116938951B (en) * 2023-09-18 2024-02-13 哈尔滨工业大学(深圳)(哈尔滨工业大学深圳科技创新研究院) Block chain consensus method and system, electronic equipment and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108431845A (en) * 2015-10-13 2018-08-21 交互网格公司 The use of distributed consensus control based on block chain
KR101949712B1 (en) * 2018-06-29 2019-02-19 (주) 와이즈엠글로벌 Block chain generation method having consensus algorithm by stratified stochastic delegated proof of node and their commission allocation algorithm
KR20200045089A (en) * 2018-10-22 2020-05-04 김유진 Consensus algorithm of blockchain, cryptographic technique and evolution network in blockchain
CR20220015A (en) * 2019-06-13 2022-04-22 Gutierrez Sheris Luis Eduardo System and method using a fitness-gradient blockchain consensus
CN112150141A (en) * 2019-06-26 2020-12-29 京东数字科技控股有限公司 Block chain consensus method, device and system

Also Published As

Publication number Publication date
WO2023146026A1 (en) 2023-08-03

Similar Documents

Publication Publication Date Title
CN108323200B (en) Data training method and device based on block chain, storage medium and block chain link points
WO2020063175A1 (en) Method and apparatus for allocating virtual resources
US20210042741A1 (en) Benefit allocation method, apparatus, and electronic device
CN108985774A (en) A kind of motivational techniques, device, equipment and the storage medium of block chain network
KR20180114939A (en) Systems and methods for controlling asset-related activities through block chaining
US11902448B2 (en) Hybrid blockchain architecture with computing pool
CN108959621A (en) A kind of implementation method, device, equipment and the storage medium of block chain network
US20190114707A1 (en) Distribution of Blockchain Tokens
CN110717762A (en) Data processing method, data processing device, node equipment and storage medium
Du et al. Blockchain-aided edge computing market: Smart contract and consensus mechanisms
US20200014632A1 (en) Resource path monitoring
An et al. PPQC: A blockchain-based privacy-preserving quality control mechanism in crowdsensing applications
US20190073244A1 (en) Computer network-based event management
KR20230115721A (en) Method for blockchain consensus, device of blockchain consensus, computer program for performing method therefor and computer readable storage medium storing same
Zhu et al. Privacy-aware double auction with time-dependent valuation for blockchain-based dynamic spectrum sharing in IoT systems
CN108848125A (en) The method and apparatus and storage medium of common recognition service are provided in block chain
Danak et al. Efficient bidding in dynamic grid markets
EP4046328A1 (en) Computer-implemented method for reaching a distributed consensus in a blockchain network and node implementing the method
Kenta et al. Gamification based blockchain tournaments between miners
JP2023115165A (en) Information processing device and program
CN110009357A (en) A kind of mode decision scheme configuration method and device
Bajpai et al. Systematic design of blockchain based testbed for peer-to-peer energy trading
Fan et al. CryptoArcade: A Cloud Gaming System with Blockchain-based Token Economy
CN113381858A (en) Method and system for maintaining capacity balance of block chain nodes
CN114037086B (en) Block chain-based machine learning task distribution method, equipment and system

Legal Events

Date Code Title Description
E902 Notification of reason for refusal