Ethereum Notes
  • Introduction
  • Smart Contracts
    • Change
    • Do contracts create transactions
    • Transactions between contracts
  • Q&A
  • Types Of Accounts
  • Validators ( Miners)
  • Consensus Algorithm
    • Proof Of Work
    • Uncles
  • Implementations
  • Platform Apps
  • Solidity
    • Commands
    • Structure
    • Deployment
    • Interaction
      • ABI
      • Safe Math
    • Arrays'
    • Functions
      • Private / Public Functions
    • Events
  • Steps for Executing
    • Creating a Genesis Block
    • Making Rules for our BlockChain
    • Validating & Mining Ether
    • Installation
    • Token
  • Genesis.json
  • Notes
  • DAO Decentralied Autonomous Organization
  • Side Chain
  • other Lang
  • windows - installation
  • GoEthereum
    • Go Eth
      • Default Dire
      • Cosole API
      • Management API
    • Call
    • Transactions
    • Commands
    • Clients Interfaces
  • Web3
    • HTTP Resr Interface
    • CORS
    • Asynchronous call
    • BigNumbers
  • Truffle
    • Boxes
    • Demo
    • QA
  • testRPC ( Ganache)
  • FoodSafe
  • Mist Browser
  • Setting Up Private network with geth
  • Unlocking the account
  • Transaction Execution
  • Understanding the ethereum trie
  • Turing complete
  • Dapps
  • EVM
  • Ether Gas
  • Ethereum Networks
    • Test Net
      • Free Ethers
  • Interaction
  • Explorers
  • Wallet Architecture
    • Mining
    • Send Transactions
  • Accounts
  • MetaMask
  • Online Vs Local Wallet
  • Remix
  • Ethereum Client Or Node
  • Working Of The Client
  • DApp Libraries
  • Notes
  • References
  • Tokens
Powered by GitBook
On this page

Was this helpful?

  1. Consensus Algorithm

Uncles

Uncles refers Valid blocks which were created by non winning minners and could not be added to the main block chain because of the network lag etc ... . these blocks will be kept till the height increases to level 3 ...

PreviousProof Of WorkNextImplementations

Last updated 5 years ago

Was this helpful?