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

Commit b057f73

Browse files
bloxsterBloxster
andauthored
Minor corrections and fixes (#22)
* minor corrections and fixes * updated windows installation * updated with powershell admin * typo correction --------- Co-authored-by: Bloxster <[email protected]>
1 parent bfcd5fb commit b057f73

File tree

8 files changed

+15
-99
lines changed

8 files changed

+15
-99
lines changed

src/about/contributing.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ Visit also Erigon's **[Wiki](https://github.com/ledgerwatch/erigon/wiki)** to ga
4646
- Transaction Pool Design
4747
- Using Postman to test RPC.
4848

49-
# Contributing to Documentation
49+
# Contributing to this Documentation
5050

51-
To contribute to the Erigon 3 book, commit your change to the development branch on **[Github](https://github.com/erigontech/docs/tree/development)**. You might want to run it locally to verify the output before committing, see how MdBook works [here](https://rust-lang.github.io/mdBook/index.html).
51+
This documentation is powered by [MdBook](https://rust-lang.github.io/mdBook).
52+
53+
To contribute to the Erigon 3 Docs, you can either:
54+
55+
1) Create an Issue: Open a new issue in the main branch to suggest changes or report problems.
56+
2) Open a Branch and Submit a PR: Create a new branch, make your changes, and submit a pull request (PR) on Github.
57+
58+
Before committing your changes, it's recommended to run the documentation locally to verify the output. This ensures that your changes render correctly and maintain the consistency of the documentation.

src/getting-started/hw-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Archive nodes retain **all** historical state and require significantly more dis
5555
| Network | Disk Size (Required) | Disk Size (Recommended) | RAM (Required) | RAM (Recommended) |
5656
|-----------|----------------------|--------------------------|----------------|-------------------|
5757
| Mainnet | 2 TB | 4 TB | 32 GB | 64 GB |
58-
| Polygon | 6 TB | 6 TB | 64 GB | 128 GB |
58+
| Polygon | 4.3 TB | 6 TB | 64 GB | 128 GB |
5959
| Gnosis | 1 TB | 2 TB | 16 GB | 32 GB |
6060

6161

src/getting-started/sw-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Install **Build-essential** and **Cmake**:
2222
sudo apt install build-essential cmake -y
2323
```
2424

25-
### Go Programming Language (only for Linux and MacOS)
25+
### Go Programming Language
2626

2727
Erigon utilizes Go (also known as Golang) version 1.23 or newer for part of its development. It is recommended to have a fresh Go installation. If you have an older version, consider deleting the /usr/local/go folder (you may need to use sudo) and re-extract the new version in its place.
2828

2929
To install the latest Go version, visit the official documentation at [https://golang.org/doc/install](https://golang.org/doc/install).
3030

31-
### C++ Compiler (only for Linux and MacOS)
31+
### C++ Compiler
3232

3333
This turns the C++ part of Erigon's code into a program your computer can run. You can use either **Clang** or **GCC**:
3434

src/installation/build_exec_win.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Open the Command Prompt and type the following:
5858
git clone --branch release/3.0 --single-branch https://github.com/erigontech/erigon.git
5959
```
6060

61-
You might need to change the `ExecutionPolicy` to allow scripts created locally or signed by a trusted publisher to run:
61+
You might need to change the `ExecutionPolicy` to allow scripts created locally or signed by a trusted publisher to run. Open a Powershell session as Administrator and type:
6262

6363
```powershell
6464
Set-ExecutionPolicy RemoteSigned

src/installation/docker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ If you want to start Erigon add the options according to the [basic usage](/basi
4343

4444
```bash
4545
docker run -it 36f25992dd1a --chain=holesky --prune.mode=minimal
46-
docker run -it 36f25992dd1a --chain=holesky --prune.mode=minimal
4746
```
4847

4948
To exit the container press `Ctrl+C`; the container will stop.

src/installation/upgrading-md

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/installation/windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
There are 3 options for running Erigon 3 on Windows, listed from easiest to most difficult installation:
55

6-
- [Build executable binaries natively for Windows](/installation/build_exec_win.md): Use the pre-built Windows executables that can be natively run on Windows without any emulation or containers required.
7-
86
- [Use Docker](/installation/docker.md): Run Erigon in a Docker container for isolation from the host Windows system. This avoids dependencies on Windows but requires installing Docker.
97

8+
- [Build executable binaries natively for Windows](/installation/build_exec_win.md): Use the pre-built Windows executables that can be natively run on Windows without any emulation or containers required.
9+
1010
- [Use Windows Subsystem for Linux (WSL)](/installation/wsl.md): Install the Windows Subsystem for Linux (WSL) to create a Linux environment within Windows. Erigon can then be installed in WSL by following the Linux installation instructions. This provides compatibility with Linux builds but involves more setup overhead.

src/op-node.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)