mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-19 22:40:31 +00:00
fix typo
This commit is contained in:
parent
9d3be9b1d6
commit
03950edcc1
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ title: Connecting To The Network
|
||||||
description: Guide to connecting Geth to a peer-to-peer network
|
description: Guide to connecting Geth to a peer-to-peer network
|
||||||
---
|
---
|
||||||
|
|
||||||
The default behaviour for Geth is to connect to Ethereum Mainnet. However, Geth can also connect to public testnets, [private networks](/docs/developers/geth-developer/private-network) and [local testnets](/docs/developers/geth-developer/dev-mode). For convenience, the two public testnets with long term support, Goerli and Sepolia, have their own command line flag. Geth can connect to these testnets simpyl by passing:
|
The default behaviour for Geth is to connect to Ethereum Mainnet. However, Geth can also connect to public testnets, [private networks](/docs/developers/geth-developer/private-network) and [local testnets](/docs/developers/geth-developer/dev-mode). For convenience, the two public testnets with long term support, Goerli and Sepolia, have their own command line flag. Geth can connect to these testnets simply by passing:
|
||||||
|
|
||||||
- `--goerli`, Goerli proof-of-authority test network
|
- `--goerli`, Goerli proof-of-authority test network
|
||||||
- `--sepolia` Sepolia proof-of-work test network
|
- `--sepolia` Sepolia proof-of-work test network
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue