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:00] – [Connect to other peers] petercrypto:chia:troubleshooting:wallet_not_syncing [2021/06/30 17:13] (current) – [Modify the Chia Config] peter
Line 1: Line 1:
 ====== Crypto - Chia - Troubleshooting - Wallet not Syncing ====== ====== Crypto - Chia - Troubleshooting - Wallet not Syncing ======
 +
 +
 +----
 +
 +===== Opening Port 8444 =====
 +
 +Opening Port 8444 on your router so other peers can connect to you.
 +
 +<WRAP info>
 +**NOTE:**  Port 8444 is the port through which other Chia computers can communicate with your PC.
 +
 +This allows linking up, downloading and syncing with the Chia blockchain.
 +
 +</WRAP>
  
 ---- ----
Line 49: 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 73: Line 104:
 rm ~/.chia/mainnet/wallet/db/* rm ~/.chia/mainnet/wallet/db/*
 </code> </code>
 +
 +<WRAP info>
 +**NOTE:**  Then:
 +
 +  * Close Chia.
 +  * Restart Chia.
 +
 +</WRAP>
  
 ---- ----
Line 99: Line 138:
 </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>
 +
 + 
 +
 +
 +
 +----
 +
 +===== References =====
 +
 +https://github.com/Chia-Network/chia-blockchain/wiki/FAQ#why-does-my-node-have-no-connections-how-can-i-get-more-connections
crypto/chia/troubleshooting/wallet_not_syncing.1625072455.txt.gz · Last modified: 2021/06/30 17:00 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki