Difference between revisions of "Blockchain network"

From wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:Blockchain]]
 
[[Category:Blockchain]]
  
Bunch of computers participating in a blockchain network.
+
A peer to peer networks that consists of a bunch of computers participating in a blockchain network. So there is no central controlling node or something.  
  
 
A network can be public (anyone can participate like in  the Ethereum blockchain) or private.  
 
A network can be public (anyone can participate like in  the Ethereum blockchain) or private.  

Revision as of 14:59, 25 May 2021


A peer to peer networks that consists of a bunch of computers participating in a blockchain network. So there is no central controlling node or something.

A network can be public (anyone can participate like in the Ethereum blockchain) or private.

Types of nodes:

  • Miner; Creating new blocks
  • Full node; Checking block validity using all transactions and blocks.
  • Lightweight node; Checking chain integrity using only the block headers.

In a private network you don't need mining, you can just appoint one or more nodes that can create new blocks.