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

Distribution management system and method for mining processing Download PDF

Info

Publication number
JP2020057427A
JP2020057427A JP2019231598A JP2019231598A JP2020057427A JP 2020057427 A JP2020057427 A JP 2020057427A JP 2019231598 A JP2019231598 A JP 2019231598A JP 2019231598 A JP2019231598 A JP 2019231598A JP 2020057427 A JP2020057427 A JP 2020057427A
Authority
JP
Japan
Prior art keywords
management server
mining
management system
user terminal
mining 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.)
Pending
Application number
JP2019231598A
Other languages
Japanese (ja)
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 JP2019231598A priority Critical patent/JP2020057427A/en
Publication of JP2020057427A publication Critical patent/JP2020057427A/en
Pending legal-status Critical Current

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

Abstract

To perform efficient mining processing.SOLUTION: The invention is a distribution management system for virtual currency mining processing including a management server and a user terminal that operates while receiving supply of electric power at least 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 result of the mining processing of each user terminal. As a result, it is possible to effectively utilize surplus power while dispersing load of the mining processing.SELECTED DRAWING: Figure 1

Description

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

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

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

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

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

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

このようなオープンかつ分散型の仮想通貨を提供するサービスでは、ブロックチェーンの内部に記述される情報(ビットコインの場合はトランザクションである。)の真正性は、その系を支えるマイナーが提供する計算量に依存している。   In such a service that provides open and decentralized virtual currencies, the authenticity of the information (in the case of bitcoin, a transaction) described in 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, an attack on the blockchain becomes possible. For example, it is known that if a malicious group or individual exceeds 50% or more of the total calculation amount, it will dominate over 50% or more of the mining speed of the entire network and illegal transactions will be possible (51%). attack).

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

特許文献1には、このようなブロックチェーンを利用した取引情報の真正性の保証度を高める技術が開示されている。   Patent Literature 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, a machine specification required for mining is required to be high with an increase in the calculation load on the proof-of-work described above. Along with this, the power consumption by mining has also increased, and depending on the region and scale, it often happens that it does not match the balance

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

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

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

本発明の実施の形態によるイメージ図である。It is an image figure by an embodiment of the invention. 従来のシステムと本発明の実施の形態による分散間システムとの比較を表す図である。FIG. 2 is a diagram showing a comparison between a conventional system and an inter-distribution system according to an embodiment of the present invention. 図1の管理サーバが管理するデータベースを示す図である。FIG. 2 is a diagram illustrating a database managed by the management server in FIG. 1. 図1の管理サーバのハードウェア構成を示すブロック図である。FIG. 2 is a block diagram illustrating a hardware configuration of the management server in FIG. 1. 図1のユーザ端末のハードウェア構成を示すブロック図である。FIG. 2 is a block diagram illustrating a hardware configuration of the user terminal of FIG. 1. 本発明の変形例を示す図である。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 for mining processing according to the embodiment of the present invention has the following configuration.
[Item 1]
A distributed management system for a virtual currency mining process, including a management server and a user terminal that operates by receiving at least power supplied from the 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, calculates 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]
A distributed management system for mining processing according to item 1 or item 2,
The management server acquires predetermined incentive information calculated based on the amount of power generated by the power generation device, and transmits the information to another management server.
Distributed management system for mining processing.
[Item 4]
Item 3. The distributed management system for mining processing according to Item 3,
The management server performs the distributed management process in the network configured by the plurality of user terminals connected to the management server, the incentive information,
Distributed management system for mining processing.
[Item 5]
A distributed management system for virtual currency mining processing using a management server and a user terminal that operates by receiving power supply 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;
A step of performing a reward payment process in accordance with a result of the mining process of each of the user terminals, wherein the management server includes:

<実施の形態の詳細>
以下、本発明の実施の形態によるマイニング処理の分散管理システム(以下「管理システム」と呼ぶ)について、図面を参照しながら説明する。
<Details of Embodiment>
Hereinafter, a distributed management system for mining processing (hereinafter, referred to as “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 overall image of a management system 100 according to an embodiment of the present invention. It is to be noted that the illustrated overall image is an example, and other elements may be added.

図1に示されるように、管理システム100は、管理サーバ1と、複数のユーザ端末2と、当該ユーザ端末2に電力を供給する太陽光発電装置20とを備えている。   As illustrated 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 a blockchain network 50. The management server 1 operates as a minor (miner) in the blockchain network 50.

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

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

また、太陽光発電等の所謂再生可能エネルギーを発電する装置を所有する場合、当該装置による発電量に応じて、CO2削減に関する利益(インセンティブ:権利)を受け取ることができる。このような削減利益は、省エネルギー設備や、再生可能エネルギー発電設備の導入により削減できたCO2排出削減分に基づいて創出される利益である。   In addition, in the case of owning a device that generates so-called renewable energy such as solar power, 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 created based on the amount of CO2 emission reduction which can be reduced by introducing energy saving equipment and renewable energy power generation equipment.

図示されるように、従来の場合、余剰電力は例えば、電力会社等に削減利益ごと(又は削減利益とは別に)売電され、ユーザは売電の対価を得ることとなる。   As shown in the figure, in the conventional case, surplus power is sold to, for example, a power company for each reduction profit (or separately from the reduction profit), and the user gets a price 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 managing it. The surplus power may include both the power used for the user terminal 2 and the power sold to a power company or the like.

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

管理サーバ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 by a predetermined formula based on the amount of virtual currency given in accordance with 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 total mined amount for the current month, and the amount of power generated by the power generation device supplied to the user terminal 2.

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

図示されるように、管理サーバ1は、複数のユーザ端末2とともに情報処理を実行することにより、分散管理システムの一部を構成する。管理サーバ1は、例えばワークステーションやパーソナルコンピュータのような汎用コンピュータとしてもよいし、或いはクラウド・コンピューティングによって論理的に実現されてもよい。   As illustrated, the management server 1 forms 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, and these are electrically connected to each other through a bus 15.

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

ストレージ12は、アプリケーション・プログラム、及びブロックチェーンネットワークに対する認証プログラム等の各種プログラムを格納する。各処理に用いられるデータを格納したデータベースがストレージ22に構築されていてもよい。   The storage 12 stores various programs such as an application program and an authentication program for a blockchain network. A database storing 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 blockchain network 20. The transmission / reception unit 13 may include a short-range 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 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 illustrating a hardware configuration of the user terminal 2. Note that 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 forms 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, and these are electrically connected to each other via 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 data transmission and reception between elements, and performs information processing and the like necessary for executing a mining 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 information on the reduced profit 30 from each user terminal 20 and manages it (reduced profit pool). The acquired savings are stored using a blockchain network.

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

本実施の形態におけるブロックチェーンネットワークは、特定のものだけが参加可能なプライベートネットワークでもいいし、パブリックネットワークとしてもよい。   The blockchain 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, the surplus power can be effectively used while distributing the load of the mining processing. In addition, by managing the reduction profit using the blockchain network, it is possible to improve security and tradeability.

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

1 管理サーバ
2 ユーザ端末
20 太陽光発電装置
30 削減利益
50 ブロックチェーンネットワーク
DESCRIPTION OF SYMBOLS 1 Management server 2 User terminal 20 Solar power generation device 30 Reduction profit 50 Blockchain network

Claims (5)

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

A distributed management system for virtual currency mining processing using a management server and a user terminal that operates by receiving power supply 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;
A step of performing a reward payment process in accordance with a result of the mining process of each of the user terminals, wherein the management server includes:

JP2019231598A 2019-12-23 2019-12-23 Distribution management system and method for mining processing Pending JP2020057427A (en)

Priority Applications (1)

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

Applications Claiming Priority (1)

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

Related Parent Applications (1)

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

Publications (1)

Publication Number Publication Date
JP2020057427A true JP2020057427A (en) 2020-04-09

Family

ID=70107518

Family Applications (1)

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

Country Status (1)

Country Link
JP (1) JP2020057427A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023128596A1 (en) * 2021-12-29 2023-07-06 박가람 Cryptocurrency mining system using solar panel

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: 0004686918 *
"解説記事 グリッドコンピューティングとビットコインテクノロジの幸せな結婚", [ONLINE], JPN6018024958, 19 November 2014 (2014-11-19), ISSN: 0004686917 *
ELIZABETH WOYKE: "ブロックチェーンで余剰電力をご近所で売買", [ONLINE], JPN6018010485, 21 April 2017 (2017-04-21), ISSN: 0004686916 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023128596A1 (en) * 2021-12-29 2023-07-06 박가람 Cryptocurrency mining system using solar panel

Similar Documents

Publication Publication Date Title
JP6688779B2 (en) Distributed management system for mining processing and method thereof
JP7128111B2 (en) Systems and methods for controlling asset-related activities via blockchain
US11388009B2 (en) Token management system and token management method
KR101950912B1 (en) Verification system and method for transaction based block chain
Bhaskar et al. Bitcoin mining technology
JP5871347B1 (en) Virtual currency management program and virtual currency management method
Hari et al. Cryptocurrency mining–transition to cloud
CN110659906B (en) Bill information processing method, related device and medium
US20200175503A1 (en) Resource-based distributed public ledger system
JP6649173B2 (en) Virtual currency management method and virtual currency management program
KR20150116477A (en) Method and System for Mining Digital Currency at PC-Bang
JP6630425B1 (en) Power trading history generation system
CN111429122A (en) DAG block chain-based data verification method and device and computer equipment
CN110597916A (en) Data processing method and device based on block chain, storage medium and terminal
JP2020057427A (en) Distribution management system and method for mining processing
Aggarwal et al. Solving user priority in cloud computing using enhanced optimization algorithm in workflow scheduling
KR102092953B1 (en) Blockchain based advertisement apparatus and method using advertisement module included in application
CN111144859A (en) Virtual resource transfer method and device, computer equipment and storage medium
US20220067033A1 (en) Method and apparatus for processing data for a blockchain
Ekbote et al. Blockchain based remittances and mining using CUDA
CN112001713A (en) Block chain system and request processing method and device
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
CN110689412A (en) Method, device, server and storage medium for game virtual article transaction based on block chain
Schwartz et al. Demand response scheme based on lottery-like rebates

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20201204

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201211

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210319

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220120

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20220322

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20220714