Network
Launch Date
Consensus
Note
Sepolia
Oct 2021
PoW
Like-for-like representation of Ethereum
Görli
Jan 2019
PoA
Proof-of-Authority
Kiln
Mar 2022
PoS
Post-Merge (for ETH2), shadow fork of the mainnet
Kintsugi
Dec 2021
PoS
DEPRECATED, use Kiln; post-Merge (for ETH2)
Ropsten
Nov 2016
PoW
DEPRECATED, use Sepolia; the Merge to happen on Jun 8, 2022
Rinkeby
Apr 2017
PoA
DEPRECATED, use Görli and Görli Faucet
Kovan
Mar 2017
PoA
DEPRECATED, use Sepolia or Görli
List of active and deprecated Ethereum testnets, including Kintsugi.
Features
Optimistic rollup 
ZK-rollup 
Proof
Uses fraud proofs to prove transaction validity. 
Uses validity (zero-knowledge) proofs to prove transaction validity. 
Capital efficiency
Requires waiting through a 1-week delay (dispute period) before withdrawing funds. 
Users can withdraw funds immediately because validity proofs provide incontrovertible evidence of the authenticity of off-chain transactions. 
Data compression
Publishes full transaction data as calldata to Ethereum Mainnet, which increases rollup costs. 
Doesn't need to publish transaction data on Ethereum because ZK-SNARKs and ZK-STARKs already guarantee the accuracy of the rollup state. 
EVM compatibility
Uses a simulation of the Ethereum Virtual Machine (EVM), which allows it to run arbitrary logic and support smart contracts. 
Doesn't widely support EVM computation, although a few EVM-compatible ZK-rollups have appeared. 
Rollup costs
Reduces costs since it publishes minimal data on Ethereum and doesn't have to post proofs for transactions, except in special circumstances. 
Faces higher overhead from costs involved in generating and verifying proofs for every transaction block. ZK proofs require specialized, expensive hardware to create and have high on-chain verification costs. 
Trust assumptions
Doesn't require a trusted setup. 
Requires a trusted setup to work. 
Liveness requirements
Verifiers are needed to keep tabs on the actual rollup state and the one referenced in the state root to detect fraud. 
Users don't need someone to watch the L2 chain to detect fraud. 
Security properties 
Relies on cryptoeconomic incentives to assure users of rollup security. 
Relies on cryptographic guarantees for security. 
Start building
on Alchemy.
Sign up for free
Start building on Optimism.
Sign up for free
Start building on Arbitrum.
Sign up for free
Start building on Ethereum.
Sign up for free
Start building on Polygon.
Sign up for free
Start building on Starknet.
Sign up for free
Start building on Flow.
Sign up for free
kiln faucet
Get free Kiln ETH.
Start building today
Goerli faucet
Get free Goerli ETH.
Start building today
SEPOLIA FAUCET
Get free Sepolia ETH.
Start Building Today
mumbai faucet
Get free Mumbai Matic.
Start building today
rinkeby faucet
Get free Rinkeby
ETH.
Start building today
Start building on Ethereum.
Get started for free
Start building on Ethereum.
Get started for free
Start building on Flow.
Get started for free
Start building on Polygon.
Get started for free
Start building on Starknet.
Get started for free
Start building on Optimism.
Get started for free
Start building on Solana.
Get started for free
Start building on Solana.
Sign up for beta access
Start building on Solana.
Join the waitlist
Arbitrum logo
Start building on Arbitrum.
Get started for free
Build with Alchemy's
Gas Manager & Bundler APIs
Learn
Solidity at
Alchemy
University
Get started today
Build with Alchemy's
Gas Manager & Bundler APIs
curl 
https://release.solana.com/v1.10.32/solana-install-init-x86_64-pc-windows-msvc.exe 
--output 
C:\solana-install-tmp\solana-install-init.exe 
--create-dirs
Testnets
ROPSTEN TESTNET OVERVIEW

Ethereum's Ropsten Testnet: A Complete Guide

What Is the Ropsten Testnet, How Is It Used, and Why Is It Going Away
Last Updated:
June 6, 2022

The Ethereum-based testnet, Ropsten, enabled developers to experiment with protocol upgrades and decentralized applications before their deployment on the Ethereum mainnet. The testnet was similar to the PoW mainnet before the mainnet transitioned to the PoS consensus model due to its proof-of-work consensus model.

It’s essential to know the testnet merged with the Ropsten Beacon Chain on June 8, 2022, when the Terminal Total Difficulty (TTD) of 50000000000000000 was reached. Because of this merge, developers are advised to use alternative testnets like the Sepolia network to test their applications and nodes in a post-merge environment. 

Note: The Ropsten testnet was deprecated on October 5, 2022.

Deprecation Notice

While you can use the Goerli testnet, we caution against it as the Ethereum Foundation has announced that Goerli will soon be deprecated. Therefore, we recommend using Sepolia testnet as Alchemy has full Sepolia support and a free Sepolia faucet.

What is the Ropsten testnet?

The Ropsten testnet, which is now deprecated, is an Ethereum-based test blockchain used by Ethereum developers to test protocol upgrades before deploying applications on the Ethereum mainnet.

Ropsten supported node clients such as: 

  • Geth
  • Parity
  • Nethermind
  • Hyperledger Besu

Because it was a testnet on the Ethereum network, there was no direct fiscal tie with the mainnet, which means that developers don’t need to worry about the implications of transactions and the cost of testing applications on the testnet. 

As the expense of erroneous implementations on the mainnet can be relatively high, it’s important for web3 developers to have access to a sandbox-like environment where the cost of a mistake or failure is negligible. 

When was Ropsten launched?

Ropsten launched in November 2016 as the official successor to Morden, the first Ethereum testnet based on a PoW authority consensus model. The Ropsten testnet has a chain and network ID of 3.

Using a PoW consensus mechanism, the Ropsten testnet relied on all nodes to verify the computational effort a single node expended. This thwarted certain economic attacks on the network because miners had capital at risk. 

However, Ethereum core developers merged the PoW mechanism with the Ropsten Proof of Stake Beacon Chain to prepare for Ethereum’s mainnet merge. The Ropsten testnet was primarily used by core developers for testing upgrades to underlying protocols. Like so many other testnets on the Ethereum blockchain, the Ropsten testnet was maintained by the Geth developer team. 

How big was the Ropsten testnet?

As of May 2022, there were approximately 12.3 million blocks on the Ropsten testnet, and developers had executed roughly 230 million transactions. 

The block time on the Ropsten testnet was below 30 seconds, and 15 miners had governance power, with 1 possessing 94.5% hash power. 

The maximum block gas limit stood at 50,000. This represents the highest price a cryptocurrency will distribute when a smart contract is executed, or a transaction is sent on the Ethernet blockchain. 

The gas price was about 146,602 Gwei with an average burn of 23.66 Gwei per block. To date, ~113,440 ETH was burned on the Ropsten testnet. 

Why did developers use the Ropsten testnet?

Developers used the Ropsten testnet because it best mimicked the production environment of the Ethereum mainnet when it was based on a PoW mechanism and to prepare for the Ethereum mainnet merge.

Miners on the Ropsten test network had a financial incentive to maintain the testnet itself, given its resemblance to the mainnet at the time. Moreover, the testnet provided helpful information about certain issues faced on the mainnet, such as the relationship between gas prices and uncle block rates. It was also useful for decentralized application development as Ropsten provided realistic back-end and front-end performance tests.  

In February 2017, the tesnet experienced a denial-of-service (DoS) attack where spam blocks were inserted into the network and were slow to process, requiring much CPU, time, and memory. This attack on Ropsten meant that connecting an Ethereum client to the Ropsten testnet was slow and consumed excessive disk space as the attack added 10 GBs of bloat to the distributed database. 

In this instance, the Ropsten testnet demonstrated a vulnerability to spam attacks, indicating instability and unreliability. The Ropsten network was revived with new security provisions to combat similar threats. Until it was deprecated, no serious incident was reported on the testnet.

What happened to the Ropsten testnet after the Merge?

The Ropsten testnet merged on June 8, 2022, when the Terminal Total Difficulty (TTD) of 50000000000000000 was reached, and it is no longer updated (i.e., it is now deprecated). Instead, Ethereum recommends developers use the Sepolia and Goerli testnets. While the Sepolia testnet is a PoS testnet, the Goerli testnet is a proof-of-authority testnet that can work across different clients.

The Ropsten testnet merge was a vital testing milestone in anticipation of the Ethereum merge when the mainnet merged with the beacon chain PoS system. In effect, the Ropsten testnet merge simulated the eventual merge on the mainnet. 

Marking the end of PoW for the Ethereum network, the Merge ensured a complete transition to a PoS consensus. PoS consensus mechanism reduced the need for energy-intensive mining activity. It also helps facilitate user participation in securing the overall network, which further promotes decentralization and will augment crypto-economic security relative to the PoW model. 

Nevertheless, switching to a PoS model presents the following disadvantages:

  • The PoS consensus model is newer compared to the PoW model 
  • End-users need to run more pieces of software on the PoS model which involves an execution layer and a consensus layer (formerly known as ETH2)
  • PoS implementation is more complex than PoW 

Where can I get test ETH since Ropsten faucets are deprecated?

Historically, developers could request testnet ETH on the Ropsten testnet using a Ropsten faucet, but because the network is no longer supported, it is recommended to use other testnets and faucets, such as Sepolia and Goerli, to test dApps on Ethereum.

The two recommended testnets and faucets are Sepolia, which reflects most closely the post-merge development environment on Ethereum, and Goerli, a PoA test network.

To support Web3 developers, Alchemy maintains a Sepolia faucet and a Goerli faucet, which provide extra fake ETH when users sign up for a free Alchemy account.

An Ethereum faucet enables developers to obtain testnet ETH, which has no real-world value. Developers can use this testnet ETH for experimentation purposes on a decentralized application or protocol before deployment on the mainnet, where financial risks are real.

Saying Goodbye to the Ropsten Testnet

The Ropsten testnet provided tremendous value to Ethereum developers since its launch in 2017 through the Ropsten merge until it was deprecated last year.

From giving developers a safe testing environment for building applications to helping core developers plan and test for the mainnet merge, the Ropsten testnet has been a key web3 infrastructure for many web3 developers.

ALCHEMY SUPERNODE - ETHEREUM NODE API

Scale to any size, without any errors

Alchemy Supernode finally makes it possible to scale blockchain applications without all the headaches. Plus, our legendary support will guide you every step of the way.

Get started for free
Supernode footer
Testnets
ROPSTEN TESTNET OVERVIEW

Ethereum's Ropsten Testnet: A Complete Guide

What Is the Ropsten Testnet, How Is It Used, and Why Is It Going Away
Last Updated:
June 6, 2022
Last Updated:
March 14, 2023
Don't miss an update
Sign up for our newsletter to get alpha, key insights, and killer resources.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Talk to an Expert

Learn how Alchemy's blockchain developer tools can help your business succeed in web3!
Valid number
Thank you! An Alchemy expert will be in touch with you shortly!
Oops! Something went wrong while submitting the form.

{{goerli-faucet-ad}}

The Ethereum-based testnet, Ropsten, enabled developers to experiment with protocol upgrades and decentralized applications before their deployment on the Ethereum mainnet. The testnet was similar to the PoW mainnet before the mainnet transitioned to the PoS consensus model due to its proof-of-work consensus model.

It’s essential to know the testnet merged with the Ropsten Beacon Chain on June 8, 2022, when the Terminal Total Difficulty (TTD) of 50000000000000000 was reached. Because of this merge, developers are advised to use alternative testnets like the Sepolia network to test their applications and nodes in a post-merge environment. 

Note: The Ropsten testnet was deprecated on October 5, 2022.

Deprecation Notice

While you can use the Goerli testnet, we caution against it as the Ethereum Foundation has announced that Goerli will soon be deprecated. Therefore, we recommend using Sepolia testnet as Alchemy has full Sepolia support and a free Sepolia faucet.

What is the Ropsten testnet?

The Ropsten testnet, which is now deprecated, is an Ethereum-based test blockchain used by Ethereum developers to test protocol upgrades before deploying applications on the Ethereum mainnet.

Ropsten supported node clients such as: 

  • Geth
  • Parity
  • Nethermind
  • Hyperledger Besu

Because it was a testnet on the Ethereum network, there was no direct fiscal tie with the mainnet, which means that developers don’t need to worry about the implications of transactions and the cost of testing applications on the testnet. 

As the expense of erroneous implementations on the mainnet can be relatively high, it’s important for web3 developers to have access to a sandbox-like environment where the cost of a mistake or failure is negligible. 

When was Ropsten launched?

Ropsten launched in November 2016 as the official successor to Morden, the first Ethereum testnet based on a PoW authority consensus model. The Ropsten testnet has a chain and network ID of 3.

Using a PoW consensus mechanism, the Ropsten testnet relied on all nodes to verify the computational effort a single node expended. This thwarted certain economic attacks on the network because miners had capital at risk. 

However, Ethereum core developers merged the PoW mechanism with the Ropsten Proof of Stake Beacon Chain to prepare for Ethereum’s mainnet merge. The Ropsten testnet was primarily used by core developers for testing upgrades to underlying protocols. Like so many other testnets on the Ethereum blockchain, the Ropsten testnet was maintained by the Geth developer team. 

How big was the Ropsten testnet?

As of May 2022, there were approximately 12.3 million blocks on the Ropsten testnet, and developers had executed roughly 230 million transactions. 

The block time on the Ropsten testnet was below 30 seconds, and 15 miners had governance power, with 1 possessing 94.5% hash power. 

The maximum block gas limit stood at 50,000. This represents the highest price a cryptocurrency will distribute when a smart contract is executed, or a transaction is sent on the Ethernet blockchain. 

The gas price was about 146,602 Gwei with an average burn of 23.66 Gwei per block. To date, ~113,440 ETH was burned on the Ropsten testnet. 

Why did developers use the Ropsten testnet?

Developers used the Ropsten testnet because it best mimicked the production environment of the Ethereum mainnet when it was based on a PoW mechanism and to prepare for the Ethereum mainnet merge.

Miners on the Ropsten test network had a financial incentive to maintain the testnet itself, given its resemblance to the mainnet at the time. Moreover, the testnet provided helpful information about certain issues faced on the mainnet, such as the relationship between gas prices and uncle block rates. It was also useful for decentralized application development as Ropsten provided realistic back-end and front-end performance tests.  

In February 2017, the tesnet experienced a denial-of-service (DoS) attack where spam blocks were inserted into the network and were slow to process, requiring much CPU, time, and memory. This attack on Ropsten meant that connecting an Ethereum client to the Ropsten testnet was slow and consumed excessive disk space as the attack added 10 GBs of bloat to the distributed database. 

In this instance, the Ropsten testnet demonstrated a vulnerability to spam attacks, indicating instability and unreliability. The Ropsten network was revived with new security provisions to combat similar threats. Until it was deprecated, no serious incident was reported on the testnet.

What happened to the Ropsten testnet after the Merge?

The Ropsten testnet merged on June 8, 2022, when the Terminal Total Difficulty (TTD) of 50000000000000000 was reached, and it is no longer updated (i.e., it is now deprecated). Instead, Ethereum recommends developers use the Sepolia and Goerli testnets. While the Sepolia testnet is a PoS testnet, the Goerli testnet is a proof-of-authority testnet that can work across different clients.

The Ropsten testnet merge was a vital testing milestone in anticipation of the Ethereum merge when the mainnet merged with the beacon chain PoS system. In effect, the Ropsten testnet merge simulated the eventual merge on the mainnet. 

Marking the end of PoW for the Ethereum network, the Merge ensured a complete transition to a PoS consensus. PoS consensus mechanism reduced the need for energy-intensive mining activity. It also helps facilitate user participation in securing the overall network, which further promotes decentralization and will augment crypto-economic security relative to the PoW model. 

Nevertheless, switching to a PoS model presents the following disadvantages:

  • The PoS consensus model is newer compared to the PoW model 
  • End-users need to run more pieces of software on the PoS model which involves an execution layer and a consensus layer (formerly known as ETH2)
  • PoS implementation is more complex than PoW 

Where can I get test ETH since Ropsten faucets are deprecated?

Historically, developers could request testnet ETH on the Ropsten testnet using a Ropsten faucet, but because the network is no longer supported, it is recommended to use other testnets and faucets, such as Sepolia and Goerli, to test dApps on Ethereum.

The two recommended testnets and faucets are Sepolia, which reflects most closely the post-merge development environment on Ethereum, and Goerli, a PoA test network.

To support Web3 developers, Alchemy maintains a Sepolia faucet and a Goerli faucet, which provide extra fake ETH when users sign up for a free Alchemy account.

An Ethereum faucet enables developers to obtain testnet ETH, which has no real-world value. Developers can use this testnet ETH for experimentation purposes on a decentralized application or protocol before deployment on the mainnet, where financial risks are real.

Saying Goodbye to the Ropsten Testnet

The Ropsten testnet provided tremendous value to Ethereum developers since its launch in 2017 through the Ropsten merge until it was deprecated last year.

From giving developers a safe testing environment for building applications to helping core developers plan and test for the mainnet merge, the Ropsten testnet has been a key web3 infrastructure for many web3 developers.

The Ethereum-based testnet, Ropsten, enabled developers to experiment with protocol upgrades and decentralized applications before their deployment on the Ethereum mainnet. The testnet was similar to the PoW mainnet before the mainnet transitioned to the PoS consensus model due to its proof-of-work consensus model.

It’s essential to know the testnet merged with the Ropsten Beacon Chain on June 8, 2022, when the Terminal Total Difficulty (TTD) of 50000000000000000 was reached. Because of this merge, developers are advised to use alternative testnets like the Sepolia network to test their applications and nodes in a post-merge environment. 

Note: The Ropsten testnet was deprecated on October 5, 2022.

Deprecation Notice

While you can use the Goerli testnet, we caution against it as the Ethereum Foundation has announced that Goerli will soon be deprecated. Therefore, we recommend using Sepolia testnet as Alchemy has full Sepolia support and a free Sepolia faucet.

What is the Ropsten testnet?

The Ropsten testnet, which is now deprecated, is an Ethereum-based test blockchain used by Ethereum developers to test protocol upgrades before deploying applications on the Ethereum mainnet.

Ropsten supported node clients such as: 

  • Geth
  • Parity
  • Nethermind
  • Hyperledger Besu

Because it was a testnet on the Ethereum network, there was no direct fiscal tie with the mainnet, which means that developers don’t need to worry about the implications of transactions and the cost of testing applications on the testnet. 

As the expense of erroneous implementations on the mainnet can be relatively high, it’s important for web3 developers to have access to a sandbox-like environment where the cost of a mistake or failure is negligible. 

When was Ropsten launched?

Ropsten launched in November 2016 as the official successor to Morden, the first Ethereum testnet based on a PoW authority consensus model. The Ropsten testnet has a chain and network ID of 3.

Using a PoW consensus mechanism, the Ropsten testnet relied on all nodes to verify the computational effort a single node expended. This thwarted certain economic attacks on the network because miners had capital at risk. 

However, Ethereum core developers merged the PoW mechanism with the Ropsten Proof of Stake Beacon Chain to prepare for Ethereum’s mainnet merge. The Ropsten testnet was primarily used by core developers for testing upgrades to underlying protocols. Like so many other testnets on the Ethereum blockchain, the Ropsten testnet was maintained by the Geth developer team. 

How big was the Ropsten testnet?

As of May 2022, there were approximately 12.3 million blocks on the Ropsten testnet, and developers had executed roughly 230 million transactions. 

The block time on the Ropsten testnet was below 30 seconds, and 15 miners had governance power, with 1 possessing 94.5% hash power. 

