惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
B
Blog
Jina AI
Jina AI
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
美团技术团队
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
The Cloudflare Blog
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
罗磊的独立博客
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
GbyAI
GbyAI
腾讯CDC
MongoDB | Blog
MongoDB | Blog

Ethereum Foundation Blog

Checkpoint #9: Apr 2026 | Ethereum Foundation Blog How L1 and L2s can build the strongest possible Ethereum | Ethereum Foundation Blog The Promise of Ethereum: Introducing the EF Mandate | Ethereum Foundation Blog This Is Fine (Until the Grant Runs Out) | Ethereum Foundation Blog Treasury Staking Initiative | Ethereum Foundation Blog The Ethereum Foundation's Commitment to DeFi | Ethereum Foundation Blog Protocol Priorities Update for 2026 | Ethereum Foundation Blog Announcing the Platform Team at EF | Ethereum Foundation Blog Ethereum Protocol Studies 2026 | Ethereum Foundation Blog Executive Leadership Update | Ethereum Foundation Blog An update from Tomasz | Ethereum Foundation Blog Introducing the EF Academic Secretariat 2026 PhD Fellowship | Ethereum Foundation Blog Trillion Dollar Security Day at Devconnect | Ethereum Foundation Blog Allocation Update - Q4 2025 | Ethereum Foundation Blog Checkpoint #8: Jan 2026 | Ethereum Foundation Blog Devcon 8 is coming to Mumbai, India in November 2026 | Ethereum Foundation Blog Hegota Upgrade EIP Proposal Timelines | Ethereum Foundation Blog Shipping an L1 zkEVM #2: The Security Foundations | Ethereum Foundation Blog The Future of Ethereum’s State | Ethereum Foundation Blog Devconnect Argentina Recap | Ethereum Foundation Blog Allocation Update - Q3 2025 | Ethereum Foundation Blog Making Ethereum Feel Like One Chain Again | Ethereum Foundation Blog Checkpoint #7: Nov 2025 | Ethereum Foundation Blog Fusaka Mainnet Announcement | Ethereum Foundation Blog 2 weeks to Devconnect: Everything you need to know | Ethereum Foundation Blog Unveiling ESP's New Grants Program | Ethereum Foundation Blog Fusaka Update – Transaction Gas Limit Cap arrives with EIP-7825 | Ethereum Foundation Blog Fusaka Update - Information for Blob users | Ethereum Foundation Blog Announcing the 2026 EF Internship | Ethereum Foundation Blog Supporting privacy with new funding mechanisms | Ethereum Foundation Blog
FAQ: Upcoming Ethereum Hard Fork | Ethereum Foundation Blog
2016-10-18 · via Ethereum Foundation Blog

The Ethereum network will be undergoing a hard fork at block number 2463000, which will likely occur between 12:00 and 13:00 UTC on Tuesday, October 18, 2016. A countdown timer can be seen at https://fork.codetract.io/.

As a user, what do I need to do?

Download the latest version of your Ethereum client:

What happens if I do not participate in the hard fork?

If you are using an Ethereum client that is not updated for the upcoming hard fork, your client will sync to the pre-fork blockchain once the fork occurs. You will be stuck on an incompatible chain following the old rules and you will be unable to send ether or operate on the post-fork Ethereum network.

What is a hard fork in Ethereum-land?

A hard fork is a change to the underlying Ethereum protocol, creating new rules to improve the system. All Ethereum clients need to upgrade; otherwise they will be stuck on an incompatible chain following the old rules. The decentralized nature of blockchain systems makes a hard fork upgrade more difficult. Hard forks in a blockchain require cooperation and communication with the community, as well as with the developers of the various Ethereum clients in order for the transition to go smoothly.

What happens during a hard fork?

After consensus is reached on what changes should be included in a hard fork, changes to the protocol are written into the various Ethereum clients, such as geth, Parity, and ethereumJ. The protocol changes are activated at a specific block number. Any nodes that have not been upgraded to the new ruleset will be abandoned on the old chain where the previous rules continue to exist.

Why do we need a hard fork?

Since September 18th (UTC), the Ethereum network has been under attack by a person or group resulting in large delays before transactions were processed. The network is currently filled with pending transactions which is causing users delays in processing their transactions. You can think of this as a denial of service (DoS) attack on the Ethereum blockchain.

Every operation that an Ethereum contract performs on the network is given a price or gas fee. Using the ADD operation is less computationally expensive than performing a complex operation such as hashing a number using SHA256. The attacker performed a DoS attack by repeatedly calling certain operation codes (opcodes) in their smart contracts that are computationally difficult for clients to process, but very cheap to add to the network. In order to prevent the attacker(s) from continuing to flood the network with low-priced contracts with high computational cost, we are raising the price of certain operations.

Why are we doing two hard forks and what will the effects be?

The two hard forks each address different problems that have arisen from the attacks. The first hard fork is meant to address urgent network health issues concerning underpriced operation codes. As described in Ethereum Improvement Proposal 150, “EIP 150 Hard Fork,” the first hard fork is set to occur at block number 2463000 and will adjust the price of underpriced opcodes involved in the attack. The second hard fork is expected to address a number of less urgent matters such as removing empty accounts which the attacker used to flood the Ethereum network, and which caused the size of the blockchain to inflate. The second hard fork is still being discussed.

After the second hard fork has been implemented, there will likely be a “clean-up period” during which time there may continue to be delays and difficulties processing transactions and syncing until the blockchain state has been fully debloated.

How will the EIP 150 hard fork affect contracts?

See following commentary: https://www.reddit.com/r/ethereum/comments/57p0bv/a_quick_note_on_how_the_call_gas_cost_increase/

Where can I find more technical details on what the two new hard forks will change in the protocol?

The respective changes to Ethereum protocol are documented in the GitHub repository for Ethereum Improvement Proposals The following two EIPs describe the current plans for the upcoming hard forks:

A big thanks to the Ethereum community for their patience and understanding, and to all Ethereum developers across all clients and platforms who came together to provide input, thoughts, and contributions to address stopping the attacks and helping to improve the platform.