Skip to content

Commit 96c5c37

Browse files
committed
removing gensis files
1 parent 3165729 commit 96c5c37

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

docs/network/how-to/run-a-node/besu.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ Download and install [Docker](https://docker.com/products/docker-desktop/) and e
4343

4444
### Step 1. Download configuration files
4545

46-
Download the configuration files for the relevant network from the Linea monorepo. These include the
47-
network genesis file, Docker Compose file and Besu configuration file.
46+
Download the configuration files for the relevant network from the Linea monorepo. These include the Docker Compose file and Besu configuration file.
4847

4948
<Tabs groupId="networks" className="my-tabs">
5049
<TabItem value="mainnet" label="Mainnet">
@@ -54,7 +53,7 @@ network genesis file, Docker Compose file and Besu configuration file.
5453
both:
5554
- `/docs/getting-started/linea-mainnet`, which contains the `docker-compose.yml` file that you'll
5655
run, and;
57-
- `/docs/getting-started/linea-mainnet/besu`, which contains the genesis file and configuration
56+
- `/docs/getting-started/linea-mainnet/besu`, which contains the configuration
5857
file.
5958

6059
You can choose to manually download each, copy their contents into files of your own, or clone the
@@ -76,7 +75,7 @@ network genesis file, Docker Compose file and Besu configuration file.
7675
both:
7776
- `/docs/getting-started/linea-sepolia`, which contains the `docker-compose.yml` file that you'll
7877
run, and;
79-
- `/docs/getting-started/linea-sepolia/besu`, which contains the genesis file and configuration
78+
- `/docs/getting-started/linea-sepolia/besu`, which contains the configuration
8079
file.
8180

8281
You can choose to manually download each, copy their contents into files of your own, or clone the
@@ -125,14 +124,14 @@ for help if you experience peering issues.
125124
[Download and install Besu](https://besu.hyperledger.org/public-networks/get-started/install/binary-distribution)
126125
using the instructions in the official documentation.
127126

128-
### Step 2. Download the genesis file and Besu configuration file
127+
### Step 2. Download the Besu configuration file
129128

130-
Download the genesis file and Besu configuration file.
129+
Download the Besu configuration file.
131130

132131
<Tabs groupId="networks" className="my-tabs">
133132
<TabItem value="mainnet" label="Mainnet">
134133

135-
Find the genesis file and configuration file [here](https://github.com/Consensys/linea-monorepo/tree/main/docs/getting-started/linea-mainnet/besu).
134+
Find the configuration file [here](https://github.com/Consensys/linea-monorepo/tree/main/docs/getting-started/linea-mainnet/besu).
136135

137136
:::note[bootnodes]
138137
You can choose from a range of bootnodes for Linea Mainnet. The above configuration file uses
@@ -144,7 +143,7 @@ Download the genesis file and Besu configuration file.
144143
</TabItem>
145144
<TabItem value="Linea Sepolia" label="Linea Sepolia">
146145

147-
Find the genesis file and configuration file [here](https://github.com/Consensys/linea-monorepo/tree/main/docs/getting-started/linea-sepolia/besu).
146+
Find the configuration file [here](https://github.com/Consensys/linea-monorepo/tree/main/docs/getting-started/linea-sepolia/besu).
148147

149148
</TabItem>
150149

docs/network/how-to/run-a-node/linea-besu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ the parameters for each possible profile you can select for your Linea Besu node
184184

185185
### Step 5. Start the Linea Besu client
186186

187-
In a terminal, navigate to the `linea-besu-package-<version>` directory, where the `bin`, `genesis`,
187+
In a terminal, navigate to the `linea-besu-package-<version>` directory, where the `bin`,
188188
`profiles` etc. directories are.
189189

190190
Now run Linea Besu, specifying your preferred profile. The `--plugin-linea-l1-rpc-endpoint` must

0 commit comments

Comments
 (0)