Skip to content

Latest commit

 

History

History
executable file
·
17 lines (15 loc) · 692 Bytes

README.md

File metadata and controls

executable file
·
17 lines (15 loc) · 692 Bytes

solana-scripts

Scripts to help with Solana Node service

You should have place file env.sh with content:

export SOLANA_VALIDATOR_PUB_KEY=<YOUR_VALIDATOR_PUB_KEY>
export SOLANA_VOTE_PUB_KEY=<YOUR_VOTE_ACCOUNT_PUB_KEY>
export SOLANA_VALIDATOR_KEY_PATH=<PATH_TO_YOUR_VALIDATOR_JSON>
export SOLANA_VOTE_KEY_PATH=<PATH_TO_YOUR_VOTE_ACCOUNT_JSON>

export SOLANA_LOG_DIR=<PATH_TO_LOG_DIR>
export SOLANA_LEDGER_DIR=<PATH_TO_LEDGER_DIR>
export SOLANA_SNAPSHOTS_DIR=<PATH_TO_SNAPSHOTS_DIR>
export SOLANA_ACCOUNTS_DIR=<PATH_TO_ACCOUNTS_DIR>
export SOLANA_ACCOUNTS_INDEX_PATH=${SOLANA_LEDGER_DIR}/accounts_index
export SOLANA_ACCOUNTS_HASH_CACHE_PATH=${SOLANA_LEDGER_DIR}/accounts_hash_cache