Block time forecast with and without EIP 5133 (bomb delay applied at block 15,050,000).

This page summarizes the projects mentioned and recommended in the original post on /r/EtherMining

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • execution-specs

    Specification for the Execution Layer. Tracking network upgrades.

  • EIPs

    The Ethereum Improvement Proposal repository

  • # BYZANTIUM FORK IMPLEMENTED @ BLOCK 4_370_000 # SOURCE: https://eips.ethereum.org/EIPS/eip-649 fake_block = 3_000_000 # SOURCE: https://github.com/ethereum/EIPs/issues/100 # CONSTATINOPLE FORK IMPLEMENTED @ BLOCK 7_280_000 # SOURCE: https://eips.ethereum.org/EIPS/eip-1234 fake_block = 5_000_000 # MUIR GALCIER IMPLEMENTED block = 9_200_000 # SOURCE: https://eips.ethereum.org/EIPS/eip-2384 fake_block = 9_000_000 # LONDON FORK IMPLEMENTED @ BLOCK 12_965_000 # SOURCE: https://eips.ethereum.org/EIPS/eip-3554 fake_block = 9_700_000 # ARROW GLACIER IMPLEMENTED @ BLOCK 13_773_000 # SOURCE: https://eips.ethereum.org/EIPS/eip-4345 fake_block = 10_700_000 # uncle = 1 if block has an uncle else uncle = 0 if block_number < 4_370_000 fake_block = 0 elseif block_number < 7_280_000 fake_block = 3_000_000 elseif block_number < 9_200_000 fake_block = 5_000_000 elseif block_number < 12_965_000 fake_block = 9_000_000 elseif block_number < 13_773_000 fake_block = 9_700_000 elseif block_number < EIP5133_fork_block fake_block = 10_700_000 else fake_block = EIP5133_fake_block end block_diff_base = parent_diff + parent_diff÷2048*max(1+uncle-block_time_base÷9,-99) + 2^((max(0,block_number-fake_block)÷100_000)-2)÷1

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building an Escrow Smart Contract

    1 project | dev.to | 28 Apr 2024
  • Interacting with Smart Contracts using ethers.js

    1 project | dev.to | 25 Apr 2024
  • Show HN: Burn ETH, mint BURNTH, a contract-less privacy solution on Ethereum

    1 project | news.ycombinator.com | 6 Mar 2024
  • Noir on Scroll

    1 project | dev.to | 6 Feb 2024
  • Karma: An ERC20-compatible Reputation-based Money on the Ethereum Blockchain

    1 project | dev.to | 29 Dec 2023