Apply s/faucet-keypair/faucet renaming to net scripts (#8867)
This commit is contained in:
@ -77,7 +77,7 @@ solana-bench-exchange)
|
||||
idle)
|
||||
# Add the faucet keypair to idle clients for convenience
|
||||
net/scripts/rsync-retry.sh -vPrc \
|
||||
"$entrypointIp":~/solana/config/faucet-keypair.json ~/solana/
|
||||
"$entrypointIp":~/solana/config/faucet.json ~/solana/
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
|
@ -36,5 +36,5 @@ PATH="$HOME"/.cargo/bin:"$PATH"
|
||||
|
||||
set -x
|
||||
scripts/solana-install-deploy.sh \
|
||||
--keypair config/faucet-keypair.json \
|
||||
--keypair config/faucet.json \
|
||||
localhost "$releaseChannel" "$updatePlatform"
|
||||
|
@ -310,13 +310,13 @@ EOF
|
||||
set -x
|
||||
# Add the faucet keypair to validators for convenient access from tools
|
||||
# like bench-tps and add to blocktreamers to run a faucet
|
||||
scp "$entrypointIp":~/solana/config/faucet-keypair.json config/
|
||||
scp "$entrypointIp":~/solana/config/faucet.json config/
|
||||
if [[ $nodeType = blockstreamer ]]; then
|
||||
# Run another faucet with the same keypair on the blockstreamer node.
|
||||
# Typically the blockstreamer node has a static IP/DNS name for hosting
|
||||
# the blockexplorer web app, and is a location that somebody would expect
|
||||
# to be able to airdrop from
|
||||
scp "$entrypointIp":~/solana/config/faucet-keypair.json config/
|
||||
scp "$entrypointIp":~/solana/config/faucet.json config/
|
||||
if [[ $airdropsEnabled = true ]]; then
|
||||
cat >> ~/solana/on-reboot <<EOF
|
||||
multinode-demo/faucet.sh > faucet.log 2>&1 &
|
||||
|
Reference in New Issue
Block a user