You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/private-networks/get-started/install/run-docker-image.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,10 @@ When running in a Docker container, [`--nat-method`](../../../public-networks/ho
70
70
You can specify [Besu environment variables](../../../public-networks/reference/cli/options.md#specify-options) with the Docker image instead of the command line options.
Copy file name to clipboardExpand all lines: docs/private-networks/how-to/configure/bootnodes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To find peers, configure one or more bootnodes. To configure a specific set of p
27
27
28
28
:::note Mainnet and public testnets
29
29
30
-
For Mainnet and the Sepolia, Ephemery and Holesky testnets, Besu has an internal list of enode URLs and uses this list automatically when you specify the [`--network`](../../../public-networks/reference/cli/options.md#network) option.
30
+
For Mainnet and the Sepoliaand Ephemery testnets, Besu has an internal list of enode URLs and uses this list automatically when you specify the [`--network`](../../../public-networks/reference/cli/options.md#network) option.
Copy file name to clipboardExpand all lines: docs/public-networks/concepts/genesis-file.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ tags:
11
11
12
12
The genesis file defines the first block in the chain, and the first block defines which chain you want to join.
13
13
14
-
For Ethereum Mainnet and public testnets (for example, Holesky) the genesis configuration definition is in Besu and used when specifying a public network using the [`--network`](../reference/cli/options.md#network) command line option.
14
+
For Ethereum Mainnet and public testnets (for example, Sepolia) the genesis configuration definition is in Besu and used when specifying a public network using the [`--network`](../reference/cli/options.md#network) command line option.
15
15
16
16
For private networks, [create a JSON genesis file](https://consensys.net/blog/quorum/hyperledger-besu-how-to-create-an-ethereum-genesis-file/), then specify the genesis file using the [`--genesis-file`](../reference/cli/options.md#genesis-file) command line option.
|`ephemery`| ETH |[dynamic](https://github.com/ephemery-testnet/ephemery-genesis/releases)|[dynamic](https://github.com/ephemery-testnet/ephemery-genesis/releases)| Test |
46
44
47
45
:::info
48
46
49
-
The Ropsten, Rinkeby, and Kiln testnets are deprecated.
47
+
The following networks and testnets are deprecated: ETC Classic, Holesky, and Mordor.
Copy file name to clipboardExpand all lines: docs/public-networks/get-started/connect/testnet.md
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
11
11
12
12
# Connect to a testnet
13
13
14
-
Run Besu as an [execution client](../../concepts/node-clients.md#execution-clients) with any consensus client on the [Holesky](https://github.com/eth-clients/holesky), [Hoodi](https://github.com/eth-clients/hoodi), [Sepolia](https://github.com/eth-clients/sepolia), and[Ephemery](https://github.com/ephemery-testnet/ephemery-resources)testnets.
14
+
Run Besu as an [execution client](../../concepts/node-clients.md#execution-clients) with any consensus client on the [Hoodi](https://github.com/eth-clients/hoodi), [Sepolia](https://github.com/eth-clients/sepolia), or[Ephemery](https://github.com/ephemery-testnet/ephemery-resources)testnet.
15
15
16
16
If you're using [Teku](https://docs.teku.consensys.net/en/latest/) as a consensus client, you can follow the [Besu and Teku testnet tutorial](../../tutorials/besu-teku-testnet.md).
17
17
@@ -63,7 +63,7 @@ If you can't get testnet ETH using the faucet, you can ask for help on the [EthS
63
63
64
64
:::
65
65
66
-
Generate validator keys for one or more validators using the [Holesky Staking Launchpad](https://holesky.launchpad.ethereum.org/), [Hoodi Staking Launchpad](https://hoodi.launchpad.ethereum.org/), [Ephemery Staking Launchpad](https://launchpad.ephemery.dev/), or [request to become validator on Sepolia](https://notes.ethereum.org/zvkfSmYnT0-uxwwEegbCqg).
66
+
Generate validator keys for one or more validators using the [Hoodi Staking Launchpad](https://hoodi.launchpad.ethereum.org/), [Ephemery Staking Launchpad](https://launchpad.ephemery.dev/), or [request to become validator on Sepolia](https://notes.ethereum.org/zvkfSmYnT0-uxwwEegbCqg).
67
67
68
68
:::info
69
69
@@ -77,24 +77,6 @@ Run the following command or specify the options in a [configuration file](../..
Copy file name to clipboardExpand all lines: docs/public-networks/get-started/install/run-docker-image.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ When running in a Docker container, [`--nat-method`](../../how-to/connect/specif
85
85
You can specify [Besu environment variables](../../reference/cli/options.md#specify-options) with the Docker image instead of the command line options.
Copy file name to clipboardExpand all lines: docs/public-networks/get-started/start-node.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ To delete the local block data, delete the `database` directory in the `besu/bui
24
24
25
25
## Genesis configuration
26
26
27
-
Besu specifies the genesis configuration, and sets the network ID and bootnodes when connecting to [Holesky](#run-a-node-on-holesky-testnet), [Sepolia](#run-a-node-on-sepolia-testnet), [Ephemery](#run-a-node-on-ephemery-testnet) and [Mainnet](#run-a-node-on-ethereum-mainnet).
27
+
Besu specifies the genesis configuration, and sets the network ID and bootnodes when connecting to [Hoodi](#run-a-node-on-hoodi-testnet), [Sepolia](#run-a-node-on-sepolia-testnet), [Ephemery](#run-a-node-on-ephemery-testnet), and [Mainnet](#run-a-node-on-ethereum-mainnet).
28
28
29
29
:::info
30
30
31
-
The Ropsten, Rinkeby, and Kiln testnets are deprecated.
31
+
The following networks and testnets are deprecated: ETC Classic, Holesky, and Mordor.
32
32
33
33
:::
34
34
@@ -80,18 +80,6 @@ The following settings are a security risk in production environments:
80
80
81
81
:::
82
82
83
-
## Run a node on Holesky testnet
84
-
85
-
To run a node on [Holesky](https://github.com/eth-clients/holesky) specifying a data directory:
0 commit comments