crypto:chia:troubleshooting:wallet_not_syncing
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crypto:chia:troubleshooting:wallet_not_syncing [2021/06/30 09:00] – [Check if the timezone is correct] peter | crypto: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: | ||
+ | |||
+ | This allows linking up, downloading and syncing with the Chia blockchain. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Connect to other peers ===== | ||
+ | |||
+ | <code bash> | ||
+ | chia show -a node.chia.net: | ||
+ | chia show -a node-eu.chia.net: | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | <code bash> | ||
+ | North Asia introducer-apne.chia.net: | ||
+ | South Asia introducer-apse.chia.net: | ||
+ | Western North America: introducer-or.chia.net: | ||
+ | Eastern North America introducer-va.chia.net: | ||
+ | Europe: introducer-eu.chia.net: | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
===== Check if the timezone is correct ===== | ===== Check if the timezone is correct ===== | ||
Line 26: | Line 64: | ||
---- | ---- | ||
+ | ===== Delete the peer DB ===== | ||
+ | |||
+ | <code bash> | ||
+ | rm ~/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * Close Chia. | ||
+ | * Restart Chia. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
===== Remove the old wallet ===== | ===== Remove the old wallet ===== | ||
+ | |||
+ | <WRAP important> | ||
+ | **WARNING: | ||
+ | |||
+ | * This may force a resync back to the blockchain which can take a very long time. | ||
+ | |||
+ | </ | ||
+ | |||
==== Stop the Wallet ===== | ==== Stop the Wallet ===== | ||
<code bash> | <code bash> | ||
- | chia stop wallet-only" | + | chia stop wallet-only |
</ | </ | ||
Line 43: | Line 104: | ||
rm ~/ | rm ~/ | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * Close Chia. | ||
+ | * Restart Chia. | ||
+ | |||
+ | </ | ||
---- | ---- | ||
Line 69: | Line 138: | ||
</ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== Modify the Chia Config ===== | ||
+ | |||
+ | Edit **~/ | ||
+ | |||
+ | * Search for **weight_proof_timeout**. | ||
+ | * Increase it from 180 to 400. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | It can take a few minutes to start receiving peers and several hours to completely sync. | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// |
crypto/chia/troubleshooting/wallet_not_syncing.1625043640.txt.gz · Last modified: 2021/06/30 09:00 by peter