crypto:chia:troubleshooting
Table of Contents
Crypto - Chia - Troubleshooting
Sometimes stray daemons left over from previously running processes will cause strange bugs or errors when upgrading to a new version.
Connection error. Check if full node rpc is running at 8555
Stop all Chia Processes
Make sure all daemons and chia processes are killed before installing or upgrading.
cd chia-blockchain . ./activate chia stop -d all
Confirm all Chia Processes are actually stopped
ps -Af | grep chia
NOTE: If some Chia processes are still running, try to kill them manually.
- This can happen is a Chia start was performed without first running
chia stop -d all
If all else fails, reboot the machine and restart Chia.
Check Logs
~/.chia/mainnet/log/debug.log
NOTE: Search for WARN and ERROR in particular.
Manually connect to peers
node-eu.chia.net - 8444 node-or.chia.net - 8444 node-apne.chia.net - 8444
Re-init All
ALERT: Only do this as a very last resort.
chia stop all rm ~/.chia/mainnet -fr sh install.sh . ./activate chia init chia start all
crypto/chia/troubleshooting.txt · Last modified: 2021/06/29 22:38 by peter