Correct blockstreamer node args

This commit is contained in:
Michael Vines 2019-05-04 08:22:36 -07:00
parent 586fb15c2c
commit 0139e5db21
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 5 additions and 7 deletions

View File

@ -98,7 +98,11 @@ local|tar)
export SOLANA_CUDA=1
fi
args=()
args=(
"$entrypointIp":~/solana "$entrypointIp:8001"
--gossip-port 8001
--rpc-port 8899
)
if [[ $nodeType = blockstreamer ]]; then
args+=(
--blockstream /tmp/solana-blockstream.sock
@ -106,7 +110,6 @@ local|tar)
--stake 0
)
else
args+=("$entrypointIp":~/solana "$entrypointIp:8001")
if $leaderRotation; then
args+=("--stake" "$stake")
else
@ -115,11 +118,6 @@ local|tar)
args+=(--enable-rpc-exit)
fi
args+=(
--gossip-port 8001
--rpc-port 8899
)
set -x
if [[ $skipSetup != true ]]; then
./multinode-demo/clear-fullnode-config.sh