Choose a cluster before checking balances (#8666) (#8668)

automerge
This commit is contained in:
Grimes
2020-03-05 10:00:53 -08:00
committed by GitHub
parent d94f5c94a3
commit 7e446da82c

View File

@ -99,6 +99,12 @@ usb://ledger/nano-s/BsNsvfXqQTtJnagwFWdBS7FBXgnsK8VZ5CmuznN85swK?key=0/0
### Set CLI Configuration ### Set CLI Configuration
Configure the `solana` CLI tool to connect to a particular cluster:
```bash
solana config set --url <CLUSTER_URL> # (i.e. http://devnet.solana.com:8899)
```
If you want to set a Ledger key as the default signer for CLI commands, use the If you want to set a Ledger key as the default signer for CLI commands, use the
[CLI configuration settings](../cli/usage.md#solana-config): [CLI configuration settings](../cli/usage.md#solana-config):