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/29 13:42] petercrypto:chia:troubleshooting [2021/06/29 22:38] (current) – [Crypto - Chia - Troubleshooting] peter
Line 4: Line 4:
  
 ---- ----
 +
 +[[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]]
  
  
Line 47: Line 53:
 **NOTE:**  Search for WARN and ERROR in particular. **NOTE:**  Search for WARN and ERROR in particular.
 </WRAP> </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>
 +
 +----
  
crypto/chia/troubleshooting.1624974128.txt.gz · Last modified: 2021/06/29 13:42 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki