Skip to content

Commit

Permalink
Request airdrop for validators
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Jul 13, 2018
1 parent 7476b8a commit 490660a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions multinode-demo/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ fi


if $node_type_validator; then
echo "Requesting an airdrop from solana-drone"
$solana_wallet --keypair="$id_path" airdrop --tokens=1

echo "Creating $SOLANA_CONFIG_DIR/validator.json"
$solana_fullnode_config --keypair="$id_path" "${validator_address_args[@]}" > "$SOLANA_CONFIG_DIR"/validator.json
fi
Expand Down

0 comments on commit 490660a

Please sign in to comment.