mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 00:27:38 +00:00
fix typo
Former-commit-id: 0527546ad5f116fd645d40f573270469f869787c [formerly fd4bc33aa4b3c6a546862ab1d339984199124943] Former-commit-id: de0f81e9cb3ce0007b7c9a1435d8716a8d53bb04
This commit is contained in:
parent
5521bde340
commit
6e52ea2a46
@ -108,7 +108,7 @@ To deposit ETH and join as a collator in the Sharding Manager Contract, run the
|
||||
geth sharding-collator --deposit --datadir /path/to/your/datadir --password /path/to/your/password.txt --networkid 12345
|
||||
```
|
||||
|
||||
This will extract 100ETH from your account balance and insert you into the SMC's collator registry. Then, the program will listen for incoming block headers and notify you when you have been selected as an eligible collator for a certain shard in a given period. Once you are selected, the collator will request collations created by proposer nodes. We will need to run a proposer node concurrently in a separate terminal window as follows:
|
||||
This will extract 100ETH from your account balance and insert you into the SMC's collator pool. Then, the program will listen for incoming block headers and notify you when you have been selected as an eligible collator for a certain shard in a given period. Once you are selected, the collator will request collations created by proposer nodes. We will need to run a proposer node concurrently in a separate terminal window as follows:
|
||||
|
||||
## Becoming a Proposer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user