Skip to content

Commit

Permalink
remove private endpoint from run teku example (Consensys#284)
Browse files Browse the repository at this point in the history
* remove private endpoint from run teku example

* Update docs/HowTo/Get-Started/Run-Teku.md

Co-authored-by: Adrian Sutton <[email protected]>

Co-authored-by: Adrian Sutton <[email protected]>
  • Loading branch information
alexandratran and ajsutton authored May 6, 2021
1 parent 2de105c commit 895d5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HowTo/Get-Started/Run-Teku.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ on the same machine.
## Start the clients in a single process

Start the beacon chain client and validator as a single process by specifying the validator options
with the [`teku`](../../Reference/CLI/CLI-Syntax.md#options) command
with the [`teku`](../../Reference/CLI/CLI-Syntax.md#options) command. For example:

!!! example

```
teku --network=pyrmont --eth1-endpoint=http://localhost:8545,https://goerli.infura.iov3/b0f36cebcab24eef9984422efbc51f21 \
teku --network=pyrmont --eth1-endpoints=http://localhost:8545,http://backup-host:8545/ \
--validator-keys=validator/keys/validator_888eef.json:validator/passwords/validator_888eef.txt \
--rest-api-enabled=true --rest-api-docs-enabled=true \
--metrics-enabled
Expand Down

0 comments on commit 895d5b1

Please sign in to comment.