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:10] – [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 79: Line 96:
 chia stop wallet-only chia stop wallet-only
 </code> </code>
- 
----- 
- 
-==== Delete the peer DB ==== 
- 
-<code bash> 
-rm ~/.chia/mainnet/db/peer_table_node.sqlite 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  Then: 
- 
-  * Close Chia. 
-  * Restart Chia. 
- 
-</WRAP> 
  
 ---- ----
Line 111: Line 112:
  
 </WRAP> </WRAP>
- 
- 
- 
  
 ---- ----
Line 139: 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.1625073012.txt.gz · Last modified: 2021/06/30 17:10 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki