File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,14 @@ quic_port=${@:$OPTIND+2:1}
48
48
http_port=${@: $OPTIND +3: 1}
49
49
execution_endpoint=${@: $OPTIND +4: 1}
50
50
execution_jwt=${@: $OPTIND +5: 1}
51
+ testnet_dir=${@: $OPTIND +6: 1}
51
52
52
53
exec $lighthouse_binary \
53
54
--debug-level $DEBUG_LEVEL \
54
55
bn \
55
56
$SUBSCRIBE_ALL_SUBNETS \
56
57
--datadir $data_dir \
57
- --testnet-dir $TESTNET_DIR \
58
+ --testnet-dir $testnet_dir \
58
59
--enable-private-discovery \
59
60
--disable-peer-scoring \
60
61
--staking \
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ sleeping 20
135
135
for (( bn= 1 ; bn<= $BN_COUNT ; bn++ )) ; do
136
136
secret=$DATADIR /geth_datadir$bn /geth/jwtsecret
137
137
echo $secret
138
- execute_command_add_PID beacon_node_$bn .log ./beacon_node.sh $SAS -d $DEBUG_LEVEL $DATADIR /node_$bn $(( BN_udp_tcp_base + $bn )) $(( BN_udp_tcp_base + $bn + 100 )) $(( BN_http_port_base + $bn )) http://localhost:$(( EL_base_auth_http + $bn )) $secret
138
+ execute_command_add_PID beacon_node_$bn .log ./beacon_node.sh $SAS -d $DEBUG_LEVEL $DATADIR /node_$bn $(( BN_udp_tcp_base + $bn )) $(( BN_udp_tcp_base + $bn + 100 )) $(( BN_http_port_base + $bn )) http://localhost:$(( EL_base_auth_http + $bn )) $secret $TESTNET_DIR
139
139
done
140
140
141
141
# Start requested number of validator clients
You can’t perform that action at this time.
0 commit comments