Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 885 Bytes

Ethereum Miners.md

File metadata and controls

24 lines (18 loc) · 885 Bytes

Miners are entities running Ethereum nodes that validate and execute these transactions and combine them into blocks.

The process of validating each block by having a miner provide a mathematical proof is known as a “proof of work.”

Miners are rewarded for blocks accepted into the blockchain with a block reward in ether (currently 2 ETH).

A miner also gets fees which is the ether spent on gas by all the transactions included in the block.


Slide Screenshot

047.jpg


Slide Text

  • Entities running ethereum nodes
  • Transactions -> Validate/Execute/Combine -> Blocks
  • Block Validation -> Proof of Work (PoW)
  • Block Reward -> 2 ETH
  • Tx Fees -> All Block Tx's

References