JP6688779B2 - Distributed management system for mining processing and method thereof - Google Patents

Distributed management system for mining processing and method thereof Download PDF

Info

Publication number
JP6688779B2
JP6688779B2 JP2017232527A JP2017232527A JP6688779B2 JP 6688779 B2 JP6688779 B2 JP 6688779B2 JP 2017232527 A JP2017232527 A JP 2017232527A JP 2017232527 A JP2017232527 A JP 2017232527A JP 6688779 B2 JP6688779 B2 JP 6688779B2
Authority
JP
Japan
Prior art keywords
mining
management server
power
user terminal
processing
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
JP2017232527A
Other languages
Japanese (ja)
Other versions
JP2019101797A (en
Inventor
周平 小松
周平 小松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ALI Technologies Inc
Original Assignee
ALI Technologies Inc
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 ALI Technologies Inc filed Critical ALI Technologies Inc
Priority to JP2017232527A priority Critical patent/JP6688779B2/en
Publication of JP2019101797A publication Critical patent/JP2019101797A/en
Application granted granted Critical
Publication of JP6688779B2 publication Critical patent/JP6688779B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y04INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
    • Y04SSYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
    • Y04S50/00Market activities related to the operation of systems integrating technologies related to power network operation or related to communication or information technologies
    • Y04S50/12Billing, invoicing, buying or selling transactions or other related activities, e.g. cost or usage evaluation

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Description

本発明は、マイニング処理の分散管理システム及びその方法に関する。   The present invention relates to a distributed management system and method for mining processing.

近年、近年、円やドルといった貨幣による物品の取引のみではなく、電子マネー等の仮想通貨を用いた商取引が行なわれている。さらに、オープンかつ分散を前提とした「ビットコイン(登録商標)」と呼ばれる仮想通貨を用いたサービスが提案されている。   In recent years, not only transactions of goods such as yen and dollars but also commercial transactions using virtual currencies such as electronic money have been performed. Further, a service using a virtual currency called “bitcoin (registered trademark)” has been proposed which is open and decentralized.

このビットコインでは、実現のために「ブロックチェーン」と呼ばれる技術が使用されている。まず、ビットコインによる取引では、ハッシュ関数と公開鍵暗号方式とを用いて、取引情報の真正性を担保している。暗号技術を用いて行われた仮想通貨の取引情報(以下、「トランザクション」という。)は、ビットコインを利用する全端末に対してブロードキャストで送信される。送信されたトランザクションは、マイナー(採掘者)と呼ばれる端末によって真正性が検証され、承認されるとブロックにまとめられ、ブロックチェーンと呼ばれる台帳に記録される。ビットコインによる取引では、マイナーにマイニング(採掘)と呼ばれる計算処理を行わせてから、ブロックチェーンにブロックを追加することによって、トランザクションの改ざんを防いでいる。   This bitcoin uses a technology called "blockchain" for its implementation. First, in the transaction by Bitcoin, the authenticity of the transaction information is secured by using a hash function and a public key cryptosystem. Transaction information of virtual currency (hereinafter, referred to as "transaction") performed by using the cryptographic technique is broadcasted to all terminals that use Bitcoin. The authenticity of the transmitted transaction is verified by a terminal called a miner, and if approved, the transaction is put into a block and recorded in a ledger called a block chain. In bitcoin transactions, tampering with transactions is prevented by allowing miners to perform a calculation process called mining and then adding blocks to the blockchain.

ここで、ブロックチェーンの末尾のブロックには、複数のトランザクションと、ブロックチェーンの末尾のブロックの一つ前のブロックのハッシュ値と、予め条件が定められた適切な値(「Nonce(ナンス)」という。)と、が格納されている。マイナーは、マイニングとして、このブロックチェーンの末尾のブロックのハッシュ値と、真正性を保証すべきトランザクションとから、次のブロックに使うハッシュを生成するようなNonceを、総当たりで探索する。   Here, in the last block of the block chain, a plurality of transactions, the hash value of the block immediately before the last block of the block chain, and an appropriate value with predetermined conditions (“Nonce”) That is,) and are stored. As a mining, the miner brute-force searches for a Nonce that generates a hash to be used for the next block from the hash value of the last block of this block chain and the transaction whose authenticity should be guaranteed.

このとき、マイナーが、他のマイナーに先駆けてNonceを発見するためには膨大な計算量が必要である。この計算量が非常に大きいことがブロックチェーンの内容の真正性の根拠となっている。このように、各取引をネットワークで合意・認証するために多くの計算量を費やす方式を、プルーフ・オブ・ワークという。プルーフ・オブ・ワークは、仮想通貨など、様々な情報の真正性を示すために適用されている。   At this time, a huge amount of calculation is required for the miner to discover Nonce prior to other miners. This very large amount of calculation is the basis of the authenticity of the contents of the blockchain. A method that consumes a large amount of calculation to agree and authenticate each transaction in this way is called proof of work. Proof of Work is applied to show the authenticity of various information such as virtual currency.

このブロックチェーン技術には様々な応用が検討されており、ビットコインの仕組みを基に、類似した暗号通貨システム(オルトコイン)が提案されている。オルトコインとしては、ライトコイン、ドージコイン、モナコイン(登録商標)等があり、現在、500以上の暗号通貨システムがあるといわれている。   Various applications have been studied for this blockchain technology, and a similar cryptocurrency system (orthocoin) has been proposed based on the mechanism of bitcoin. As the ortho coins, there are light coins, doge coins, mona coins (registered trademark) and the like, and it is said that there are currently more than 500 cryptocurrency systems.

このようなオープンかつ分散型の仮想通貨を提供するサービスでは、ブロックチェーンの内部に記述される情報(ビットコインの場合はトランザクションである。)の真正性は、その系を支えるマイナーが提供する計算量に依存している。   In a service that provides such an open and decentralized virtual currency, the authenticity of the information (in the case of Bitcoin, a transaction) described inside the blockchain is calculated by the miner that supports the system. Depends on quantity.

言い換えると、計算量によっては、ブロックチェーンへの攻撃が可能となる。例えば、悪意あるグループまたは個人が、全体の計算量の50%以上を超えると、ネットワーク全体の採掘速度の50%以上を支配し、不正な取引が可能となることが知られている(51%攻撃)。   In other words, depending on the amount of calculation, it is possible to attack the blockchain. For example, it is known that when a malicious group or individual exceeds 50% or more of the total calculation amount, it controls 50% or more of the mining speed of the entire network, which enables illegal transactions (51%). attack).

したがって、プルーフ・オブ・ワークによって真正性を保証するためには、すなわち、攻撃者からの改ざんを防ぐためには、攻撃者が、攻撃のために費やす計算量を超えることが極めて困難となるように、マイナーが非常に大きな計算量を費やすことが必要条件となる。   Therefore, in order to guarantee authenticity by the proof of work, that is, to prevent tampering from the attacker, it is extremely difficult for the attacker to exceed the amount of calculation for the attack. , It is a requirement that the miner spends a very large amount of calculation.

特許文献1には、このようなブロックチェーンを利用した取引情報の真正性の保証度を高める技術が開示されている。   Patent Document 1 discloses a technique for increasing the degree of guarantee of authenticity of transaction information using such a block chain.

特開2017−207860号公報JP, 2017-207860, A

ところで、ブロックチェーンにおいては、上述したプルーフ・オブ・ワークに関する計算負荷の増加に伴いマイニングに必要なマシンスペックも高いものが要求される。これに伴い、マイニングによる電力消費量も増加し、地域や規模によっては、収支に見合わないことが多く起こるようになってきた   By the way, in the blockchain, the machine specifications required for mining are required to be high as the calculation load for the proof of work increases. Along with this, the amount of power consumed by mining has also increased, and depending on the region and scale, it often happens that the balance is not met.

本発明は、このような課題を解決するための技術を提供することを目的とする。   The present invention aims to provide a technique for solving such a problem.

本発明によれば
管理サーバと、少なくとも発電装置からの電力の供給を受けて稼働するユーザ端末とを含み、仮想通貨のマイニング処理の分散管理システムであって、
前記ユーザ端末は、前記管理サーバからの指示に基づいて前記仮想通貨の前記マイニング処理を行い、
前記管理サーバは、前記ユーザ端末夫々の前記マイニング処理の結果に応じて、報酬の支払い処理を実行する、
マイニング処理の分散管理システムが得られる。
According to the present invention, there is provided a decentralized management system for virtual currency mining processing, which includes a management server and at least a user terminal that operates by receiving power supplied from a power generation device,
The user terminal performs the mining process of the virtual currency based on an instruction from the management server,
The management server executes a reward payment process according to a result of the mining process of each of the user terminals,
A distributed management system for mining processing can be obtained.

本発明によれば、効率的なマイニング処理を行うことができる。   According to the present invention, efficient mining processing can be performed.

本発明の実施の形態によるイメージ図である。It is an image figure by an embodiment of the invention. 従来のシステムと本発明の実施の形態による分散間システムとの比較を表す図である。It is a figure showing the comparison of the conventional system and the distributed system by embodiment of this invention. 図1の管理サーバが管理するデータベースを示す図である。It is a figure which shows the database which the management server of FIG. 1 manages. 図1の管理サーバのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the management server of FIG. 図1のユーザ端末のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the user terminal of FIG. 本発明の変形例を示す図である。It is a figure which shows the modification of this invention.

本発明の実施形態の内容を列記して説明する。本発明の実施の形態によるマイニング処理の分散管理システムは、以下のような構成を備える。
[項目1]
管理サーバと、少なくとも発電装置からの電力の供給を受けて稼働するユーザ端末とを含み、仮想通貨のマイニング処理の分散管理システムであって、
前記ユーザ端末は、前記管理サーバからの指示に基づいて前記仮想通貨の前記マイニング処理を行い、
前記管理サーバは、前記ユーザ端末夫々の前記マイニング処理の結果に応じて、報酬の支払い処理を実行する、
マイニング処理の分散管理システム。
[項目2]
項目1に記載のマイニング処理の分散管理システムであって、
前記ユーザ端末は、前記発電装置による発電量を管理して余剰電力量を算出し、当該余剰電力量に基づいて、前記マイニング処理のパフォーマンスを決定する、
マイニング処理の分散管理システム。
[項目3]
項目1又は項目2に記載のマイニング処理の分散管理システムであって、
前記管理サーバは、前記発電装置による発電量に基づいて算出される所定のインセンティブ情報を取得し、他の管理サーバに送信する、
マイニング処理の分散管理システム。
[項目4]
項目3のいずれかに記載のマイニング処理の分散システムであって、
前記管理サーバは、前記インセンティブ情報を当該管理サーバと接続されている複数の前記ユーザ端末で構成されるネットワーク内において分散管理処理を行う、
マイニング処理の分散管理方法。
[項目5]
管理サーバと、少なくとも発電装置からの電力の供給を受けて稼働するユーザ端末とを利用した、仮想通貨のマイニング処理の分散管理シ方法であって、
前記ユーザ端末が、前記管理サーバからの指示に基づいて前記仮想通貨の前記マイニング処理を行うステップと、
前記管理サーバは、前記ユーザ端末夫々の前記マイニング処理の結果に応じて、報酬の支払い処理を実行するステップと、を含む
マイニング処理の分散管理方法。
The contents of the embodiments of the present invention will be listed and described. A distributed management system for mining processing according to an embodiment of the present invention has the following configuration.
[Item 1]
A decentralized management system for virtual currency mining processing, comprising a management server and at least a user terminal that operates by receiving power from a power generation device,
The user terminal performs the mining process of the virtual currency based on an instruction from the management server,
The management server executes a reward payment process according to a result of the mining process of each of the user terminals,
Distributed management system for mining processing.
[Item 2]
A distributed management system for mining processing according to item 1,
The user terminal manages the amount of power generated by the power generation device to calculate surplus power amount, and determines the performance of the mining process based on the surplus power amount.
Distributed management system for mining processing.
[Item 3]
A distributed management system for mining processing according to item 1 or 2,
The management server acquires predetermined incentive information calculated based on the amount of power generated by the power generator, and transmits the predetermined incentive information to another management server.
Distributed management system for mining processing.
[Item 4]
A distributed system for mining processing according to any of item 3,
The management server performs a distributed management process on the incentive information in a network including a plurality of the user terminals connected to the management server.
Distributed management method for mining processing.
[Item 5]
A decentralized management method for virtual currency mining processing, which uses a management server and at least a user terminal that operates by being supplied with power from a power generation device,
The user terminal performing the mining process of the virtual currency based on an instruction from the management server;
The management server includes a step of executing reward payment processing according to a result of the mining processing of each of the user terminals, and a decentralized management method of the mining processing.

<実施の形態の詳細>
以下、本発明の実施の形態によるマイニング処理の分散管理システム(以下「管理システム」と呼ぶ)について、図面を参照しながら説明する。
<Details of the embodiment>
Hereinafter, a distributed management system for mining processing (hereinafter referred to as a “management system”) according to an embodiment of the present invention will be described with reference to the drawings.

<概要>
本発明の実施の形態による管理システムは、太陽光発電装置等の所謂再生可能エネルギーによる発電装置の余剰電力を効率的に利用して、マイニング処理を分散して行うものである。
<Outline>
A management system according to an embodiment of the present invention efficiently uses surplus power of a power generation device such as a solar power generation device by so-called renewable energy, and performs mining processing in a distributed manner.

図1は、本発明の実施の形態による管理システム100の全体像を示すイメージ図である。なお、図示されている全体像は例示であり、他の要素が追加されていてもよい。   FIG. 1 is an image diagram showing an overall image of a management system 100 according to an embodiment of the present invention. The overall image shown is an example, and other elements may be added.

図1に示されるように、管理システム100は、管理サーバ1と、複数のユーザ端末2と、当該ユーザ端末2に電力を供給する太陽光発電装置20とを備えている。   As shown in FIG. 1, the management system 100 includes a management server 1, a plurality of user terminals 2, and a solar power generation device 20 that supplies power to the user terminals 2.

管理サーバ1は、複数のユーザ端末2とネットワークを介して接続されており、所謂クライアントサーバモデルを構築している。更に、管理サーバ1は、ブロックチェーンネットワーク50にも接続されている。 管理サーバ1は、ブロックチェーンネットワーク50においてマイナー(採掘者)として活動するものである。   The management server 1 is connected to a plurality of user terminals 2 via a network and builds a so-called client server model. Further, the management server 1 is also connected to the block chain network 50. The management server 1 operates as a miner (miner) in the block chain network 50.

図2は、従来の電力利用イメージ(a)と、本実施の形態による管理システム100による電力利用イメージ(b)とを比較する図である。   FIG. 2 is a diagram comparing a conventional power usage image (a) and a power usage image (b) by the management system 100 according to the present embodiment.

図2(a)に示されるように、太陽光発電装置20によって発電された電力は、各ユーザが家庭において使用する家庭消費分と使用しなかった余剰電力とに分けられる。   As shown in FIG. 2A, the electric power generated by the solar power generation device 20 is divided into household consumption used by each user at home and surplus power not used.

また、太陽光発電等の所謂再生可能エネルギーを発電する装置を所有する場合、当該装置による発電量に応じて、CO2削減に関する利益(インセンティブ:権利)を受け取ることができる。このような削減利益は、省エネルギー設備や、再生可能エネルギー発電設備の導入により削減できたCO2排出削減分に基づいて創出される利益である。   Further, when a device that generates so-called renewable energy such as solar power generation is owned, a profit (incentive: right) related to CO2 reduction can be received according to the amount of power generated by the device. Such a reduction profit is a profit generated based on the CO2 emission reduction amount reduced by introducing the energy saving facility and the renewable energy power generation facility.

図示されるように、従来の場合、余剰電力は例えば、電力会社等に削減利益ごと(又は削減利益とは別に)売電され、ユーザは売電の対価を得ることとなる。   As shown in the figure, in the conventional case, surplus power is sold to a power company or the like for each reduction profit (or separately from the reduction profit), and the user obtains a consideration for the power sale.

一方、図2(b)に示されるように、本実施の形態においては、余剰電力を管理しながら、ユーザ端末2において利用する。なお、余剰電力の中にはユーザ端末2に利用する分と電力会社等に売電する分との両方が含まれていてもよい。   On the other hand, as shown in FIG. 2B, in the present embodiment, the surplus power is used in the user terminal 2 while being managed. The surplus power may include both the power used for the user terminal 2 and the power sold to the power company or the like.

なお、ユーザ端末2には、太陽光発電装置20によって発電した電力の管理機能を有していてもよい。管理機能は、発電した電力の使用装置や電力量の割当を、管理サーバ1、ユーザからの操作又は自動で行う。   The user terminal 2 may have a function of managing the electric power generated by the solar power generation device 20. The management function allocates a device using the generated electric power and the amount of electric power by an operation from the management server 1 or a user or automatically.

管理サーバ1は、ユーザ端末2を遠隔で管理し、マイニング処理の状態を把握・管理し、マイニング処理の結果に応じて、報酬を支払う。報酬は、マイニング処理に応じて付与された仮想通貨の量を基準に所定の計算式によって算定される。   The management server 1 remotely manages the user terminal 2, grasps and manages the state of the mining process, and pays a reward according to the result of the mining process. The reward is calculated according to a predetermined calculation formula based on the amount of virtual currency given according to the mining process.

<管理データ>
図3は、管理サーバ1によって管理されるデータテーブルの一例である。管理サーバ1は、各ユーザ端末2に関連づけられているウォレットID、端末の状態、採掘レート、当月累計採掘量、当該ユーザ端末2が供給を受けている発電装置の発電量を管理する。
<Management data>
FIG. 3 is an example of a data table managed by the management server 1. The management server 1 manages the wallet ID associated with each user terminal 2, the state of the terminal, the mining rate, the cumulative mined amount in the current month, and the power generation amount of the power generation device to which the user terminal 2 is supplied.

<ハードウェア構成>
<管理サーバ1>
図4は、管理サーバ1のハードウェア構成を示す図である。なお、図示された構成は一例であり、これ以外の構成を有していてもよい。
<Hardware configuration>
<Management server 1>
FIG. 4 is a diagram showing a hardware configuration of the management server 1. The illustrated configuration is an example, and other configurations may be included.

図示されるように、管理サーバ1は、複数のユーザ端末2とともに情報処理を実行することにより、分散管理システムの一部を構成する。管理サーバ1は、例えばワークステーションやパーソナルコンピュータのような汎用コンピュータとしてもよいし、或いはクラウド・コンピューティングによって論理的に実現されてもよい。   As illustrated, the management server 1 constitutes a part of a distributed management system by executing information processing together with a plurality of user terminals 2. The management server 1 may be a general-purpose computer such as a workstation or a personal computer, or may be logically realized by cloud computing.

管理サーバ1は、少なくとも、プロセッサ10、メモリ11、ストレージ12、送受信部13、入出力部14等を備え、これらはバス15を通じて相互に電気的に接続される。   The management server 1 includes at least a processor 10, a memory 11, a storage 12, a transmission / reception unit 13, an input / output unit 14, and the like, which are electrically connected to each other via a bus 15.

プロセッサ10は、管理サーバ1全体の動作を制御し、各要素間におけるデータの送受信の制御、及びアプリケーションの実行に必要な情報処理等を行う演算装置である。例えばプロセッサ10はCPU(Central Processing Unit)であり、ストレージ12に格納されメモリ11に展開されたプログラム等を実行して各情報処理を実施する。   The processor 10 is an arithmetic device that controls the overall operation of the management server 1, controls transmission / reception of data between the elements, and performs information processing necessary for executing applications. For example, the processor 10 is a CPU (Central Processing Unit) and executes a program or the like stored in the storage 12 and expanded in the memory 11 to perform each information processing.

メモリ11は、DRAM(Dynamic Random Access Memory)等の揮発性記憶装置で構成される主記憶と、フラッシュメモリやHDD(Hard Disc Drive)等の不揮発性記憶装置で構成される補助記憶と、を含む。メモリ11は、プロセッサ10のワークエリア等として使用され、また、管理サーバ1の起動時に実行されるBIOS(Basic Input / Output System)、及び各種設定情報等を格納する。   The memory 11 includes a main memory configured by a volatile storage device such as a DRAM (Dynamic Random Access Memory) and an auxiliary storage configured by a non-volatile storage device such as a flash memory or an HDD (Hard Disc Drive). . The memory 11 is used as a work area or the like of the processor 10, and also stores a BIOS (Basic Input / Output System) executed when the management server 1 is started up, various setting information, and the like.

ストレージ12は、アプリケーション・プログラム、及びブロックチェーンネットワークに対する認証プログラム等の各種プログラムを格納する。各処理に用いられるデータを格納したデータベースがストレージ22に構築されていてもよい。   The storage 12 stores various programs such as an application program and an authentication program for the blockchain network. A database that stores data used for each process may be built in the storage 22.

送受信部13は、管理サーバ1をネットワーク10及びブロックチェーンネットワーク20に接続する。なお、送受信部13は、Bluetooth(登録商標)及びBLE(Bluetooth Low Energy)の近距離通信インタフェースを備えていてもよい。   The transmission / reception unit 13 connects the management server 1 to the network 10 and the block chain network 20. The transmission / reception unit 13 may include short-range communication interfaces of Bluetooth (registered trademark) and BLE (Bluetooth Low Energy).

入出力部14は、キーボード・マウス類等の情報入力機器、及びディスプレイ等の出力機器である。   The input / output unit 14 is an information input device such as a keyboard and a mouse, and an output device such as a display.

バス15は、上記各要素に共通に接続され、例えば、アドレス信号、データ信号及び各種制御信号を伝達する。   The bus 15 is commonly connected to the above-mentioned elements and transmits, for example, an address signal, a data signal and various control signals.

<ユーザ端末2>
図5は、ユーザ端末2のハードウェア構成を示す図である。なお、図示された構成は一例であり、これ以外の構成を有していてもよい。
<User terminal 2>
FIG. 5 is a diagram showing a hardware configuration of the user terminal 2. The illustrated configuration is an example, and other configurations may be included.

ユーザ端末2は、管理サーバ1による管理を受けて分散管理システムの一部を構成する。   The user terminal 2 is managed by the management server 1 and constitutes a part of the distributed management system.

ユーザ端末2は、少なくとも、プロセッサ20、メモリ21、ストレージ22、送受信部23、入出力部24等を備え、これらはバス25を通じて相互に電気的に接続される。   The user terminal 2 includes at least a processor 20, a memory 21, a storage 22, a transmission / reception unit 23, an input / output unit 24, and the like, which are electrically connected to each other through a bus 25.

ユーザ端末2のプロセッサ20は、ユーザ端末2の全体の動作を制御し、各要素間におけるデータの送受信の制御、及びマイニング処理のアプリケーションの実行に必要な情報処理等を行う演算装置である。例えばプロセッサ10はCPU(Central Processing Unit)及びGPU(Graphics Processing Unit)である。   The processor 20 of the user terminal 2 is an arithmetic device that controls the overall operation of the user terminal 2, controls the transmission and reception of data between the respective elements, and performs information processing necessary for executing the mining processing application. For example, the processor 10 is a CPU (Central Processing Unit) and a GPU (Graphics Processing Unit).

図6に示されるように、管理サーバ1は、削減利益30に関する情報を各ユーザ端末20から取得して管理する(削減利益プール)。取得した削減利益は、ブロックチェーンネットワークを利用して保管される。   As shown in FIG. 6, the management server 1 acquires and manages information regarding the reduction profit 30 from each user terminal 20 (reduction profit pool). The acquired reduction profits are stored using the blockchain network.

図示されるように、削減利益プールは、その一部又は全部に関する情報を他の管理サーバに送信することとしてもよい。即ち、取得した削減利益を売却処理することとしてもよい。   As shown in the figure, the reduction profit pool may transmit information regarding a part or all of the reduction profit pool to another management server. That is, the acquired reduction profit may be sold.

本実施の形態におけるブロックチェーンネットワークは、特定のものだけが参加可能なプライベートネットワークでもいいし、パブリックネットワークとしてもよい。   The block chain network in the present embodiment may be a private network in which only a specific one can participate or a public network.

以上の処理によれば、マイニング処理の負荷を分散しつつ、余剰電力を有効活用することができる。また、削減利益をブロックチェーンネットワークを利用して管理することにより、安全性と取引性を向上させることができる。   According to the above processing, it is possible to effectively utilize the surplus power while distributing the load of the mining processing. Further, by managing the reduction profit using the blockchain network, it is possible to improve safety and tradeability.

上述した実施の形態は、本発明の理解を容易にするための例示に過ぎず、本発明を限定して解釈するためのものではない。本発明は、その趣旨を逸脱することなく、変更、改良することができると共に、本発明にはその均等物が含まれることは言うまでもない。   The above-described embodiments are merely examples for facilitating the understanding of the present invention, and are not intended to limit the interpretation of the present invention. It goes without saying that the present invention can be modified and improved without departing from the spirit thereof and that the present invention includes equivalents thereof.

1 管理サーバ
2 ユーザ端末
20 太陽光発電装置
30 削減利益
50 ブロックチェーンネットワーク
1 management server 2 user terminal 20 solar power generation device 30 reduction profit 50 blockchain network

Claims (4)

管理サーバと、少なくとも発電装置からの電力の供給を受けて稼働するユーザ端末とを含む仮想通貨のマイニング処理の分散管理システムであって、
前記管理サーバは、前記ユーザ端末夫々に対して前記マイニング処理を行う指示を送信し、
前記ユーザ端末は、前記発電装置による発電量を管理して余剰電力量を算出し、当該余剰電力量に基づいて、前記マイニング処理に係る前記ユーザ端末の採掘レートを決定し、前記管理サーバから受信した前記指示に基づいて前記仮想通貨の前記マイニング処理を行い、前記マイニング処理の結果を前記管理サーバに送信し、
前記管理サーバは、前記マイニング処理に応じて付与された前記仮想通貨に基づき、前記ユーザ端末夫々から受信した前記マイニング処理の結果に応じて、前記ユーザ端末夫々に対する報酬の支払い処理を実行する、
マイニング処理の分散管理システム。
A decentralized management system for virtual currency mining processing, which includes a management server and at least a user terminal that operates by receiving power from a power generation device,
The management server transmits an instruction to perform the mining processing to each of the user terminals,
The user terminal manages the amount of power generated by the power generation device to calculate surplus power, determines the mining rate of the user terminal for the mining process based on the surplus power, and receives the mining rate from the management server. The mining process of the virtual currency is performed based on the instruction, and the result of the mining process is transmitted to the management server,
The management server, based on the virtual currency given according to the mining process, according to the result of the mining process received from each of the user terminals, executes a payment process of rewards to each of the user terminals,
Distributed management system for mining processing.
請求項1に記載のマイニング処理の分散管理システムであって、
前記管理サーバは、前記発電装置による発電量に基づいて算出される所定のインセンティブ情報を取得し、他の管理サーバに送信する、
マイニング処理の分散管理システム。
A distributed management system for mining processing according to claim 1,
The management server acquires predetermined incentive information calculated based on the amount of power generated by the power generator, and transmits the predetermined incentive information to another management server.
Distributed management system for mining processing.
請求項2に記載のマイニング処理の分散管理システムであって、
前記管理サーバは、前記インセンティブ情報を当該管理サーバと接続されている複数の前記ユーザ端末で構成されるネットワーク内において分散管理処理を行う、
マイニング処理の分散管理システム
A distributed management system for mining processing according to claim 2 ,
The management server performs a distributed management process on the incentive information in a network including a plurality of the user terminals connected to the management server.
Distributed management system for mining processing.
管理サーバと、少なくとも発電装置からの電力の供給を受けて稼働するユーザ端末とを利用した、仮想通貨のマイニング処理の分散管理方法であって、
前記管理サーバは、前記ユーザ端末夫々に対して前記マイニング処理を行う指示を送信するステップと、
前記ユーザ端末が、前記発電装置による発電量を管理して余剰電力量を算出し、当該余剰電力量に基づいて、前記マイニング処理に係る前記ユーザ端末の採掘レートを決定し、前記管理サーバから受信した前記指示に基づいて前記仮想通貨の前記マイニング処理を行い、前記マイニング処理の結果を前記管理サーバに送信するステップと、
前記管理サーバは、前記マイニング処理に応じて付与された前記仮想通貨に基づき、前記ユーザ端末夫々から受信した前記マイニング処理の結果に応じて、前記ユーザ端末夫々に対する報酬の支払い処理を実行するステップと、を含む
マイニング処理の分散管理方法。
A distributed management method for virtual currency mining processing, which uses a management server and at least a user terminal that operates by receiving power supplied from a power generation device,
The management server transmits an instruction to perform the mining processing to each of the user terminals,
The user terminal manages the amount of power generated by the power generator to calculate surplus power amount, determines the mining rate of the user terminal for the mining process based on the surplus power amount, and receives it from the management server. Performing the mining process of the virtual currency based on the instruction, and transmitting the result of the mining process to the management server;
The management server, based on the virtual currency provided according to the mining process, in accordance with the result of the mining process received from each of the user terminals, to execute a payment process of rewards to each of the user terminals; A distributed management method of mining processing including.
JP2017232527A 2017-12-04 2017-12-04 Distributed management system for mining processing and method thereof Active JP6688779B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017232527A JP6688779B2 (en) 2017-12-04 2017-12-04 Distributed management system for mining processing and method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017232527A JP6688779B2 (en) 2017-12-04 2017-12-04 Distributed management system for mining processing and method thereof

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2019231598A Division JP2020057427A (en) 2019-12-23 2019-12-23 Distribution management system and method for mining processing

Publications (2)

Publication Number Publication Date
JP2019101797A JP2019101797A (en) 2019-06-24
JP6688779B2 true JP6688779B2 (en) 2020-04-28

Family

ID=66973724

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017232527A Active JP6688779B2 (en) 2017-12-04 2017-12-04 Distributed management system for mining processing and method thereof

Country Status (1)

Country Link
JP (1) JP6688779B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7234819B2 (en) * 2019-06-12 2023-03-08 東京電力ホールディングス株式会社 Demand control method, controller, program and power system
JP6995825B2 (en) * 2019-12-27 2022-01-17 京セラ株式会社 Power management system and power management method
JP6992041B2 (en) 2019-12-27 2022-01-13 京セラ株式会社 Power management system and power management method
JP7048568B2 (en) 2019-12-27 2022-04-05 京セラ株式会社 Power management system and power management method
JP2021108512A (en) 2019-12-27 2021-07-29 京セラ株式会社 Power management system and power management method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6813477B2 (en) * 2014-05-09 2021-01-13 ヴェリタセウム アイエヌシー. A device, system, or method that facilitates value transfer between unreliable or unreliable parties.
JP5858507B1 (en) * 2015-05-18 2016-02-10 株式会社Orb Virtual currency management program and virtual currency management method

Also Published As

Publication number Publication date
JP2019101797A (en) 2019-06-24

Similar Documents

Publication Publication Date Title
JP6688779B2 (en) Distributed management system for mining processing and method thereof
JP2020057427A (en) Distribution management system and method for mining processing
Bhaskar et al. Bitcoin mining technology
JP6532930B1 (en) Distributed ledger for block chain based user identification management, distributed ledger method
US11899809B2 (en) Proof-of-approval distributed ledger
Hari et al. Cryptocurrency mining–transition to cloud
US11961070B2 (en) Resource-based distributed public ledger system
KR20180014534A (en) Verification system and method for transaction based block chain
KR20150116477A (en) Method and System for Mining Digital Currency at PC-Bang
CN102882858A (en) External data transmission method for cloud computing system
JP6352463B1 (en) Virtual currency management device, virtual currency management method, and program
CN111429122A (en) DAG block chain-based data verification method and device and computer equipment
KR20180032119A (en) Method and server for mining electronic money
Ekbote et al. Blockchain based remittances and mining using CUDA
JP2018160179A (en) Virtual currency management program and method
Apatova et al. Stability and sustainability of cryptotokens in the digital economy
US20220114276A1 (en) Controlling a data network with respect to a use of a distributed database
Georghiades et al. Hashcore: Proof-of-work functions for general purpose processors
Schwartz et al. Demand response scheme based on lottery-like rebates
CN110689412A (en) Method, device, server and storage medium for game virtual article transaction based on block chain
Swanson Learning from Bitcoin’s past to improve its future
KR102298497B1 (en) Electric power management server and computer program
KR102332503B1 (en) Apparatus and method for creating a virtual currency account using a telephone number
CN110149213B (en) Workload proving method and system based on heterogeneous hash function
Aron What's wrong with Bitcoin?

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171218

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20171218

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20180305

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180326

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180521

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20180705

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181003

C60 Trial request (containing other claim documents, opposition documents)

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20181003

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20181011

C21 Notice of transfer of a case for reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20181018

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20181102

C211 Notice of termination of reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C211

Effective date: 20181108

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20190704

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20191031

C13 Notice of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: C13

Effective date: 20191113

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191223

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20191223

C23 Notice of termination of proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C23

Effective date: 20200130

C03 Trial/appeal decision taken

Free format text: JAPANESE INTERMEDIATE CODE: C03

Effective date: 20200227

C30A Notification sent

Free format text: JAPANESE INTERMEDIATE CODE: C3012

Effective date: 20200227

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200406

R150 Certificate of patent or registration of utility model

Ref document number: 6688779

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250