Skip to content

Commit

Permalink
multi-type-client name
Browse files Browse the repository at this point in the history
  • Loading branch information
lyfsn committed May 29, 2024
1 parent 953514c commit ebc35d8
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/community-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 10

This is a tutorial from the community:

- [Endurance Validator - Server Preparation](https://medium.com/@fusionist.id/how-to-run-endurance-staking-node-1-b27329fb0a9b) (by @Syam) - [Archive](https://web.archive.org/web/20240513031109/https://medium.com/@fusionist.id/)
- [Server Preparation](https://medium.com/@fusionist.id/how-to-run-endurance-staking-node-1-b27329fb0a9b) (by @Syam) - [Archive](https://web.archive.org/web/20240513031109/https://medium.com/@fusionist.id/)
- [Node Setup and Staking](https://medium.com/@fusionist.id/how-to-run-endurance-staking-node-2-173f62e3a9b7) (by @Syam) - [Archive](https://web.archive.org/web/20240513031109/https://medium.com/@fusionist.id/how-to-run-endurance-staking-node-2-173f62e3a9b7)
- [Withdrawal with Lighthouse command](https://medium.com/@fusionist.id/endurance-validator-withdrawal-process-d37163b2cd38) (by @Syam) - [Archive](https://web.archive.org/web/20240513031109/https://medium.com/@fusionist.id/endurance-validator-withdrawal-process-d37163b2cd38)

Expand Down
12 changes: 6 additions & 6 deletions docs/getting-started/hardware-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ sidebar_position: 20

## Select a Service

Staking requires you to run a server online 24/7, so you should select a method to run your node:
Staking requires you to run a server online 24/7. You should choose a method to run your node from the following options:

1. Buy a cloud server service such as AWS, Google Cloud, or Oracle Cloud
2. Buy a VPS
3. Run your node on your local computer
4. Buy a mini server and set it up in your home
5. ...
1. Cloud Server Service: Purchase a cloud server service such as AWS, Google Cloud, or Oracle Cloud.
2. Virtual Private Server (VPS): Buy a VPS from a provider of your choice.
3. Local Computer: Run your node on your local computer.
4. Mini Server: Buy a mini server and set it up at your home.
5. Other Options: Explore other methods that suit your needs and capabilities.

## Hardware Parameters

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/staking-more.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Validator Status: {"data":[{"enabled":true,"description":"","voting_pubkey":"0xb
---
```

### Error Fix
### Troubleshooting

You can check your validator logs using this command:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Startup Paramater",
"label": "Multi-Type Client",
"position": 200,
"link": {
"type": "generated-index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 130

You can start a Besu node like this:

```
```yaml
execution:
image: hyperledger/besu:24.5.1
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 140

You should initialize the genesis block first:

```
```yaml
docker run \
--rm \
-it \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 110

You must initialize the Execution Layer node with `genesis.json` first like this:

```
```bash
docker run \
--rm \
-it \
Expand All @@ -21,7 +21,7 @@ docker run \

Then you can start a Geth node using a command like this in a Docker Compose file:

```
```yaml
execution:
image: ethereum/client-go:v1.14.0
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 200

You can start a Lighthouse node using a command like this in a Docker Compose file:

```
```yaml
beacon:
image: sigp/lighthouse:v5.1.3
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 240

You can start a Lodestar node like this:

```
```yaml
beacon:
image: chainsafe/lodestar:v1.18.1
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 120

You can start a Nethermind node like this:

```
```yaml
execution:
image: nethermindeth/nethermind:release-1.26.0
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ All network config info to run a node on Endurance is in this repo:

- https://github.com/OpenFusionist/network_config


Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 230

You can start a Nimbus node like this:

```
```yaml
beacon:
image: chainsafe/lodestar:v1.18.1
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 210

You can start a Prysm node like this:

```
```yaml
beacon:
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v5.0.3
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 150

You can start a Reth node like this:

```
```yaml
execution:
image: ghcr.io/paradigmxyz/reth:v0.2.0-beta.6
command:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 220

You can start a Teku node like this:

```
```yaml
beacon:
image: consensys/teku:24.4.0
user: "root"
Expand Down
6 changes: 3 additions & 3 deletions docs/staking-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 1

Endurance building based on Ethereum technology uses PoS mechanisms similar to Ethereum, allowing a validator to earn rewards in the network by staking 32 ACE.

## Reward
## Staking Reward

### Base Reward

Expand All @@ -23,7 +23,7 @@ For solo stakers who verify their execution address on the Discord channel, the
- Related announcement in Discord: [Link to Discord](https://discord.com/channels/926691694680870982/927073351292293130/1232955052377772133)
- Event rewards will be distributed every month by this address: [Link to Endurance Explorer](https://explorer-endurance.fusionist.io/address/0x9D0D8909Aba6E5b3E86F923F22c8e23B3e8ACd2d)

## Decentralized
## Network Decentralization

Endurance had 33,000 validators in the genesis block owned by Fusionist when Endurance 2.0 launched on May 4, 2024. Endurance hopes the network will be decentralized enough. This chart shows the process status:

Expand All @@ -33,7 +33,7 @@ Endurance had 33,000 validators in the genesis block owned by Fusionist when End

This is the staking launchpad for Endurance:

- https://staking.fusionist.io/en/
- https://staking.fusionist.io/

## Technical Support

Expand Down

0 comments on commit ebc35d8

Please sign in to comment.