User Tools

Site Tools


crypto:chia:troubleshooting

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 [2021/06/23 08:51] petercrypto:chia:troubleshooting [2021/06/29 22:38] (current) – [Crypto - Chia - Troubleshooting] peter
Line 2: Line 2:
  
 Sometimes stray daemons left over from previously running processes will cause strange bugs or errors when upgrading to a new version. Sometimes stray daemons left over from previously running processes will cause strange bugs or errors when upgrading to a new version.
 +
 +----
 +
 +[[Crypto:Chia:Troubleshooting:Connection error. Check if full node rpc is running at 8555|Connection error. Check if full node rpc is running at 8555]]
 +
 +[[Crypto:Chia:Troubleshooting:Exception from 'wallet'|Exception from 'wallet']]
 +
 +[[Crypto:Chia:Troubleshooting:Wallet not Syncing|Wallet not Syncing]]
 +
 +
 +
 +----
 +
 +===== Stop all Chia Processes =====
  
 Make sure all daemons and chia processes are killed before installing or upgrading. Make sure all daemons and chia processes are killed before installing or upgrading.
  
 <code bash> <code bash>
 +cd chia-blockchain
 +. ./activate
 chia stop -d all chia stop -d all
 </code> </code>
  
-This is normally done by executing **chia stop -d all** from the upgrade example above.+----
  
-But it does not hurt to double check using **ps -Af | grep chia** to make sure there are no chia processes left running.+===== Confirm all Chia Processes are actually stopped =====
  
-You may have to manually kill the chia daemon if an install and chia start was performed without first running **chia stop -d all**.+<code bash> 
 +ps -Af | grep chia 
 +</code> 
 + 
 +<WRAP info> 
 +**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 <code bash>chia stop -d all</code> 
 + 
 +If all else fails, reboot the machine and restart Chia. 
 + 
 +</WRAP> 
 + 
 +---- 
 + 
 +===== Check Logs ===== 
 + 
 +<code bash> 
 +~/.chia/mainnet/log/debug.log 
 +</code> 
 + 
 +<WRAP info> 
 +**NOTE:**  Search for WARN and ERROR in particular. 
 +</WRAP> 
 + 
 +---- 
 + 
 +===== Manually connect to peers ===== 
 + 
 +<code> 
 +node-eu.chia.net - 8444 
 +node-or.chia.net - 8444 
 +node-apne.chia.net - 8444 
 +</code> 
 + 
 +---- 
 + 
 +===== Re-init All ===== 
 + 
 +<WRAP alert> 
 +**ALERT:** Only do this as a very last resort. 
 +</WRAP> 
 + 
 + 
 +<code bash> 
 +chia stop all 
 +rm ~/.chia/mainnet -fr 
 +sh install.sh 
 +. ./activate 
 +chia init 
 +chia start all 
 +</code>
  
-If all else fails, rebooting the machine and restarting the chia daemon/processes usually does the trick.+----
  
crypto/chia/troubleshooting.1624438272.txt.gz · Last modified: 2021/06/23 08:51 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki