mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 12:30:08 +00:00
Specify the network port in the connect script, so you can connect to both testnets together
This commit is contained in:
parent
f8fbe0ff3b
commit
7fd8665306
@ -18,5 +18,5 @@ if [ ! -d ~/.cache/nimbus/BeaconNode/$NETWORK_NAME/validators ]; then
|
|||||||
./$BEACON_NODE_BIN --network=$NETWORK_NAME importValidator
|
./$BEACON_NODE_BIN --network=$NETWORK_NAME importValidator
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./$BEACON_NODE_BIN --network=$NETWORK_NAME
|
./$BEACON_NODE_BIN --network=$NETWORK_NAME --tcpPort:$BOOTSTRAP_PORT --udpPort:$BOOTSTRAP_PORT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user