User Tools

Site Tools


crypto:chia:cli:check_status:check_the_wallet

Differences

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

Link to this comparison view

Next revision
Previous revision
crypto:chia:cli:check_status:check_the_wallet [2021/06/28 12:57] – created petercrypto:chia:cli:check_status:check_the_wallet [2021/06/29 15:29] (current) peter
Line 16: Line 16:
    -Spendable: 0.0 xch (0 mojo)    -Spendable: 0.0 xch (0 mojo)
 </code> </code>
 +
 +----
 +
 +===== If an Exception is returned =====
 +
 +If an exception message is seen:
 +
 +<code bash>
 +Exception from 'wallet' 
 +</code>
 +
 +then
 +
 +<code bash>
 +chia start wallet-only -r
 +</code>
 +
 +----
 +
 +==== Alternatively try ====
 +
 +<code bash>
 +chia start farmer -r
 +</code>
 +
 +----
 +
 +==== Alternatively Try ====
 +
 +<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/cli/check_status/check_the_wallet.1624885022.txt.gz · Last modified: 2021/06/28 12:57 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki