User Tools

Site Tools


crypto:chia:initialize

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
crypto:chia:initialize [2021/05/12 17:14] – created petercrypto: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 your private keys ======+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
 </code> </code>
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:**  Do not share your private keys and passphrase with anyone else. **WARNING:**  Do not share your private keys and passphrase with anyone else.
-</WRAP> 
  
-----+  * **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, updates wallet keys and ensures rewards go to the right wallet.
  
-<code bash> +  * If no old version exists, init: 
-chia start farmer +    * Creates a default chia configuration. 
-</code>+    * Initializes a new SSL key and cert (for secure communication with the GUI).
  
-<WRAP info> +</WRAP>
-**NOTE:**  This will start the farmer, harvester, a full node, and the wallet.+
  
-  * Adding **-r** at the end will restart the service. +----
- +
-</WRAP>+
  
crypto/chia/initialize.1620839696.txt.gz · Last modified: 2021/05/12 17:14 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki