Skip to content

Commit

Permalink
Added clarification text to the eth1 endpoint option. (#251)
Browse files Browse the repository at this point in the history
* Add  CLI option to disable built-in slashing protection for external signers.

Signed-off-by: Byron Gravenorst <[email protected]>

* Add instructions to connect to mainnet.

Signed-off-by: Byron Gravenorst <[email protected]>

* updating submodule to latest

* Add instructions to connect to mainnet.

Signed-off-by: Byron Gravenorst <[email protected]>

* Fix markdown issue.

Signed-off-by: Byron Gravenorst <[email protected]>

* Update CLI-Syntax.md

Clarified the eth1 endpoint description.

* Update CLI-Syntax.md

Implement review feedback.
  • Loading branch information
bgravenorst authored Feb 10, 2021
1 parent 7018f0b commit ddc6bd9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,13 @@ receiving warnings that the ETH1 node is unavailable.
eth1-endpoint: "http://localhost:8545"
```

The JSON-RPC URL of Ethereum 1.0 node.
The JSON-RPC URL of Ethereum 1.0 node. This option must be specified if running a validator.

If not specified, then provide an initial state using the [`--initial-state`](#initial-state) option, or
start Teku from an existing database using [`--data-path`](#data-path), which provides the initial
state to work from.
If not specified (that is, you're running a beacon chain client only), then provide an initial state
using the [`--initial-state`](#initial-state) option, or start Teku from an existing database using
[`--data-path`](#data-path), which provides the initial state to work from. You do not need to
provide an initial state if running a public network which has already started (for example,
MainNet or Pyrmont).

If using a cloud-based service such as [Infura], then set the endpoint to the supplied URL. For
example, `https://goerli.infura.io/v3/<Project_ID>`
Expand Down

0 comments on commit ddc6bd9

Please sign in to comment.