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

推荐订阅源

C
Check Point Blog
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
博客园_首页
博客园 - 【当耐特】
WordPress大学
WordPress大学
月光博客
月光博客
博客园 - 叶小钗
S
SegmentFault 最新的问题
雷峰网
雷峰网
H
Help Net Security
宝玉的分享
宝玉的分享
A
About on SuperTechFans
IT之家
IT之家
J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator 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
The Thawing Frontier | Ethereum Foundation Blog
2015-08-04 · via Ethereum Foundation Blog

After a smooth launch, please find a few updates of note below. These probably will be of interest only to the more advanced users amongst you - if you’re not a miner, there is nothing to action.

Epoch switch in 2 hours

Let’s start with a quick heads up to miners, the network will be switching epoch in roughly 2 hours. If you are using the geth/ethminer combo, you should be all set if you have opted to use the --autodag flag on geth and --no-precompute on ethminer. If not, keep an eye on your miners as they generate the dag. Report all issues to either the Go or C++ issue repositories, depending on which client you’re using.

Note that some AMD cards will require GPU_MAX_ALLOC_PERCENT=95 to support the larger DAG size.

Client updates on the horizon.

Within the next few days, we’ll see the 5k gas limit per block lifted. We’ll be operating with a 3M (3141592, or pi million as it's affectionately called) gas target per block going forward.

Remember that it’s the protocol that defines the limits by how much the gas limit can increase (or decrease) per block, and that miners can only adjust their parameters within these limits.

The max increase (or decrease) is set by the protocol at the parent gas limit /1024. With the default parameter unaffected by miners, it will take a minimum of 6 hours to climb from the current 5k gas per block to a limit allowing transactions (21,000 gas being required for a simple transaction on Ethereum).

Of course, statistically speaking, the more miners update their clients when the update is released, the faster the network will reach the 3M target (the minimum being 28 hours). So if you are mining, keep an eye out for releases of both the C++ and Go clients and make sure to update as soon as they hit.

Default Gas price is set at 50 shannon

The default gas price is set at 50 shannon (0.05 szabos, or 0.00000005 ether). Remember that the gas price is ultimately always defined by the users calling a contract, while the miners can set a parameter on their machines to accept or ignore transactions that have a gas price within a certain range.

On the user side of things, we also have a built-in oracle defining the optimal gas price, determined by the previous block gas usage. For example, if the previous block was less than 80% full, the gas price oracle will adjust to a lower gas price recommendation.

Update on the Olympic Rewards

We are currently compiling the list of Olympic winners and will be processing them during the coming weeks.

If you are expecting an Olympic reward and were not able to do the A->B transaction I covered in one of my previous blog posts, do not panic - you can still execute that transaction on the Olympic network.

Some of you reported issues with catching up to the Olympic blockchain - in this instance, try the C++ client which synchronize in less than 5 hours. Note that you may have to mine a few blocks for your transaction to go through, as miners have now quite understandably moved on to Frontier.

Update on namereg

Once thawing has ended, we'll be looking in adding the name registrar contract. We haven't finalized its behaviour just yet, and its behaviour (similar to an auction house) will probably deserve its own blog post. You can look at its current code published at https://github.com/ethereum/dapp-bin/blob/master/registrar/registrar.sol.

Announcements will always be made on our blog

We thank you for your amazing support and participation on social media, including Twitter and of course reddit. Note that because so many of you are tracking a few sites for information on Ethereum, we decided to release all announcements going forward - including change to the protocol or clients - on this blog (the one you are reading now). Finally, note that if you need answers to technical questions, you'll always be better served by our forums at http://forum.ethereum.org/.