「Mining」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(1 revision imported)
 
 
(5人の利用者による、間の11版が非表示)
1行目: 1行目:
<!-- This page is designed to be short and simple! It should provide only a very brief explanation of things that have their own page and should link to other pages whenever possible. This page should serve as an entry point and a place to organize most of our mining articles. Thank You! (-Atheros) -->
+
<- このページは短くてシンプルにデザインされています!可能であれば、独自のページを持ち、他のページにリンクする必要があることについて、非常に簡単な説明だけを提供する必要があります。このページは、マイニング記事のほとんどを整理するためのエントリーポイントと場所として機能するはずです。ありがとうございました! ( - アロス) - >
 +
[[File:Quick-and-dirty-4x5970-cooling.jpg | thumb | right |自家製の[採掘リグ|鉱業設備]]
  
== Introduction ==
+
==はじめに==
'''Mining''' is the process of adding transaction records to Bitcoin's public ledger of past transactions.
+
「マイニング」は、過去の取引のBitcoinの公的元帳にトランザクション記録を追加するプロセスです。そして「[採掘リグ|採鉱リグ]」は、単一コンピュータシステムのための必要な計算を実行する口語的なメタファーです。 "鉱業"。
 +
過去のトランザクションの元帳は、[[ブロック|ブロック]]の連鎖であるため[[ブロックチェーン]]と呼ばれます。
 +
ブロックチェーンは、[[確認|確認する]]ネットワークの他の部分との取引が行われたのと同様に機能します。
 +
Bitcoinノードはブロックチェーンを使用して、正当なBitcoinトランザクションと既に別の場所で費やされたコインを再使用する試みとを区別します。
 +
鉱山は、リソースを集中的に使用することが難しく、鉱山労働者が毎日見つけたブロックの数が安定しているように意図的に設計されています。個々の[[ブロック]]には有効と見なされる[仕事の証拠|仕事の証明]が含まれていなければならない。この作業証明は、ブロックを受信するたびに他のBitcoinノードによって検証されます。 Bitcoinは[[hashcash]]作業証明関数を使用します。
 +
鉱業の主な目的は[[トランザクション]]の履歴を[[不可逆的なトランザクション|任意のエンティティによって変更することは計算上不可能]]に設定することです。ブロックチェーンをダウンロードして検証することで、bitcoin [[full node | nodes]]はビットコインのイベントの順序についてコンセンサスに達することができます。
 +
マイニングは[[Controlled supply | Bitcoinsを導入する]]システムに使用されるメカニズムでもあります:
 +
鉱夫には新しく作られたコインの「補助金」だけでなく、[[手数料]]も支払われます。
 +
これは、新しいコインを分散的に普及させる目的と、人々にシステムのセキュリティを提供する動機付けをする目的の両方に役立ちます。
 +
Bitcoin鉱業は、他の商品の採掘に似ているため、いわゆる呼ばれています。
 +
それは努力を必要とし、それは参加することを望む誰でも新しい単位をゆっくりと利用できるようにする。重要な相違点は、[[制御供給|供給]]​​が採掘量に依存しないことです。一般的に、全マイナーハッシュパワーを変更しても、長期的に作成されるビットコインの数は変わりません。
  
This ledger of past transactions is called the [[block chain]] as it is a chain of [[block|blocks]].
+
==難しさ==
 +
===計算上困難な問題===
 +
ブロックをマイニングすることは困難です。なぜなら、ブロックがネットワークによって受け入れられるためには、ブロックのヘッダのSHA-256ハッシュが[[Target | target]]以下でなければならないからです。この問題は、説明のために簡略化することができます。ブロックのハッシュは、特定の数のゼロで開始する必要があります。多くのゼロで始まるハッシュを計算する確率は非常に低いので、多くの試みが行われなければならない。各ラウンドで新しいハッシュを生成するために、[[Nonce | nonce]]がインクリメントされます。詳しくは、[[Proof of work]]を参照してください。
 +
===難易度メトリック===
 +
[[難しさ|難しさ]]は、新しいブロックを見つけ出すのが最も簡単なものと比較してどれほど難しいかの尺度です。レートは2,016ブロックごとに再計算され、前の2,016ブロックがちょうど2週間で生成されます(2週間)、この難しさで誰もが採掘されました。これは、平均して10分ごとに1ブロックの期待利回りです。
 +
より多くの鉱夫が参加するにつれて、ブロック作成の割合が増加します。ブロック生成の割合が増加するにつれて、ブロック生成の速度を低下させることによる効果の均衡を保ちながら、補償するのが困難になる。悪意のある鉱夫が必要とする[[目標|難易度目標]]を満たさないブロックは、ネットワーク内の他の参加者によって単純に拒否されます。
 +
===報酬===
 +
ブロックが発見されると、発見者は、ネットワーク内の全員が合意した一定数のビットコインを授与することができる。現在、この賞金は12.5ビットコインです。この値は210,000ブロックごとに半分になります。 [[規制通貨供給]]を参照してください。
 +
さらに、鉱山者は取引を送信しているユーザーから支払われた料金を授与されます。手数料は、鉱山者が取引をそのブロックに含めるインセンティブです。将来的には、新しいブロックコイン鉱夫の数が各ブロックで減少するにつれて、料金は鉱業収入のより重要な割合を占めることになります。
  
The block chain serves to [[Confirmation|confirm]] transactions to the rest of the network as having taken place. Bitcoin nodes use the block chain to distinguish legitimate Bitcoin transactions from attempts to re-spend coins that have already been spent elsewhere.
+
==鉱業の生態系==
 +
===ハードウェア===
 +
[[ファイル:Usb-fpgaモジュール1.15x-hs-800.jpg |親指|右| FPGAモジュール]]
 +
ユーザーは、時間をかけてさまざまなタイプのハードウェアを使用してブロックをマイニングしました。ハードウェアの仕様とパフォーマンスの統計情報は、[[マイニングハードウェアの比較]]ページで詳しく説明しています。
 +
==== CPUマイニング====
 +
初期のBitcoinクライアントのバージョンでは、ユーザーは自分のCPUを使用してマイニングすることができました。 GPUマイニングの出現により、ネットワークのハッシュレートがCPUマイニングによって生成されるビットコインの量がCPUを動作させる電力のコストよりも低くなる程度に成長したので、CPUマイニングは財政的に賢明ではなかった。このオプションは、コアBitcoinクライアントのユーザーインターフェイスから削除されました。
 +
==== GPUマイニング====
 +
GPUマイニングは、CPUマイニングよりも大幅に高速で効率的です。主な記事を見てください:[[なぜGPUがCPUより速く掘り起こすのか]]様々な人気のある[採掘リグ|採掘リグ]が文書化されています。
 +
==== FPGAマイニング====
 +
FPGAマイニングは、GPUマイニングに匹敵し、CPUマイニングを大幅に上回るパフォーマンスを実現する、非常に効率的で高速な方法です。 FPGAは通常、比較的高いハッシュ・レーティングで非常に少量の電力を消費し、GPUマイニングよりも実行可能で効率的です。 FPGAハードウェアの仕様と統計については、[[マイニングハードウェアの比較]]を参照してください。
 +
==== ASICマイニング====
 +
特定用途向け集積回路(ASIC)は、非常に特殊な目的のために設計され製造されるマイクロチップである。 Bitcoinの採掘用に設計されたASICは、2013年に最初にリリースされました。消費する電力量は従来の技術よりも大幅に高速で、すでにGPUマイニングを財務的に行っています。
 +
====鉱業サービス(クラウドマイニング)====
 +
[[:Category:Mining_contractors |鉱業請負業者]]は、契約によって特定される業績を鉱業サービスに提供し、しばしば「鉱業契約」と呼ばれる。たとえば、特定の期間に特定の価格で特定の水準の採掘能力を借りることができます。
 +
===プール===
 +
限られたブロックの供給のために競争する鉱夫が増えるにつれて、ブロックを見つけたり、鉱山活動の報酬を受け取らずに何ヶ月も働いていたことが分かりました。これは鉱業を賭博のようなものにしました。彼らの所得変動の問題に取り組むために、鉱山労働者は報酬をより均等に分け合うことができるように[[プールされた鉱山|プール]]に組織化し始めました。 [[プールされたマイニング]]と[[マイニングプールの比較]]を参照してください。
 +
===歴史===
 +
Bitcoinの公的元帳(「ブロックチェーン」)は、2009年1月3日18:15 UTC(おそらく中本哲)によって開始されました。最初のブロックは[[起点ブロック]]として知られています。最初のブロックに記録された最初のトランザクションは、50の新しいビットコインの報酬をその作成者に支払う単一のトランザクションでした。
  
Mining is intentionally designed to be resource-intensive and difficult so that the number of blocks found each day by miners remains steady. Individual [[block]]s must contain a [[proof of work|proof of work]] to be considered valid. This proof of work is verified by other Bitcoin nodes each time they receive a block. Bitcoin uses the [[hashcash]] proof-of-work function.
+
==関連項目==
 
+
* [https://99bitcoins.com/beginners-guide-to-mining/ Bitcoin Mining入門ガイド]
The primary purpose of mining is to allow Bitcoin nodes to reach a secure, tamper-resistant consensus of which private keys control which bitcoins.
+
* [https://www.zpool.ca Bitcoin Multipool]
 
 
Mining is also the mechanism used to introduce Bitcoins into the system:
 
 
 
In exchange for their work miners are paid any transaction fees as well as a block reward.
 
 
 
This both serves the purpose of disseminating new coins in a decentralized manner as well as motivating people to provide security for the system.
 
 
 
Bitcoin mining is so called because it resembles the mining of other commodities:
 
 
 
it requires exertion and it slowly makes new currency available at a rate that resembles the rate at which commodities like gold are mined from the ground.
 
 
 
== Difficulty ==
 
Bitcoin is designed to introduce new bitcoins into the system in a predictable manner (see [[controlled supply]]).
 
 
 
Bitcoins are issued through a block reward, every ten minutes at a continually decreasing rate.
 
 
 
This makes a challenging problem - how is the issuance of currency kept at a fixed amount of time regardless of the amount of effort put into mining?
 
 
 
The solution is to vary the difficulty of mining with the amount of effort put into mining.
 
 
 
Each 2016 blocks (2 weeks at 10 minutes per block) the difficulty is adjusted up or down.
 
 
 
=== The Computationally-Difficult Problem ===
 
Mining a block is difficult because the SHA-256 hash of a block's header must be lower than or equal to the [[Target|target]] in order for the block to be accepted by the network. This problem can be simplified for explanation purposes: The hash of a block must start with a certain number of zeros. The probability of calculating a hash that starts with many zeros is very low, therefore many attempts must be made. In order to generate a new hash each round, a [[Nonce|nonce]] is incremented. See [[Proof of work]] for more information.
 
 
 
=== The Difficulty Metric ===
 
The [[Difficulty|difficulty]] is the measure of how difficult it is to find a new block compared to the easiest it can ever be. It is recalculated every 2016 blocks to a value such that the previous 2016 blocks would have been generated in exactly two weeks had everyone been mining at this difficulty. This will yield, on average, one block every ten minutes. As more miners join, the rate of block creation will go up. As the rate of block generation goes up, the difficulty rises to compensate which will push the rate of block creation back down. 
 
 
 
Any blocks released by malicious miners that do not meet the required difficulty [[Target|target]] will simply be rejected by everyone on the network and thus will be worthless.
 
 
 
=== Block Reward ===
 
When a block is discovered, the discoverer may award themselves a certain number of bitcoins, which is agreed-upon by everyone in the network. Currently this bounty is 25 bitcoins; this value will halve every 210,000 blocks. See [[Controlled Currency Supply|Controlled Supply]].
 
 
 
Additionally, the miner is awarded the fees paid by users sending transactions. The fee is an incentive for the miner to include the transaction in their block. In the future, as the number of new bitcoins miners are allowed to create in each block dwindles, the fees will make up a much more important percentage of mining income.
 
 
 
== The mining ecosystem ==
 
 
 
=== Hardware ===
 
Users have used various types of hardware over time to mine blocks. Hardware specifications and performance statistics are detailed on the [[Mining Hardware Comparison]] page.
 
==== CPU Mining ====
 
Early Bitcoin client versions allowed users to use their CPUs to mine. The advent of GPU mining made CPU mining financially unwise as the hashrate of the network grew to such a degree that the amount of bitcoins produced by CPU mining became lower than the cost of power to operate a CPU. The option was therefore removed from the core Bitcoin client's user interface.
 
 
 
==== GPU Mining ====
 
GPU Mining is drastically faster and more efficient than CPU mining. See the main article: [[Why a GPU mines faster than a CPU]]. A variety of popular [[Mining rig|mining rigs]] have been documented.
 
==== FPGA Mining ====
 
FPGA mining is a very efficient and fast way to mine, comparable to GPU mining and drastically outperforming CPU mining. FPGAs typically consume very small amounts of power with relatively high hash ratings, making them more viable and efficient than GPU mining. See [[Mining Hardware Comparison]] for FPGA hardware specifications and statistics.
 
==== ASIC Mining ====
 
An application-specific integrated circuit, or ''ASIC'', is a microchip designed and manufactured for a very specific purpose. ASICs designed for Bitcoin mining were first released in 2013. For the amount of power they consume, they are vastly faster than all previous technologies and already have made GPU mining financially unwise in some countries and setups.
 
 
 
==== Mining services (Cloud mining) ====
 
[[:Category:Mining_contractors|Mining contractors]] provide mining services with performance specified by contract, often referred to as a "Mining Contract". They may, for example, rent out a specific level of mining capacity for a set price for a specific duration.
 
 
 
=== Pools ===
 
As more and more miners competed for the limited supply of blocks, individuals found that they were working for months without finding a block and receiving any reward for their mining efforts. This made mining something of a gamble. To address the variance in their income miners started organizing themselves into [[Pooled mining|pools]] such as the [https://pool.bitcoin.com/ Bitcoin.com mining pool], so that they could share rewards more evenly.
 
 
 
See [[Pooled mining]] and [[Comparison of mining pools]].
 
 
 
=== History ===
 
Bitcoin's public ledger (the 'block chain') was started on January 3rd, 2009 at 18:15 UTC presumably by [[Satoshi Nakamoto]]. The first block is known as the [[genesis block]]. The first transaction recorded in the first block was a single transaction paying the reward of 50 new bitcoins to its creator.
 
 
 
==See Also==
 
 
 
* [https://99bitcoins.com/beginners-guide-to-mining/ A Beginner's guide to Bitcoin mining]
 
* [http://BitcoinMiner.net Comprehensive Guide Bitcoin Miner and Mining]
 
* [http://codinginmysleep.com/bitcoin-mining-in-plain-english Bitcoin Mining in Plain English] by David Perry
 
* [https://www.weusecoins.com/en/mining-guide/ Getting Started With Bitcoin Mining]
 
* [[Automatically mine when computer is locked|Tutorial to automatically start mining when you lock your computer]]. (Windows 7)
 
* [http://www.reddit.com/r/Bitcoin/comments/18q2jx/eli5_bitcoin_mining_xpost_in_eli5/ Simplified Explanation of Bitcoin Mining] by reddit user [http://www.reddit.com/user/azotic azotic]
 
 
* [https://www.bitcoinmining.com Bitcoin Mining]
 
* [https://www.bitcoinmining.com Bitcoin Mining]
 +
ペリーの* [http://codinginmysleep.com/bitcoin-mining-in-plain-english Bitcoin Mining in Plain English]
 +
* [https://www.weusecoins.com/en/mining-guide/ Bitcoin Mining入門]
 +
* [[コンピュータがロックされているときは自動的に鉱山|コンピュータをロックしたときにマイニングを自動的に開始するチュートリアル]]。 (Windows 7)
 +
* [http://bitcoinminer.com Bitcoin Miner]
 +
* [http://www.bitcongress.org/bitcoin/best-bitcoin-mining-hardware/ Bitcoinマイニングハードウェアの比較]
 +
* redditユーザーによる[http://www.reddit.com/r/Bitcoin/comments/18q2jx/eli5_bitcoin_mining_xpost_in_eli5/ Bitcoin Miningの簡略説明] [http://www.reddit.com/user/azotic azotic]
 
* [https://bitcoinchain.com/pools Bitcoin Mining Pools Comparison]
 
* [https://bitcoinchain.com/pools Bitcoin Mining Pools Comparison]
* [https://www.youtube.com/watch?v=GmOzih6I1zs Video: What is Bitcoin Mining?]
+
* [http://www.bitcoinmining.com/best-bitcoin-cloud-mining-contract-reviews/クラウドマイニング契約の調査、検討、比較]
* [http://www.vnbitcoin.org/bitcoincalculator.php Bitcoin Mining Calculator]
+
* [https://www.youtube.com/watch?v=GmOzih6I1zs Video:Bitcoin Miningとは何ですか?]
* [http://www.bitcoinmining.com/best-bitcoin-cloud-mining-contract-reviews/ Research, Review and Compare Cloud Mining Contracts]
+
* [http://yogh.io/#mine:last Mining Simulator][https://github.com/JornC/bitcoin-transaction-explorer GitHub source]
* [http://yogh.io/#mine:last Mining Simulator] ([https://github.com/JornC/bitcoin-transaction-explorer GitHub source])
+
* [http://bitcoindaily.org/bitcoin-guides/what-is-bitcoin-mining/ Bitcoin Mining Explained]
[[ru:Mining]]
+
[[ru:鉱業]]
[[Category:Mining]][[Category:Vocabulary]]
+
[[Category:Mining]] [[Category:Vocabulary]]

2018年6月2日 (土) 12:29時点における最新版

<! - このページは短くてシンプルにデザインされています!可能であれば、独自のページを持ち、他のページにリンクする必要があることについて、非常に簡単な説明だけを提供する必要があります。このページは、マイニング記事のほとんどを整理するためのエントリーポイントと場所として機能するはずです。ありがとうございました! ( - アロス) - >

はじめに[編集]

「マイニング」は、過去の取引のBitcoinの公的元帳にトランザクション記録を追加するプロセスです。そして「[採掘リグ|採鉱リグ]」は、単一コンピュータシステムのための必要な計算を実行する口語的なメタファーです。 "鉱業"。 過去のトランザクションの元帳は、ブロックの連鎖であるためブロックチェーンと呼ばれます。 ブロックチェーンは、確認するネットワークの他の部分との取引が行われたのと同様に機能します。 Bitcoinノードはブロックチェーンを使用して、正当なBitcoinトランザクションと既に別の場所で費やされたコインを再使用する試みとを区別します。 鉱山は、リソースを集中的に使用することが難しく、鉱山労働者が毎日見つけたブロックの数が安定しているように意図的に設計されています。個々のブロックには有効と見なされる[仕事の証拠|仕事の証明]が含まれていなければならない。この作業証明は、ブロックを受信するたびに他のBitcoinノードによって検証されます。 Bitcoinはhashcash作業証明関数を使用します。 鉱業の主な目的はトランザクションの履歴を任意のエンティティによって変更することは計算上不可能に設定することです。ブロックチェーンをダウンロードして検証することで、bitcoin nodesはビットコインのイベントの順序についてコンセンサスに達することができます。 マイニングは Bitcoinsを導入するシステムに使用されるメカニズムでもあります: 鉱夫には新しく作られたコインの「補助金」だけでなく、手数料も支払われます。 これは、新しいコインを分散的に普及させる目的と、人々にシステムのセキュリティを提供する動機付けをする目的の両方に役立ちます。 Bitcoin鉱業は、他の商品の採掘に似ているため、いわゆる呼ばれています。 それは努力を必要とし、それは参加することを望む誰でも新しい単位をゆっくりと利用できるようにする。重要な相違点は、供給​​が採掘量に依存しないことです。一般的に、全マイナーハッシュパワーを変更しても、長期的に作成されるビットコインの数は変わりません。

難しさ[編集]

計算上困難な問題[編集]

ブロックをマイニングすることは困難です。なぜなら、ブロックがネットワークによって受け入れられるためには、ブロックのヘッダのSHA-256ハッシュが target以下でなければならないからです。この問題は、説明のために簡略化することができます。ブロックのハッシュは、特定の数のゼロで開始する必要があります。多くのゼロで始まるハッシュを計算する確率は非常に低いので、多くの試みが行われなければならない。各ラウンドで新しいハッシュを生成するために、 nonceがインクリメントされます。詳しくは、Proof of workを参照してください。

難易度メトリック[編集]

難しさは、新しいブロックを見つけ出すのが最も簡単なものと比較してどれほど難しいかの尺度です。レートは2,016ブロックごとに再計算され、前の2,016ブロックがちょうど2週間で生成されます(2週間)、この難しさで誰もが採掘されました。これは、平均して10分ごとに1ブロックの期待利回りです。 より多くの鉱夫が参加するにつれて、ブロック作成の割合が増加します。ブロック生成の割合が増加するにつれて、ブロック生成の速度を低下させることによる効果の均衡を保ちながら、補償するのが困難になる。悪意のある鉱夫が必要とする難易度目標を満たさないブロックは、ネットワーク内の他の参加者によって単純に拒否されます。

報酬[編集]

ブロックが発見されると、発見者は、ネットワーク内の全員が合意した一定数のビットコインを授与することができる。現在、この賞金は12.5ビットコインです。この値は210,000ブロックごとに半分になります。 規制通貨供給を参照してください。 さらに、鉱山者は取引を送信しているユーザーから支払われた料金を授与されます。手数料は、鉱山者が取引をそのブロックに含めるインセンティブです。将来的には、新しいブロックコイン鉱夫の数が各ブロックで減少するにつれて、料金は鉱業収入のより重要な割合を占めることになります。

鉱業の生態系[編集]

ハードウェア[編集]

親指|右| FPGAモジュール ユーザーは、時間をかけてさまざまなタイプのハードウェアを使用してブロックをマイニングしました。ハードウェアの仕様とパフォーマンスの統計情報は、マイニングハードウェアの比較ページで詳しく説明しています。

CPUマイニング[編集]

初期のBitcoinクライアントのバージョンでは、ユーザーは自分のCPUを使用してマイニングすることができました。 GPUマイニングの出現により、ネットワークのハッシュレートがCPUマイニングによって生成されるビットコインの量がCPUを動作させる電力のコストよりも低くなる程度に成長したので、CPUマイニングは財政的に賢明ではなかった。このオプションは、コアBitcoinクライアントのユーザーインターフェイスから削除されました。

GPUマイニング[編集]

GPUマイニングは、CPUマイニングよりも大幅に高速で効率的です。主な記事を見てください:なぜGPUがCPUより速く掘り起こすのか様々な人気のある[採掘リグ|採掘リグ]が文書化されています。

FPGAマイニング[編集]

FPGAマイニングは、GPUマイニングに匹敵し、CPUマイニングを大幅に上回るパフォーマンスを実現する、非常に効率的で高速な方法です。 FPGAは通常、比較的高いハッシュ・レーティングで非常に少量の電力を消費し、GPUマイニングよりも実行可能で効率的です。 FPGAハードウェアの仕様と統計については、マイニングハードウェアの比較を参照してください。

ASICマイニング[編集]

特定用途向け集積回路(ASIC)は、非常に特殊な目的のために設計され製造されるマイクロチップである。 Bitcoinの採掘用に設計されたASICは、2013年に最初にリリースされました。消費する電力量は従来の技術よりも大幅に高速で、すでにGPUマイニングを財務的に行っています。

鉱業サービス(クラウドマイニング)[編集]

鉱業請負業者は、契約によって特定される業績を鉱業サービスに提供し、しばしば「鉱業契約」と呼ばれる。たとえば、特定の期間に特定の価格で特定の水準の採掘能力を借りることができます。

プール[編集]

限られたブロックの供給のために競争する鉱夫が増えるにつれて、ブロックを見つけたり、鉱山活動の報酬を受け取らずに何ヶ月も働いていたことが分かりました。これは鉱業を賭博のようなものにしました。彼らの所得変動の問題に取り組むために、鉱山労働者は報酬をより均等に分け合うことができるようにプールに組織化し始めました。 プールされたマイニングマイニングプールの比較を参照してください。

歴史[編集]

Bitcoinの公的元帳(「ブロックチェーン」)は、2009年1月3日18:15 UTC(おそらく中本哲)によって開始されました。最初のブロックは起点ブロックとして知られています。最初のブロックに記録された最初のトランザクションは、50の新しいビットコインの報酬をその作成者に支払う単一のトランザクションでした。

関連項目[編集]

ペリーの* Bitcoin Mining in Plain English

ru:鉱業 Category:Mining Category:Vocabulary