Specify the network port in the connect script, so you can connect to both testnets together

This commit is contained in:
Zahary Karadjov 2019-03-28 19:30:32 +02:00
parent f8fbe0ff3b
commit 7fd8665306

View File

@ -18,5 +18,5 @@ if [ ! -d ~/.cache/nimbus/BeaconNode/$NETWORK_NAME/validators ]; then
./$BEACON_NODE_BIN --network=$NETWORK_NAME importValidator
fi
./$BEACON_NODE_BIN --network=$NETWORK_NAME
./$BEACON_NODE_BIN --network=$NETWORK_NAME --tcpPort:$BOOTSTRAP_PORT --udpPort:$BOOTSTRAP_PORT