Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 9bf5ebc

Browse files
author
Bloxster
committed
updated to v3.00.0-beta1
1 parent aa4b8c1 commit 9bf5ebc

File tree

8 files changed

+18
-34
lines changed

8 files changed

+18
-34
lines changed

src/advanced/options.md

Lines changed: 11 additions & 27 deletions
Large diffs are not rendered by default.

src/installation/build_exec_win.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then click on the "**New**" button and paste the following path:
5555
Open the Command Prompt and type the following:
5656

5757
```bash
58-
git clone --branch v3.0.0-alpha7 --single-branch https://github.com/erigontech/erigon.git
58+
git clone --branch v3.0.0-beta1 --single-branch https://github.com/erigontech/erigon.git
5959
```
6060
You might need to change the `ExecutionPolicy` to allow scripts created locally or signed by a trusted publisher to run:
6161

src/installation/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Here are the steps to download and start Erigon 3 in Docker:
2828
3. Download the latest version:
2929

3030
```bash
31-
docker pull erigontech/erigon:v3.0.0-alpha7
31+
docker pull erigontech/erigon:v3.0.0-beta1
3232
```
3333
* List the downloaded images to get the IMAGE ID:
3434
```bash

src/installation/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The basic Erigon configuration is suitable for most users just wanting to run a node. For building the latest stable release use the following command:
55

66
```bash
7-
git clone --branch v3.0.0-alpha7 --single-branch https://github.com/erigontech/erigon.git
7+
git clone --branch v3.0.0-beta1 --single-branch https://github.com/erigontech/erigon.git
88
cd erigon
99
make erigon
1010
```

src/installation/upgrading-md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To upgrade Erigon to a newer version when you've originally installed it via Git
2222
Replace `<new_version_tag>` with the version tag of the new release, for example:
2323

2424
```bash
25-
git checkout v3.0.0-alpha7
25+
git checkout v3.0.0-beta1
2626
```
2727

2828
* **Rebuild Erigon**: Since the codebase has changed, you need to compile the new version. Run:

src/nodes/ethereum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check which [type of node](/basic/node.md) you might want to run and the [disk s
1818
For MacOS and Linux, run the following commands to build from source the latest Erigon version:
1919

2020
```bash
21-
git clone --branch v3.0.0-alpha6 --single-branch https://github.com/erigontech/erigon.git
21+
git clone --branch v3.0.0-beta1 --single-branch https://github.com/erigontech/erigon.git
2222
cd erigon
2323
make erigon
2424
```

src/nodes/gnosis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check which [type of node](/basic/node.md) you might want to run and the [disk s
1818
For MacOS and Linux, run the following commands to build from source the latest Erigon version:
1919

2020
```bash
21-
git clone --branch v3.0.0-alpha6 --single-branch https://github.com/erigontech/erigon.git
21+
git clone --branch v3.0.0-beta1 --single-branch https://github.com/erigontech/erigon.git
2222
cd erigon
2323
make erigon
2424
```

src/nodes/polygon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check which [type of node](/basic/node.md) you might want to run and the [disk s
1818
For MacOS and Linux, run the following commands to build from source the latest Erigon version:
1919

2020
```bash
21-
git clone --branch v3.0.0-alpha6 --single-branch https://github.com/erigontech/erigon.git
21+
git clone --branch v3.0.0-beta1 --single-branch https://github.com/erigontech/erigon.git
2222
cd erigon
2323
make erigon
2424
```

0 commit comments

Comments
 (0)