User Tools

Site Tools


crypto:chia:initialize

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crypto:chia:initialize [2021/06/26 11:08] – created petercrypto:chia:initialize [2021/06/26 11:43] (current) – [Start the wallet and generate your private key as well as passphrase] peter
Line 5: Line 5:
 ---- ----
  
-===== Use tmux (Optional) =====+===== Activate the virtual environment =====
  
-Using tmux will help ensure chia runs even after a disconnect:+<code bash> 
 +cd chia-blockchain 
 +. ./activate 
 +</code> 
 + 
 +---- 
 + 
 +===== Start the wallet and generate your private key as well as passphrase =====
  
 <code bash> <code bash>
-sudo apt install tmux -y  # Start tmux. +chia init
-tmux new -s plot          # Activate virtual environment.+
 </code> </code>
 +
 +<WRAP important>
 +**WARNING:**  Do not share your private keys and passphrase with anyone else.
 +
 +  * **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, updates wallet keys and ensures rewards go to the right wallet.
 +
 +  * If no old version exists, init:
 +    * Creates a default chia configuration.
 +    * Initializes a new SSL key and cert (for secure communication with the GUI).
 +
 +</WRAP>
  
 ---- ----
  
crypto/chia/initialize.1624705737.txt.gz · Last modified: 2021/06/26 11:08 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki