mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 20:10:36 +00:00
Update quick-start.md
This commit is contained in:
parent
2823be7306
commit
44cab3a4cc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user