crypto:chia:cli:install
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crypto:chia:cli:install [2021/06/28 12:39] – peter | crypto:chia:cli:install [2021/06/28 13:11] (current) – [If you already have a seed (key)] peter | ||
---|---|---|---|
Line 44: | Line 44: | ||
---- | ---- | ||
- | ==== Install GUI (Optional) ==== | + | ===== Install GUI (Optional) |
<WRAP info> | <WRAP info> | ||
Line 90: | Line 90: | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | |||
+ | * To display the current mnemonic keys: <code bash> | ||
+ | chia keys show --show-mnemonic-seed | ||
+ | </ | ||
The ID will be displayed, which can be checked to ensure it matches. | The ID will be displayed, which can be checked to ensure it matches. | ||
Line 95: | Line 99: | ||
</ | </ | ||
- | To display the current mnemonic keys: | ||
- | |||
- | <code bash> | ||
- | chia keys show --show-mnemonic-seed | ||
- | </ | ||
---- | ---- | ||
- | === If not existing key exists, generate a new one === | + | === If no existing key exists, generate a new one === |
Generate a new seed (key) with this command: | Generate a new seed (key) with this command: | ||
Line 109: | Line 108: | ||
<code bash> | <code bash> | ||
chia keys generate | chia keys generate | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check the Key ===== | ||
+ | |||
+ | <code bash> | ||
chia keys show | chia keys show | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | Showing all public keys derived from your private keys: | ||
+ | |||
+ | Fingerprint: | ||
+ | Master public key (m): abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwx | ||
+ | Farmer public key (m/ | ||
+ | Pool public key (m/ | ||
+ | First wallet address: abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz | ||
</ | </ | ||
---- | ---- | ||
+ | |||
===== References ===== | ===== References ===== |
crypto/chia/cli/install.1624883986.txt.gz · Last modified: 2021/06/28 12:39 by peter