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

Adding links to Atomic Whale's guides #522

Merged
merged 2 commits into from
Jan 27, 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
2 changes: 1 addition & 1 deletion docs/guides/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "BEGINNER GUIDES",
"label": "COMMUNITY GUIDES",
"position": 5,
"collapsed": false,
"collapsible": false,
Expand Down
26 changes: 25 additions & 1 deletion docs/guides/walkthroughs/walkthrough-guides.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
---
sidebar_position: 1
description: Walkthrough guides.
description: Walkthrough guides
---

# Walkthrough Guides

This section contains walkthrough guides for beginner users. Some of these guides are specific to particular hardware or operating systems, and may not replace more general documentation. These guides contain more detailed step-by-step information which may be useful for beginner users with limited experience with Linux, validators, and other topics which the primary guides assume some prior familiarity of.

Some of these guides are community-created, and may contain issues or omissions.

## Running Charon with Native Execution/Consensus Clients - by Atomic Whale

See the guide [here](https://github.com/atomicwhale/obol-guides/blob/main/charon_local-native.md).

This guide covers running Charon with local EC/BN running as system service (systemd). For example, if you have followed one of these guides (Somer Esat Guides / CoinCashew Guides / EthPilar) to set up your node.

## Running Charon with Docker Execution/Consensus Clients - by Atomic Whale

See the guide [here](https://github.com/atomicwhale/obol-guides/blob/main/charon_local-docker.md).

This guide covers running Charon with local EC/BN managed by a docker-based stack (ETH-Docker/Rocket Pool Smart Node).

## Running Charon with remote EC/BN - by Atomic Whale

See the guide [here](https://github.com/atomicwhale/obol-guides/blob/main/charon_remote.md).

This guide covers running Charon with remote EC/BN. For people who already have EC/BN running on a remote/differnt machine, and want to run Charon separately (for example a small VPS).

## Running Multiple Charon instances on one machine

See the guide [here](https://github.com/atomicwhale/obol-guides/blob/main/charon_multiple.md).

This guide covers steps to run multiple Charon instaces on one machine.
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.2.0/guides/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "BEGINNER GUIDES",
"label": "COMMUNITY GUIDES",
"position": 5,
"collapsed": false,
"collapsible": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
---
sidebar_position: 1
description: Walkthrough guides.
description: Walkthrough guides
---

# Walkthrough Guides

This section contains walkthrough guides for beginner users. Some of these guides are specific to particular hardware or operating systems, and may not replace more general documentation. These guides contain more detailed step-by-step information which may be useful for beginner users with limited experience with Linux, validators, and other topics which the primary guides assume some prior familiarity of.

Some of these guides are community-created, and may contain issues or omissions.

## Running Charon with Native Execution/Consensus Clients - by Atomic Whale

See the guide [here](https://github.com/atomicwhale/obol-guides/blob/main/charon_local-native.md).

This guide covers running Charon with local EC/BN running as system service (systemd). For example, if you have followed one of these guides (Somer Esat Guides / CoinCashew Guides / EthPilar) to set up your node.

## Running Charon with Docker Execution/Consensus Clients - by Atomic Whale

See the guide [here](https://github.com/atomicwhale/obol-guides/blob/main/charon_local-docker.md).

This guide covers running Charon with local EC/BN managed by a docker-based stack (ETH-Docker/Rocket Pool Smart Node).

## Running Charon with remote EC/BN - by Atomic Whale

See the guide [here](https://github.com/atomicwhale/obol-guides/blob/main/charon_remote.md).

This guide covers running Charon with remote EC/BN. For people who already have EC/BN running on a remote/differnt machine, and want to run Charon separately (for example a small VPS).

## Running Multiple Charon instances on one machine

See the guide [here](https://github.com/atomicwhale/obol-guides/blob/main/charon_multiple.md).

This guide covers steps to run multiple Charon instaces on one machine.
Loading