矿工
矿工
Mining
8 个参考
执行工作量证明以提议区块的参与者。矿工通常会组装交易、计算哈希值并向网络广播有效区块。
出现在 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——使无信任数据存储成为可能的密码学证明。