Update quick-start.md

This commit is contained in:
Jacek Sieka 2022-11-23 15:41:39 +01:00 committed by GitHub
parent 2823be7306
commit 44cab3a4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,14 +58,14 @@ cd nimbus-eth2
```sh
# Start a mainnet node
./run-mainnet-beacon-node.sh --web3-url=http://127.0.0.1:8551
./run-mainnet-beacon-node.sh --web3-url=http://127.0.0.1:8551 --jwt-secret=/tmp/jwtsecret
```
=== "Prater"
```sh
# Start a prater testnet node
./run-prater-beacon-node.sh --web3-url=http://127.0.0.1:8551
./run-prater-beacon-node.sh --web3-url=http://127.0.0.1:8551 --jwt-secret=/tmp/jwtsecret
```
Once the beacon node starts, you'll see it logging information to the console, like so: