Encourage use of the default --ledger location

This commit is contained in:
Michael Vines
2021-03-16 09:17:45 -07:00
committed by mergify[bot]
parent 3b85cbc504
commit 1c261d293f
2 changed files with 10 additions and 8 deletions

View File

@@ -254,7 +254,6 @@ Connect to the cluster by running:
solana-validator \
--identity ~/validator-keypair.json \
--vote-account ~/vote-account-keypair.json \
--ledger ~/validator-ledger \
--rpc-port 8899 \
--entrypoint devnet.solana.com:8001 \
--limit-ledger-size \
@@ -264,6 +263,9 @@ solana-validator \
To force validator logging to the console add a `--log -` argument, otherwise
the validator will automatically log to a file.
The ledger will be placed in the `ledger/` directory by default, use the
`--ledger` argument to specify a different location.
> Note: You can use a
> [paper wallet seed phrase](../wallet-guide/paper-wallet.md)
> for your `--identity` and/or