crypto:chia:initialize
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crypto:chia:initialize [2021/05/12 17:14] – created peter | crypto:chia:initialize [2021/06/26 11:43] (current) – [Start the wallet and generate your private key as well as passphrase] peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Crypto - Chia - Initialize ====== | ====== Crypto - Chia - Initialize ====== | ||
- | ====== | + | Initialize the nodes and save the private keys |
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Activate the virtual environment | ||
<code bash> | <code bash> | ||
- | # Activate the virtual environment in dir chia-blockchain | + | cd chia-blockchain |
. ./activate | . ./activate | ||
</ | </ | ||
Line 10: | Line 14: | ||
---- | ---- | ||
- | ====== Start the wallet and generate your private key as well as passphrase | + | ===== Start the wallet and generate your private key as well as passphrase ===== |
<code bash> | <code bash> | ||
Line 18: | Line 22: | ||
<WRAP important> | <WRAP important> | ||
**WARNING: | **WARNING: | ||
- | </ | ||
- | ---- | + | * **init** checks for old versions of chia installed in the ~/.chia directory. |
- | ====== Start the services ====== | + | * If an old version of Chia exists, init migrates these old files to the new version: |
+ | * config (including old SSL files) | ||
+ | * db | ||
+ | * wallet | ||
+ | * Using config.yaml, | ||
- | <code bash> | + | * If no old version exists, init: |
- | chia start farmer | + | * Creates a default |
- | </ | + | * Initializes a new SSL key and cert (for secure communication with the GUI). |
- | < | + | </WRAP> |
- | **NOTE: | + | |
- | * Adding **-r** at the end will restart the service. | + | ---- |
- | + | ||
- | </ | + | |
crypto/chia/initialize.1620839696.txt.gz · Last modified: 2021/05/12 17:14 by peter