crypto:chia:troubleshooting:wallet_not_syncing
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crypto:chia:troubleshooting:wallet_not_syncing [2021/06/29 22:42] – created 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 ====== | ||
- | The old wallet might be causing the issue. | ||
---- | ---- | ||
- | ===== Stop the Wallet | + | ===== 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> | <code bash> | ||
- | chia stop wallet-only" | + | 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: | ||
+ | </ | ||
+ | |||
+ | </ | ||
---- | ---- | ||
- | ===== Delete all files in ~/ | + | ===== Check if the timezone is correct ===== |
+ | |||
+ | <code bash> | ||
+ | date | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * If not, then continue... | ||
+ | </ | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | dpkg-reconfigure tzdata | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * Select the right Timezone and Location. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Delete the peer DB ===== | ||
+ | |||
+ | <code bash> | ||
+ | rm ~/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * Close Chia. | ||
+ | * Restart Chia. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ===== 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 ===== | ||
+ | |||
+ | <code bash> | ||
+ | chia stop wallet-only | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Delete all files in ~/ | ||
<code bash> | <code bash> | ||
rm ~/ | rm ~/ | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * Close Chia. | ||
+ | * Restart Chia. | ||
+ | |||
+ | </ | ||
---- | ---- | ||
- | ===== Start the Wallet | + | ==== Start the Wallet ==== |
<code bash> | <code bash> | ||
Line 29: | Line 123: | ||
---- | ---- | ||
- | ===== Show the Wallet | + | ==== Show the Wallet ==== |
<code bash> | <code bash> | ||
Line 38: | Line 132: | ||
**NOTE: | **NOTE: | ||
- | * Choose Skip "S". | + | * Choose Skip **S**. |
The wallet will resync. | The wallet will resync. | ||
Line 44: | 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.1625006555.txt.gz · Last modified: 2021/06/29 22:42 by peter