User Tools

Site Tools


crypto:chia:troubleshooting:exception_from_wallet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

crypto:chia:troubleshooting:exception_from_wallet [2021/06/29 15:34] – created petercrypto:chia:troubleshooting:exception_from_wallet [2021/06/29 15:37] (current) peter
Line 1: Line 1:
 ====== Crypto - Chia - Troubleshooting - Exception from 'wallet' ====== ====== Crypto - Chia - Troubleshooting - Exception from 'wallet' ======
 +
 +<code bash>
 +chia wallet show
 +</code>
 +
 +returns:
 +
 +<code bash>
 +Exception from 'wallet' 
 +</code>
 +
 +----
 +
 +===== Resolution =====
 +
 +Try each of these options.
 +
 +<WRAP info>
 +**NOTE:**  After each attempt check if the **chia wallet show** command returns proper information.
 +</WRAP>
 +
 +----
 +
 +==== Restart the wallet ====
 +
 +<code bash>
 +chia start wallet-only -r
 +</code>
 +
 +----
 +
 +==== Restart the farmer ====
 +
 +<code bash>
 +chia start farmer -r
 +</code>
 +
 +----
 +
 +==== Reset the wallet ====
 +
 +<code bash>
 +rm ~/.chia/mainnet/wallet/db/*
 +</code>
 +
 +then
 +
 +<code bash>
 +chia wallet show
 +</code>
 +
 +returns:
 +
 +<code bash>
 +No online backup file found, 
 + Press S to skip restore from backup 
 + Press F to use your own backup file:
 +</code>
 +
 +<WRAP info>
 +**NOTE:** Push **S** to skip restoring.
 +</WRAP>
 +
  
crypto/chia/troubleshooting/exception_from_wallet.1624980846.txt.gz · Last modified: 2021/06/29 15:34 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki