鉱夫
鉱夫
Mining
8件の参照
Proof of Work を実行してブロックを提案する参加者。マイナーは通常、トランザクションを組み立て、ハッシュを計算し、有効なブロックをネットワークにブロードキャストします。
8件のホワイトペーパーセクションに登場
Mining
...very transaction in every block. Additionally, note that the order in which the miner includes transactions into the block matters; if there are two transactions A a...
Messages and Transactions
...efore completing, all state changes are reverted (except the gas payment to the miner), preventing infinite loops or excessive computation from grinding the network ...
Ethereum State Transition Function
...ll state changes are reverted—except that the sender still pays gas fees to the miner for the computation performed. If execution succeeded, the remaining gas is ref...
Code Execution
...aller, and block-level properties like the current block number, timestamp, and miner address. The code can return an output byte array to the caller and can send me...
Network Architecture
...shing algorithm, produces a hash value below the current difficulty target. The miner who finds a valid hash first broadcasts the new block to the network and claims...
Conclusion
...proven to be a thoughtful design choice. The perpetual issuance ensures ongoing miner incentives, replaces lost coins, and encourages circulation rather than hoardin...
関連ストーリー
Whitepaper Deep Dive
Filecoin白書:分散型ストレージマーケットと空間証明
FilecoinがProof of ReplicationとProof of Spacetimeを使用して検証可能なストレージ市場を構築し、保存データ量で重み付けされたExpected Consensusを実現する仕組みを解説します。
Technical ExplainerProof-of-Workマイニングの実際の仕組み:ハッシュパズルからブロック報酬まで
SHA-256マイニング、難易度調整、そしてBitcoinがなぜ一部の国よりも多くの電力を消費するのかについての初心者向け解説です。
Technical Explainer分散型ストレージ:Filecoinがデータの保存を証明する方法
Proof-of-ReplicationとProof-of-Spacetimeを理解する — トラストレスなデータストレージを可能にする暗号学的証明の仕組み。