#!/usr/bin/env bash # # Start a validator # here=$(dirname "$0") # shellcheck source=multinode-demo/common.sh source "$here"/common.sh args=() airdrops_enabled=1 node_sol=500 # 500 SOL: number of SOL to airdrop the node for transaction fees and vote account rent exemption (ignored if airdrops_enabled=0) label= identity_keypair_path= voting_keypair_path= no_restart=0 gossip_entrypoint= ledger_dir= usage() { if [[ -n $1 ]]; then echo "$*" echo fi cat <