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

推荐订阅源

博客园 - Franky
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
人人都是产品经理
人人都是产品经理
罗磊的独立博客
博客园 - 聂微东
雷峰网
雷峰网
量子位
美团技术团队
V
V2EX
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
IT之家
IT之家
The Cloudflare Blog
爱范儿
爱范儿
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
Jina AI
Jina AI

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
Olympic: Frontier Pre-Release | Ethereum Foundation Blog
2015-05-09 · via Ethereum Foundation Blog

What began all the way back on midnight of February 1st 2014, is coming to a close: we are happy to announce the release of the ninth and last in the Ethereum Proof-of-Concept series. We invite the community to participate in the ongoing Proof-of-Concept IX testnet in our present release, Olympic, made available now.

The purpose of Olympic is to reward people who try to test the limits of the Ethereum blockchain during the pre-release period, spamming the network with transactions and doing crazy things with the state, so that we can see how the network holds up under high levels of load. At the same time, application developers, data providers, exchanges, and users are encouraged to develop and deploy on the testnet and run nodes - and if you have multiple virtual private servers, spin up as many nodes as you can.

Olympic will feature a total prize fund of up to 25,000 ether. There will be four categories of prize as well as a grand prize for the first person to create a substantial fork on the testnet.

The four categories of prize will be Transaction Activity, Virtual Machine Usage, Mining Prowess and General Punishment. Each category will include a main prize of 2,500 ether, as well as one or more smaller prizes at 100 - 1,000 ether and possibly tiny rewards of 0.1-5 ether simply for participating. Each of the categories will be judged by Vitalik, Gavin and Jeff, likely with substantial help from automated blockchain analysis tools. In addition to the Ether, like the bounty programme, all prize-winners will be entitled to have their name immortalised in the Ethereum Genesis block. Please note that to be considered for a prize, send an e-mail describing a claim to olympic@ethereum.org.

This is also the last phase of the Ethereum development process before the Frontier release, as the network is currently proving to be highly stable at its current size of 20-100 nodes, all major clients have been staying in consensus and we are approaching code freeze pending testing and auditing inputs. It is expected to last close to 14 days, though we reserve the right to shorten or lengthen it based on technical considerations. When we deem that we are ready, we will provide a 48 hour countdown for the Frontier 1.0 launch.

Binaries and source are available here: https://github.com/ethereum/go-ethereum/releases/tag/v0.9.18

A work-in-progress guide to Frontier is available here: http://ethereum.gitbooks.io/frontier-guide/

Transaction Activity

This includes activity related to sending and receiving transactions. Examples of things we might reward include:

  • The account that sends the highest total number of transactions
  • The account that contributes the highest total of gas usage
  • The account that receives the highest total number of transactions
  • The account that contributes the highest bloat (as measured in bytes) to the blockchain in terms of transaction trie contents
  • The account with the lowest address (in terms of lexicographic order or numerical representation; the two orders are equivalent) that sends at least one transaction
  • The two accounts that send at least one transaction whose addresses are closest to each other

Virtual Machine Usage

This includes activity relating to using the virtual machine. Examples of things we might reward include:

  • The account that makes the highest number of calls of any opcode
  • The account that makes the highest number of calls of any opcode within a single transaction
  • The account that sends the single transaction that takes the longest for a particular client to execute
  • The account that sends the single transaction with the highest ratio of time to execute per unit gas consumed
  • The account that receives the highest total number of messages
  • The account that reverts the highest total amount of gas usage
  • The account that creates the contract with the lowest address (in terms of lexicographic order or numerical representation; the two orders are equivalent)
  • The account that sends the transaction with the largest (as measured in bytes) encoded receipt RLP
  • The account that produces the largest number of transactions whose bloom is a (distinct) prime number
  • A creator of a contract that contains, for example, a sudoku solver, taking an array of 81 values as input and outputting the array of 81 values corresponding to a solved sudoku

Mining Prowess

This includes activity relating to mining; miners will be identified by coinbase address. Examples of things we might reward include:

  • The miner that produces the largest block in the main chain (as measured in bytes)
  • The miner that contributes the largest total number of bytes of block data to the main chain
  • The miner that mines the largest number of blocks in a row
  • The miner that includes the most transactions
  • The miner that produces the block that takes the longest amount of time for a particular client to process

General Punishment

This includes mucking around with the State in crazy ways, getting contracts to do crazy things. Examples of things we might reward include:

  • The sender/miner of the transaction/block that adds the largest number of items to contract storage
  • The creator of the contract with the largest code (externally-owned accounts only)
  • The creator of the contract with the most filled items in storage
  • The creator of the contract that contains a key/value pair with the highest merkle tree depth (ie. the largest number of hash lookups before getting to the value)
  • The creator of the contract that suicides while containing the most filled items in storage
  • The creator of the contract that makes the largest number of consecutive storage updates such that the storage root at each step is a prime number.

Note that the above categories are by no means an exhaustive list of things that are eligible for prizes. If you do anything outside of the above that you feel merits consideration, please email us.

The Grand Prize

A grand prize of at least 5,000 ether will be shared between the miner(s) who manage to create a substantial fork between the Go and C++ clients. The fork must be on the main chain; one client must accept the block with the other client rejecting it. Smaller prizes for forks between Go/C++ and Python may also be available.

Good luck, and we look forward to seeing and hearing what you all come up with!

- The ethereum core dev team