Update README.md

remove infura, minor edits
This commit is contained in:
Sacha Saint-Leger 2020-11-10 12:33:30 +01:00 committed by GitHub
parent 64838720d5
commit da7e7fcc52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```