crypto:chia:initialize
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crypto:chia:initialize [2021/06/26 11:07] – removed 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 ====== | ||
+ | |||
+ | Initialize the nodes and save the private keys | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Activate the virtual environment ===== | ||
+ | |||
+ | <code bash> | ||
+ | cd chia-blockchain | ||
+ | . ./activate | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Start the wallet and generate your private key as well as passphrase ===== | ||
+ | |||
+ | <code bash> | ||
+ | chia init | ||
+ | </ | ||
+ | |||
+ | <WRAP important> | ||
+ | **WARNING: | ||
+ | |||
+ | * **init** checks for old versions of chia installed in the ~/.chia directory. | ||
+ | |||
+ | * 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, | ||
+ | |||
+ | * If no old version exists, init: | ||
+ | * Creates a default chia configuration. | ||
+ | * Initializes a new SSL key and cert (for secure communication with the GUI). | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
crypto/chia/initialize.1624705668.txt.gz · Last modified: 2021/06/26 11:07 by peter