crypto:chia:troubleshooting
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crypto:chia:troubleshooting [2021/06/23 08:50] – created peter | crypto:chia:troubleshooting [2021/06/29 22:38] (current) – [Crypto - Chia - Troubleshooting] peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Crypto - Chia - Troubleshooting ====== | ====== Crypto - Chia - Troubleshooting ====== | ||
+ | |||
+ | Sometimes stray daemons left over from previously running processes will cause strange bugs or errors when upgrading to a new version. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | [[Crypto: | ||
+ | |||
+ | [[Crypto: | ||
+ | |||
+ | [[Crypto: | ||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Stop all Chia Processes ===== | ||
+ | |||
+ | Make sure all daemons and chia processes are killed before installing or upgrading. | ||
+ | |||
+ | <code bash> | ||
+ | cd chia-blockchain | ||
+ | . ./activate | ||
+ | chia stop -d all | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Confirm all Chia Processes are actually stopped ===== | ||
+ | |||
+ | <code bash> | ||
+ | ps -Af | grep chia | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * This can happen is a Chia start was performed without first running <code bash> | ||
+ | |||
+ | If all else fails, reboot the machine and restart Chia. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check Logs ===== | ||
+ | |||
+ | <code bash> | ||
+ | ~/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Manually connect to peers ===== | ||
+ | |||
+ | < | ||
+ | node-eu.chia.net - 8444 | ||
+ | node-or.chia.net - 8444 | ||
+ | node-apne.chia.net - 8444 | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Re-init All ===== | ||
+ | |||
+ | <WRAP alert> | ||
+ | **ALERT:** Only do this as a very last resort. | ||
+ | </ | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | chia stop all | ||
+ | rm ~/ | ||
+ | sh install.sh | ||
+ | . ./activate | ||
+ | chia init | ||
+ | chia start all | ||
+ | </ | ||
+ | |||
+ | ---- | ||
crypto/chia/troubleshooting.1624438211.txt.gz · Last modified: 2021/06/23 08:50 by peter