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 09:08] 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 7: Line 21:
 <code bash> <code bash>
 chia show -a node.chia.net:8444 chia show -a node.chia.net:8444
 +chia show -a node-eu.chia.net:8444
 </code> </code>
  
Line 48: 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 72: Line 104:
 rm ~/.chia/mainnet/wallet/db/* rm ~/.chia/mainnet/wallet/db/*
 </code> </code>
 +
 +<WRAP info>
 +**NOTE:**  Then:
 +
 +  * Close Chia.
 +  * Restart Chia.
 +
 +</WRAP>
  
 ---- ----
Line 98: 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.1625044109.txt.gz · Last modified: 2021/06/30 09:08 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki