JP2019101797A - Distribution management system and method for mining processing - Google Patents

Distribution management system and method for mining processing Download PDF

Info

Publication number
JP2019101797A
JP2019101797A JP2017232527A JP2017232527A JP2019101797A JP 2019101797 A JP2019101797 A JP 2019101797A JP 2017232527 A JP2017232527 A JP 2017232527A JP 2017232527 A JP2017232527 A JP 2017232527A JP 2019101797 A JP2019101797 A JP 2019101797A
Authority
JP
Japan
Prior art keywords
management server
mining
processing
user terminal
management system
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.)
Granted
Application number
JP2017232527A
Other languages
Japanese (ja)
Other versions
JP6688779B2 (en
Inventor
周平 小松
Shuhei Komatsu
周平 小松
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)

Abstract

To provide a distribution management system and method for efficient mining processing.SOLUTION: A management system 100 is a distribution management system for virtual currency mining processing including a management server 1 and a user terminal 2 that operates at least by electric power supplied from a power generation device. The user terminal performs virtual currency mining processing on the basis of an instruction from the management server. The management server executes reward payment processing according to the result of the mining processing of each user terminal. As a result, it is possible to effectively utilize surplus power while dispersing the load of mining processing.SELECTED DRAWING: Figure 1

Description

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

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

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

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

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

このブロックチェーン技術には様々な応用が検討されており、ビットコインの仕組みを基に、類似した暗号通貨システム(オルトコイン)が提案されている。オルトコインとしては、ライトコイン、ドージコイン、モナコイン(登録商標)等があり、現在、500以上の暗号通貨システムがあるといわれている。   A variety of applications are being considered for this block chain technology, and a similar cryptocurrency system (ortho coin) has been proposed based on the bit coin mechanism. Ortho-Coin includes Light-Coin, Doge-Coin, Monacoin (registered trademark) and the like, and it is said that there are currently over 500 cryptocurrency systems.

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

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

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

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

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

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

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

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

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

本発明の実施の形態によるイメージ図である。It is an image figure by embodiment of this invention. 従来のシステムと本発明の実施の形態による分散間システムとの比較を表す図である。FIG. 5 depicts a comparison of a prior art system with a distributed intersystem according to an embodiment of the 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 embodiment of the present invention will be listed and described. The distributed management system of mining processing according to the embodiment of the present invention has the following configuration.
[Item 1]
A distributed management system for mining processing of virtual currency, including a management server and a user terminal operated by receiving supply of power from at least 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 the result of the mining process of each of the user terminals.
Distributed management system for mining processing.
[Item 2]
It is a distributed management system of mining processing according to item 1, and
The user terminal manages the amount of power generated by the power generation apparatus to calculate a 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]
It is a distributed management system of mining processing according to item 1 or item 2, and
The management server acquires predetermined incentive information calculated based on the amount of power generation by the power generation device, and transmits the acquired information to another management server.
Distributed management system for mining processing.
[Item 4]
It is a distributed system of mining processing according to any one of items 3,
The management server performs distributed management processing in a network configured of a plurality of the user terminals connected to the management server with the incentive information.
Distributed management method of mining process.
[Item 5]
A distributed management method of mining processing of virtual currency using a management server and a user terminal that operates by receiving supply of power from at least 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 payment processing of a reward according to the result of the mining processing of each of the user terminals.

<実施の形態の詳細>
以下、本発明の実施の形態によるマイニング処理の分散管理システム(以下「管理システム」と呼ぶ)について、図面を参照しながら説明する。
<Details of Embodiment>
Hereinafter, a distributed management system of 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.

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

図1は、本発明の実施の形態による管理システム100の全体像を示すイメージ図である。なお、図示されている全体像は例示であり、他の要素が追加されていてもよい。   FIG. 1 is an image diagram showing an overview of a management system 100 according to an embodiment of the present invention. Note that the illustrated overview 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 photovoltaic power generation apparatus 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 constructs a so-called client server model. Furthermore, the management server 1 is also connected to a block chain network 50. The management server 1 acts as a minor (miner) in the block chain network 50.

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

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

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

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

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

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

管理サーバ1は、ユーザ端末2を遠隔で管理し、マイニング処理の状態を把握・管理し、マイニング処理の結果に応じて、報酬を支払う。報酬は、マイニング処理に応じて付与された仮想通貨の量を基準に所定の計算式によって算定される。   The management server 1 remotely manages the user terminal 2, grasps and manages the state of mining processing, and pays a reward according to the result of the mining processing. The reward is calculated by a predetermined formula based on the amount of virtual currency assigned 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 accumulated amount of the current month, and the amount of power generation of the power generation apparatus 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. Note that the illustrated configuration is an example, and may have a configuration other than this.

図示されるように、管理サーバ1は、複数のユーザ端末2とともに情報処理を実行することにより、分散管理システムの一部を構成する。管理サーバ1は、例えばワークステーションやパーソナルコンピュータのような汎用コンピュータとしてもよいし、或いはクラウド・コンピューティングによって論理的に実現されてもよい。   As illustrated, the management server 1 configures a part of the distributed management system by executing information processing 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 transmitting / receiving unit 13, an input / output unit 14 and the like, which are electrically connected to one another through 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 and reception of data between the elements, and performs information processing and the like necessary for executing an application. 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 storage constituted by a volatile storage device such as a dynamic random access memory (DRAM), and an auxiliary storage constituted by a nonvolatile storage device such as a flash memory or a hard disc drive (HDD). . The memory 11 is used as a work area or the like of the processor 10, and stores a BIOS (Basic Input / Output System) executed when the management server 1 is started, 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 block chain network. A database storing data used for each process may be constructed 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 a short distance communication interface 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-described 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. Note that the illustrated configuration is an example, and may have a configuration other than this.

ユーザ端末2は、管理サーバ1による管理を受けて分散管理システムの一部を構成する。   The user terminal 2 receives management by the management server 1 and configures 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 transmitting / receiving unit 23, an input / output unit 24 and the like, which are electrically connected to one another 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 transmission and reception of data between each element, and performs information processing and the like necessary for executing an application of mining processing. For example, the processor 10 is a central processing unit (CPU) and a graphics processing unit (GPU).

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

図示されるように、削減利益プールは、その一部又は全部に関する情報を他の管理サーバに送信することとしてもよい。即ち、取得した削減利益を売却処理することとしてもよい。   As illustrated, the reduction benefit pool may transmit information on part or all of it 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 may be a public network.

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

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

Claims (5)

管理サーバと、少なくとも発電装置からの電力の供給を受けて稼働するユーザ端末とを含む仮想通貨のマイニング処理の分散管理システムであって、
前記ユーザ端末は、前記管理サーバからの指示に基づいて前記仮想通貨の前記マイニング処理を行い、
前記管理サーバは、前記ユーザ端末夫々の前記マイニング処理の結果に応じて、報酬の支払い処理を実行する、
マイニング処理の分散管理システム。
A distributed management system of mining processing of virtual currency including a management server and a user terminal that operates by receiving supply of power from at least 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 the result of the mining process of each of the user terminals.
Distributed management system for mining processing.
請求項1に記載のマイニング処理の分散管理システムであって、
前記ユーザ端末は、前記発電装置による発電量を管理して余剰電力量を算出し、当該余剰電力量に基づいて、前記マイニング処理のパフォーマンスを決定する、
マイニング処理の分散管理システム。
A distributed management system of mining processing according to claim 1, wherein
The user terminal manages the amount of power generated by the power generation apparatus to calculate a surplus power amount, and determines the performance of the mining process based on the surplus power amount.
Distributed management system for mining processing.
請求項1又は請求項2に記載のマイニング処理の分散管理システムであって、
前記管理サーバは、前記発電装置による発電量に基づいて算出される所定のインセンティブ情報を取得し、他の管理サーバに送信する、
マイニング処理の分散管理システム。
A distributed management system of mining processing according to claim 1 or claim 2, wherein
The management server acquires predetermined incentive information calculated based on the amount of power generation by the power generation device, and transmits the acquired information to another management server.
Distributed management system for mining processing.
請求項3のいずれかに記載のマイニング処理の分散システムであって、
前記管理サーバは、前記インセンティブ情報を当該管理サーバと接続されている複数の前記ユーザ端末で構成されるネットワーク内において分散管理処理を行う、
マイニング処理の分散管理方法。
A distributed system for mining processing according to any one of claims 3 to 7, wherein
The management server performs distributed management processing in a network configured of a plurality of the user terminals connected to the management server with the incentive information.
Distributed management method of mining process.
管理サーバと、少なくとも発電装置からの電力の供給を受けて稼働するユーザ端末とを利用した、仮想通貨のマイニング処理の分散管理シ方法であって、
前記ユーザ端末が、前記管理サーバからの指示に基づいて前記仮想通貨の前記マイニング処理を行うステップと、
前記管理サーバは、前記ユーザ端末夫々の前記マイニング処理の結果に応じて、報酬の支払い処理を実行するステップと、を含む
マイニング処理の分散管理方法。

A distributed management method of mining processing of virtual currency using a management server and a user terminal that operates by receiving supply of power from at least 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 payment processing of a reward according to the result of the mining processing of each of the user terminals.

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 true JP2019101797A (en) 2019-06-24
JP6688779B2 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)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020202702A (en) * 2019-06-12 2020-12-17 東京電力ホールディングス株式会社 Demand control method, control device, program, and power system
WO2021132583A1 (en) 2019-12-27 2021-07-01 京セラ株式会社 Power management system and power management method
WO2021132580A1 (en) 2019-12-27 2021-07-01 京セラ株式会社 Electric power management system, and electric power management method
WO2021132579A1 (en) 2019-12-27 2021-07-01 京セラ株式会社 Power management system and power management method
WO2021132584A1 (en) 2019-12-27 2021-07-01 京セラ株式会社 Power management system and power management method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016218633A (en) * 2015-05-18 2016-12-22 株式会社Orb Virtual currency management program, and virtual currency management method
JP2017515252A (en) * 2014-05-09 2017-06-08 ヴェリタセウム アイエヌシー. An apparatus, system, or method that facilitates the transfer of value between parties with low or no confidence

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017515252A (en) * 2014-05-09 2017-06-08 ヴェリタセウム アイエヌシー. An apparatus, system, or method that facilitates the transfer of value between parties with low or no confidence
JP2016218633A (en) * 2015-05-18 2016-12-22 株式会社Orb Virtual currency management program, and virtual currency management method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"オピニオン 余剰電力はビットコインに換金すべき", [ONLINE], JPN6018024960, 16 October 2014 (2014-10-16), ISSN: 0003910866 *
"解説記事 グリッドコンピューティングとビットコインテクノロジの幸せな結婚", [ONLINE], JPN6018024958, 19 November 2014 (2014-11-19), ISSN: 0003910865 *
ELIZABETH WOYKE: "ブロックチェーンで余剰電力をご近所で売買", [ONLINE], JPN6018010485, 21 April 2017 (2017-04-21), ISSN: 0003910864 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020202702A (en) * 2019-06-12 2020-12-17 東京電力ホールディングス株式会社 Demand control method, control device, program, and power system
JP7234819B2 (en) 2019-06-12 2023-03-08 東京電力ホールディングス株式会社 Demand control method, controller, program and power system
JP2021108508A (en) * 2019-12-27 2021-07-29 京セラ株式会社 Power management system and power management method
WO2021132579A1 (en) 2019-12-27 2021-07-01 京セラ株式会社 Power management system and power management method
WO2021132584A1 (en) 2019-12-27 2021-07-01 京セラ株式会社 Power management system and power management method
JP2021108510A (en) * 2019-12-27 2021-07-29 京セラ株式会社 Power management system and power management method
WO2021132580A1 (en) 2019-12-27 2021-07-01 京セラ株式会社 Electric power management system, and electric power management method
JP2021108509A (en) * 2019-12-27 2021-07-29 京セラ株式会社 Power management system and power management method
JP6992041B2 (en) 2019-12-27 2022-01-13 京セラ株式会社 Power management system and power management method
JP6995825B2 (en) 2019-12-27 2022-01-17 京セラ株式会社 Power management system and power management method
JP7048568B2 (en) 2019-12-27 2022-04-05 京セラ株式会社 Power management system and power management method
WO2021132583A1 (en) 2019-12-27 2021-07-01 京セラ株式会社 Power management system and power management method
EP4084278A4 (en) * 2019-12-27 2024-02-21 Kyocera Corporation Power management system and power management method

Also Published As

Publication number Publication date
JP6688779B2 (en) 2020-04-28

Similar Documents

Publication Publication Date Title
JP6688779B2 (en) Distributed management system for mining processing and method thereof
Yang et al. Compensation for power loss by a proof-of-stake consortium blockchain microgrid
US10965446B2 (en) Blockchain-based automated user matching
JP7128111B2 (en) Systems and methods for controlling asset-related activities via blockchain
KR101950912B1 (en) Verification system and method for transaction based block chain
JP6532930B1 (en) Distributed ledger for block chain based user identification management, distributed ledger method
JP2020057427A (en) Distribution management system and method for mining processing
Yang et al. Hierarchical blockchain design for distributed control and energy trading within microgrids
CN111309711A (en) Cross-block-chain data migration method, device, equipment and storage medium
Mahmoud et al. Research challenges and opportunities in blockchain and cryptocurrencies
Hari et al. Cryptocurrency mining–transition to cloud
CN108885741A (en) Method and system for realizing communication certification on block chain
US20230122769A1 (en) Resource-Based Distributed Public Ledger System
JP2019144851A (en) Power transaction history generation system
JP6630425B1 (en) Power trading history generation system
JP6352463B1 (en) Virtual currency management device, virtual currency management method, and program
CN112001713B (en) Block chain system and request processing method and device
Ekbote et al. Blockchain based remittances and mining using CUDA
Li et al. Privacy-preserving prepayment based power request and trading in smart grid
Erenoğlu et al. Blockchain and its application fields in both power economy and demand side management
Rahmadika et al. A blockchain approach for the future renewable energy transaction
Apatova et al. Stability and sustainability of cryptotokens in the digital economy
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
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