The maximum block gas limit stood at 50,000. This represents the highest price a cryptocurrency will distribute when a smart contract is executed, or a transaction is sent on the Ethernet blockchain. 

The gas price was about 146,602 Gwei with an average burn of 23.66 Gwei per block. To date, ~113,440 ETH was burned on the Ropsten testnet. 

Why did developers use the Ropsten testnet?

Developers used the Ropsten testnet because it best mimicked the production environment of the Ethereum mainnet when it was based on a PoW mechanism and to prepare for the Ethereum mainnet merge.

Miners on the Ropsten test network had a financial incentive to maintain the testnet itself, given its resemblance to the mainnet at the time. Moreover, the testnet provided helpful information about certain issues faced on the mainnet, such as the relationship between gas prices and uncle block rates. It was also useful for decentralized application development as Ropsten provided realistic back-end and front-end performance tests.  

In February 2017, the tesnet experienced a denial-of-service (DoS) attack where spam blocks were inserted into the network and were slow to process, requiring much CPU, time, and memory. This attack on Ropsten meant that connecting an Ethereum client to the Ropsten testnet was slow and consumed excessive disk space as the attack added 10 GBs of bloat to the distributed database. 

In this instance, the Ropsten testnet demonstrated a vulnerability to spam attacks, indicating instability and unreliability. The Ropsten network was revived with new security provisions to combat similar threats. Until it was deprecated, no serious incident was reported on the testnet.

What happened to the Ropsten testnet after the Merge?

The Ropsten testnet merged on June 8, 2022, when the Terminal Total Difficulty (TTD) of 50000000000000000 was reached, and it is no longer updated (i.e., it is now deprecated). Instead, Ethereum recommends developers use the Sepolia and Goerli testnets. While the Sepolia testnet is a PoS testnet, the Goerli testnet is a proof-of-authority testnet that can work across different clients.

The Ropsten testnet merge was a vital testing milestone in anticipation of the Ethereum merge when the mainnet merged with the beacon chain PoS system. In effect, the Ropsten testnet merge simulated the eventual merge on the mainnet. 

Marking the end of PoW for the Ethereum network, the Merge ensured a complete transition to a PoS consensus. PoS consensus mechanism reduced the need for energy-intensive mining activity. It also helps facilitate user participation in securing the overall network, which further promotes decentralization and will augment crypto-economic security relative to the PoW model. 

Nevertheless, switching to a PoS model presents the following disadvantages:

  • The PoS consensus model is newer compared to the PoW model 
  • End-users need to run more pieces of software on the PoS model which involves an execution layer and a consensus layer (formerly known as ETH2)
  • PoS implementation is more complex than PoW 

Where can I get test ETH since Ropsten faucets are deprecated?

Historically, developers could request testnet ETH on the Ropsten testnet using a Ropsten faucet, but because the network is no longer supported, it is recommended to use other testnets and faucets, such as Sepolia and Goerli, to test dApps on Ethereum.

The two recommended testnets and faucets are Sepolia, which reflects most closely the post-merge development environment on Ethereum, and Goerli, a PoA test network.

To support Web3 developers, Alchemy maintains a Sepolia faucet and a Goerli faucet, which provide extra fake ETH when users sign up for a free Alchemy account.

An Ethereum faucet enables developers to obtain testnet ETH, which has no real-world value. Developers can use this testnet ETH for experimentation purposes on a decentralized application or protocol before deployment on the mainnet, where financial risks are real.

Saying Goodbye to the Ropsten Testnet

The Ropsten testnet provided tremendous value to Ethereum developers since its launch in 2017 through the Ropsten merge until it was deprecated last year.

From giving developers a safe testing environment for building applications to helping core developers plan and test for the mainnet merge, the Ropsten testnet has been a key web3 infrastructure for many web3 developers.

{{goerli-faucet-ad}}

Contact Us

Talk to an expert at Alchemy to answer all of your product questions.
Valid number
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Build blockchain magic with Alchemy

Alchemy combines the most powerful web3 developer products and tools with resources, community and legendary support.

Get started for free