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