Skip to content

Commit 2b09070

Browse files
authored
Merge of #8628
2 parents 79d314d + 113cfdc commit 2b09070

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

book/src/advanced_networking.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ The steps to do port forwarding depends on the router, but the general steps are
6969

7070
- On Linux: open a terminal and run `ip route | grep default`, the result should look something similar to `default via 192.168.50.1 dev wlp2s0 proto dhcp metric 600`. The `192.168.50.1` is your router management default gateway IP.
7171
- On macOS: open a terminal and run `netstat -nr|grep default` and it should return the default gateway IP.
72-
- On Windows: open a command prompt and run `ipconfig` and look for the `Default Gateway` which will show you the gateway IP.
7372

7473
The default gateway IP usually looks like 192.168.X.X. Once you obtain the IP, enter it to a web browser and it will lead you to the router management page.
7574

book/src/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 📦 Installation
22

3-
Lighthouse runs on Linux, macOS, and Windows.
3+
Lighthouse runs on Linux, macOS, and Windows*.
4+
5+
> \* Lighthouse does not officially support Windows platform. However, Lighthouse can still run natively on Windows until it does not at some point in the future. Windows users may also switch to using Docker, Windows Subsystem for Linux or other supported operating systems.
46
57
There are three core methods to obtain the Lighthouse application:
68

book/src/installation_binaries.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Binaries are supplied for the following platforms:
1111
- `x86_64-unknown-linux-gnu`: AMD/Intel 64-bit processors (most desktops, laptops, servers)
1212
- `aarch64-unknown-linux-gnu`: 64-bit ARM processors (Raspberry Pi 4)
1313
- `aarch64-apple-darwin`: macOS with ARM chips
14-
- `x86_64-windows`: Windows with 64-bit processors
1514

1615
## Usage
1716

@@ -32,5 +31,3 @@ a `x86_64` binary.
3231

3332
1. Test the binary with `./lighthouse --version` (it should print the version).
3433
1. (Optional) Move the `lighthouse` binary to a location in your `PATH`, so the `lighthouse` command can be called from anywhere. For example, to copy `lighthouse` from the current directory to `usr/bin`, run `sudo cp lighthouse /usr/bin`.
35-
36-
> Windows users will need to execute the commands in Step 2 from PowerShell.

book/src/installation_source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ After this, you are ready to [build Lighthouse](#build-lighthouse).
6969

7070
### Windows
7171

72+
> Note: Lighthouse no longer officially supports Windows binary. However, users will still be able to build the binary from source according to the instructions below. The instructions may no longer work at some point in the future.
73+
7274
1. Install [Git](https://git-scm.com/download/win).
7375
1. Install the [Chocolatey](https://chocolatey.org/install) package manager for Windows.
7476
> Tips:

book/src/validator_doppelganger.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ The steps to solving a doppelganger vary depending on the case, but some places
106106

107107
1. Is there another validator process running on this host?
108108
- Unix users can check by running the command `ps aux | grep lighthouse`
109-
- Windows users can check the Task Manager.
110109
1. Has this validator recently been moved from another host? Check to ensure it's not running.
111110
1. Has this validator been delegated to a staking service?
112111

0 commit comments

Comments
 (0)