This repository was archived by the owner on Dec 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +18
-34
lines changed
Expand file tree Collapse file tree 8 files changed +18
-34
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Then click on the "**New**" button and paste the following path:
5555Open 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```
6060You might need to change the ` ExecutionPolicy ` to allow scripts created locally or signed by a trusted publisher to run:
6161
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Here are the steps to download and start Erigon 3 in Docker:
28283 . 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
Original file line number Diff line number Diff line change 44The 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
88cd erigon
99make erigon
1010```
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Check which [type of node](/basic/node.md) you might want to run and the [disk s
1818For 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
2222cd erigon
2323make erigon
2424```
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Check which [type of node](/basic/node.md) you might want to run and the [disk s
1818For 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
2222cd erigon
2323make erigon
2424```
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Check which [type of node](/basic/node.md) you might want to run and the [disk s
1818For 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
2222cd erigon
2323make erigon
2424```
You can’t perform that action at this time.
0 commit comments