User Tools

Site Tools


crypto:chia:troubleshooting:wallet_not_syncing

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:troubleshooting:wallet_not_syncing [2021/06/30 17:08] – [Delete files in ~/.chia/mainnet/wallet/db] petercrypto:chia:troubleshooting:wallet_not_syncing [2021/06/30 17:13] (current) – [Modify the Chia Config] peter
Line 63: Line 63:
  
 ---- ----
 +
 +===== Delete the peer DB =====
 +
 +<code bash>
 +rm ~/.chia/mainnet/db/peer_table_node.sqlite
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Then:
 +
 +  * Close Chia.
 +  * Restart Chia.
 +
 +</WRAP>
 +
 +----
 +
  
 ===== Remove the old wallet ===== ===== Remove the old wallet =====
Line 82: Line 99:
 ---- ----
  
-==== Delete files in ~/.chia/mainnet/wallet/db ==== +==== Delete all files in ~/.chia/mainnet/wallet/db ====
- +
- +
-<code bash> +
-rm ~/.chia/mainnet/db/peer_table_node.sqlite +
-</code> +
- +
-<WRAP info> +
-**NOTE:**  This just deletes the peer DB. +
- +
-  * Close Chia. +
-  * Restart Chia. +
- +
-</WRAP> +
- +
-If still not working, try deleting all files:+
  
 <code bash> <code bash>
Line 104: Line 106:
  
 <WRAP info> <WRAP info>
-**NOTE:**  This just deletes the peer DB.+**NOTE:**  Then:
  
   * Close Chia.   * Close Chia.
Line 110: Line 112:
  
 </WRAP> </WRAP>
- 
- 
  
 ---- ----
Line 137: Line 137:
  
 </WRAP> </WRAP>
 +
 +----
 +
 +===== Modify the Chia Config =====
 +
 +Edit **~/.chia/mainnet/config/config.yaml**.
 +
 +  * Search for **weight_proof_timeout**. 
 +  * Increase it from 180 to 400.
 +
 +<WRAP info>
 +**NOTE:**  If that value is not there, you can add it under the **full_node** section.
 +
 +It can take a few minutes to start receiving peers and several hours to completely sync.
 +</WRAP>
 +
 + 
 +
 +
  
 ---- ----
crypto/chia/troubleshooting/wallet_not_syncing.1625072908.txt.gz · Last modified: 2021/06/30 17:08 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki