📜  区块链中的节点类型 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:13.979000             🧑  作者: Mango

代码示例1
Generally, there are three distinct types of nodes –
miner nodes, 
full nodes, 
and light nodes.

Miner nodes can propose blocks and have the complete history of the 
blockchain. 
Full nodes have the complete history of the blockchain but 
cannot propose new blocks 
and light nodes rely on full nodes for blockchain's history.