Skip to content

Commit

Permalink
Merge branch 'master' into metanull-node2
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 authored Nov 20, 2024
2 parents 8e8fbef + 37fe135 commit d8e8b33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can use [eth2-val-tools](https://github.com/protolambda/eth2-val-tools) in a
export MNEMONIC="your mnemonic"
eth2-val-tools deposit-data --fork-version 0x10001008 --source-max 200 --source-min 0 --validators-mnemonic="$MNEMONIC" --withdrawals-mnemonic="$MNEMONIC" --as-json-list | jq ".[] | \"0x\" + .pubkey + \":\" + .withdrawal_credentials + \":32000000000\"" | tr -d '"' > name-node1.txt
```
Alternativally, you can also use [staking-deposit-cli](https://github.com/remyroy/staking-deposit-cli/releases/tag/v2.3.0.ephemery) which provides a guide. Complete the process using a new or existing mnemonic and parse the generated file with a command like this:
Alternativally, you can also use [ethstaker-deposit-cli](https://github.com/eth-educators/ethstaker-deposit-cli) which has support for creating Ephemery validator keys. Complete the process using a new or existing mnemonic and parse the generated file with a command like this:

```
cat deposit_data-*.json | jq ".[] | \"0x\" + .pubkey + \":\" + .withdrawal_credentials + \":32000000000\"" | tr -d '"' > name-node1.txt
Expand Down
14 changes: 7 additions & 7 deletions client-pairs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

This list maps client diversity of Ephemery genesis validator set. If you participate in the validator set and your [validator keys](https://github.com/ephemery-testnet/ephemery-genesis/tree/master/validators) are active, add your handle to the table:

| Client | Grandine | Lighthouse | Lodestar | Nimbus | Prysm | Teku |
| ---------- | -------- | ------------------------ | ------------------ | ------ | ------------------ | ----------- |
| Besu | | | @metanull-operator | | | @coincashew |
| Erigon | | @taxmeifyoucan | | | | |
| Geth | | @taxmeifyoucan, @remyroy | @superphiz | | | |
| Nethermind | | | | | @metanull-operator | pandaops |
| Reth | | | | | | |
| Client | Grandine | Lighthouse | Lodestar | Nimbus | Prysm | Teku |
| ---------- | -------- | ------------------------ | ------------------- | ------ | ------------------ | ------------------- |
| Besu | | | @metanull-operator | | | @coincashew |
| Erigon | | @taxmeifyoucan | | | | |
| Geth | | @taxmeifyoucan, @remyroy | @superphiz | | | |
| Nethermind | | | | | @metanull-operator | pandaops |
| Reth | | @chiemerieezechukwu | @chiemerieezechukwu | | | @chiemerieezechukwu |

Our goal is to run a diverse network with each possible client combination. Claim your client pair to participate in the [incentive program]( https://notes.ethereum.org/@MarioHavel/ephemery-incentives) and help us achieve this goal!

0 comments on commit d8e8b33

Please sign in to comment.