Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nav bar, and prep #116

Merged
merged 2 commits into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# EthStaker Guides

Random documents for the ETHStaker community.
Helpful documents for the ETHStaker community.

## Guides

- [Guide on how to do monitoring for an Ethereum validator](monitoring.md)
- [Guide on how to do alerting for an Ethereum validator](alerting.md)
- [Guide on how to setup a Holeksy testnet node (Nethermind/Lighthouse)](holesky-node.md)
- [Guide on how to setup a Holeksy testnet node (Reth/Lodestar)](holesky-node-alt.md)
- [Guide on how to prepare a staking machine for the Merge](prepare-for-the-merge.md)
- [Guide on how to perform a voluntary exit for your validator](voluntary-exit.md)
- [Guide on How to Migrate to a Larger Disk for an Ethereum Validator](migrating-to-a-larger-disk.md)

## MEV

- [MEV relay list](MEV-relay-list.md)
Please use the nav bar on the left. We have guides for Holesky testnet setup, monitoring and alerting, maintenance including security and upgrades,
migrating to a larger drive, improving your home network, and in future possibly more.
29 changes: 29 additions & 0 deletions docs/home-router/prepare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Gather some information about your current network, so you are prepared for the change.

- Verify your ISP supports bridge mode, and find out how to enable it
- Document your current setup
- WiFi SSID(s) and their passwords
- Internal ("LAN") network address, e.g. `10.1.0.0/24` or `192.168.1.0/24`
- DHCP settings, specifically any "DHCP reservation" settins. Your node likely has one,
a gaming console may as well
- Do you have any devices with a static IP? Your node might use a static IP, instead
of a DHCP reservation.
- Port forwarding settings. Your node likely has some, gaming consoles may as well. This
may be in an app, not configurable via your ISP router's web interface
- Is IPv6 configured? Note down anything that doesn't look like "default" settings
- Verify you have logins to everything you need
- Your ISP's website
- Your ISP router's web interface, if any
- Your ISP's app, if any
- Your new router's web interface
- Make a plan
- Are you going to keep your current LAN network address?
- Pro: Any static IPs can remain as-is
- Con: You'd need to set up your new router isolated, so it doesn't conflict with
the existing network during initial setup
- Ethstaker have documented not keeping the current LAN network address, and relying
on DHCP reservation
- Read through the documentation and ensure you are comfortable, before you take the
final step of activating your new router, and switching your ISP router to "bridge mode"

On the left, you'll find navigation for router setup and final switchover.
13 changes: 13 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ nav:
- Home: README.md
- Better Router:
- Overview: home-router/overview.md
- Prepare: home-router/prepare.md
- Holesky Testnet:
- Lighthouse/Nethermind: holesky-node.md
- Lodestar/Reth: holesky-node-alt.md
- Monitoring and Maintenance:
- Monitoring: monitoring.md
- Alerting: alerting.md
- Maintenance and Security: security-maintenance.md
- Migrate to a larger disk: migrating-to-a-larger-disk.md
- Exiting a validaror: voluntary-exit.md
- MEV Relay List: MEV-relay-list.md
- Legacy Guides:
- Prepare for the Merge: prepare-for-the-merge.md
Loading