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/public-networks/concepts/network-and-chain-id.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,11 @@ Besu sets the chain ID (and by default the network ID) automatically, using eith
40
40
|`hoodi`| ETH | 560048 | 560048 | Test |
41
41
|`sepolia`| ETH | 11155111 | 11155111 | Test |
42
42
|`dev`| ETH | 2018 | 2018 | Development |
43
-
|`ephemery`| ETH |[dynamic](https://github.com/ephemery-testnet/ephemery-genesis/releases)|[dynamic](https://github.com/ephemery-testnet/ephemery-genesis/releases)| Test |
43
+
|`ephemery`| ETH |[dynamic](https://github.com/ephemery-testnet/ephemery-genesis/releases)|[dynamic](https://github.com/ephemery-testnet/ephemery-genesis/releases)| Test |
Copy file name to clipboardExpand all lines: docs/public-networks/get-started/start-node.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,12 @@ tags:
6
6
- public networks
7
7
---
8
8
9
+
import Tabs from '@theme/Tabs';
10
+
import TabItem from '@theme/TabItem';
11
+
9
12
# Start Besu
10
13
11
-
Nodes can connect to Ethereum Mainnetand public testnets.
14
+
Nodes can connect to Ethereum Mainnet, [Linea](https://docs.linea.build/get-started/how-to/run-a-node), and their respective public testnets.
12
15
13
16
Use the [`besu`](../reference/cli/options.md) command with the required command line options to start a node.
14
17
@@ -24,7 +27,7 @@ To delete the local block data, delete the `database` directory in the `besu/bui
24
27
25
28
## Genesis configuration
26
29
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).
30
+
Besu specifies the genesis configuration, and sets the network ID and bootnodes when connecting to [ETH testnets](#run-a-node-on-an-eth-testnet), and [Mainnet](#run-a-node-on-ethereum-mainnet).
28
31
29
32
:::info
30
33
@@ -80,7 +83,11 @@ The following settings are a security risk in production environments:
80
83
81
84
:::
82
85
83
-
## Run a node on Hoodi testnet
86
+
## Run a node on an Ethereum testnet
87
+
88
+
<Tabs>
89
+
90
+
<TabItemvalue="Hoodi"label="Hoodi"default>
84
91
85
92
To run a node on [Hoodi](https://github.com/eth-clients/hoodi) specifying a data directory:
|`mainnet`| ETH | Production |[`SNAP`](#sync-mode)| A PoS network | The main [Ethereum network](https://ethereum.org/en/developers/docs/networks/)|
2967
-
|`hoodi`| ETH | Test |[`SNAP`](#sync-mode)| A PoS network | Multi-client testnet [Hoodi](https://hoodi.ethpandaops.io/)|
2968
-
|`sepolia`| ETH | Test |[`SNAP`](#sync-mode)| A PoS network | Multi-client testnet [Sepolia](https://sepolia.dev)|
2969
-
|`lukso`| ETH | Production |[`SNAP`](#sync-mode)| A PoS network | Network for the [Lukso chain](https://lukso.network/)|
2970
-
|`dev`| ETH | Development |[`FULL`](#sync-mode)| A PoW network | Development network with low difficulty to enable local CPU mining |
2971
-
|`ephemery`| ETH | Test |[`SNAP`](#sync-mode)| A PoS network | Multi-client testnet [Ephemery](https://ephemery.dev)|
2966
+
|`mainnet`| ETH | Production |[`SNAP`](#sync-mode)| PoS network | The main [Ethereum network](https://ethereum.org/en/developers/docs/networks/)|
2967
+
|`hoodi`| ETH | Test |[`SNAP`](#sync-mode)| PoS network | Multi-client Ethereum testnet [Hoodi](https://hoodi.ethpandaops.io/)|
2968
+
|`sepolia`| ETH | Test |[`SNAP`](#sync-mode)| PoS network | Multi-client Ethereum testnet [Sepolia](https://sepolia.dev)|
2969
+
|`dev`| ETH | Development |[`FULL`](#sync-mode)| PoW network | Development network with low difficulty to enable local CPU mining |
2970
+
| `ephemery` | ETH | Test | [`SNAP`](#sync-mode) | PoS network | Multi-client Ethereum testnet [Ephemery](https://ephemery.dev)
2971
+
|`linea`| Linea | Production |[`SNAP`](#sync-mode)| Sequencer-based (zkEVM rollup) | The main [Linea network](https://docs.linea.build/get-started/build/network-info)|
2972
+
|`linea_sepolia`| Linea | Test |[`SNAP`](#sync-mode)| Sequencer-based (zkEVM rollup) | Linea [Sepolia testnet](https://docs.linea.build/get-started/build/network-info/)|
2973
+
|`lukso`| Lukso | Production |[`SNAP`](#sync-mode)| PoS network | Network for the [Lukso chain](https://lukso.network/)|
0 commit comments