2019-04-24 15:04:56 +00:00
---
terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
2020-08-16 17:11:02 +00:00
{% include disclaimer.html translated="yes" translationOutdated="no" %}
2019-05-21 02:32:24 +00:00
### 基础知识
2019-04-24 15:04:56 +00:00
2019-05-21 02:32:24 +00:00
一种以密码方式计算一个区块的数学证明的过程,该区块包含一定数量的交易,然后将这些交易添加到区块链中。
2019-04-24 15:04:56 +00:00
2019-05-21 02:32:24 +00:00
挖矿是确认交易的分布式过程,在所有交易的公共账簿,即@区块链上。门罗币节点使用区块链来区分合法交易和试图再次使用已经在其他地方用过的币。
2019-04-24 15:04:56 +00:00
2019-05-21 02:32:24 +00:00
门罗币由严格的工作量证明驱动。它采用了一种挖矿算法, 这种算法有可能被有效地分配于数十亿现有设备( 任何现代的x86构架CPU和许多gpu) 。门罗币使用了CryptoNight工作证明算法的一种变体, 该算法设计用于普通CPU和GPU。
2019-04-24 15:04:56 +00:00
2019-05-21 02:32:24 +00:00
该智能挖矿功能允许透明的CPU在用户的计算机上进行挖矿, 完全不像目前很多事实上中心化的矿场以及矿池, 而是追求中本聪对真正P2P货币的最初设想。