Merge remote-tracking branch 'origin/master' into devel

This commit is contained in:
Jacek Sieka 2020-11-11 20:41:02 +01:00
commit cbdab07579
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 2 additions and 4 deletions

View File

@ -51,10 +51,10 @@ our setup guides:
https://status-im.github.io/nimbus-eth2/eth1.html
By default, the script will ask you to enter a web3 provider URL interactively,
but this can be supressed by specifying a `WEB3_URL` environment variable:
but this can be bypassed by specifying a websocket `WEB3_URL` environment variable:
```bash
WEB3_URL="wss://goerli.infura.io/ws/v3/<YOUR PROJECT ID>" ./run-medalla-beacon-node.sh
WEB3_URL="<YOUR_WEB3_URL>" ./run-medalla-beacon-node.sh
```
## Running a mainnet node
@ -65,7 +65,5 @@ All the same conventions apply:
```bash
# using a local Geth instance
WEB3_URL="ws://localhost:8545" ./run-mainnet-node.sh --max-peers=150
# using Infura
WEB3_URL="wss://mainnet.infura.io/ws/v3/<YOUR PROJECT ID>" ./run-mainnet-beacon-node.sh
```