Merge remote-tracking branch 'origin/master' into devel
This commit is contained in:
commit
cbdab07579
|
@ -51,10 +51,10 @@ our setup guides:
|
||||||
https://status-im.github.io/nimbus-eth2/eth1.html
|
https://status-im.github.io/nimbus-eth2/eth1.html
|
||||||
|
|
||||||
By default, the script will ask you to enter a web3 provider URL interactively,
|
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
|
```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
|
## Running a mainnet node
|
||||||
|
@ -65,7 +65,5 @@ All the same conventions apply:
|
||||||
```bash
|
```bash
|
||||||
# using a local Geth instance
|
# using a local Geth instance
|
||||||
WEB3_URL="ws://localhost:8545" ./run-mainnet-node.sh --max-peers=150
|
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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue