User Tools

Site Tools


guides:farming:reset_v1_3_wallet_bug

Differences

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

Link to this comparison view

Next revision
Previous revision
guides:farming:reset_v1_3_wallet_bug [2022/03/11 09:40] – created ajguides:farming:reset_v1_3_wallet_bug [2023/06/17 11:56] (current) aj
Line 1: Line 1:
-====== Chia 1.3 wallet bug reset ======+====== Chia wallet corruption ======
  
-When upgrading to Chia V1.3.0, you might end up with an incorrect wallet / pool nft. This means you'll see no XCH in your wallet or an incorrect amount. It also causes your pool NFT to be invalidsometimes making you pool at the wrong pool / selfpool!+Sometimes your wallet might get corruptedEven though your wallet is synced, you may not see any XCH in your wallet or the displayed amount may be incorrectThis issue can also invalidate your pool NFT, potentially causing you to pool at the wrong pool or even self-pool unintentionally.
  
-===== Steps to Fix =====+===== Reset your wallet (using Chia 1.8.0 or newer) ===== 
 + 
 +**GUI** 
 +  - Open the Chia GUI and go to Settings 
 +  - Go to the tab Advanced 
 +  - Under the section "Resync Wallet", click on resync 
 +  - Restart the application and wait for the wallet to sync 
 + 
 +**CLI** 
 +  - Run <code>chia wallet show</code> 
 +  - Note the fingerprint of the wallet your want to resync 
 +  - Stop Chia by using: <code>chia stop all -d</code> 
 +  - Open the Chia config.yaml 
 +  - Find or add the following section and add the fingerprint ID from step 1 <code> 
 +wallet: 
 +  reset_sync_for_fingerprint: [insert fingerprint here] 
 +</code> 
 +  - Start your Chia application and wait for the wallet to sync 
 + 
 + 
 + 
 +===== Reset your wallet (using older Chia versions) ===== 
 + 
 +<WRAP info 50% em> 
 +<color #001e37> 
 +DEPRECATED 
 +</color> 
 +</WRAP>
  
   - Stop the Chia wallet   - Stop the Chia wallet
     * Windows: Close GUI     * Windows: Close GUI
     * Linux: ''chia stop wallet''     * Linux: ''chia stop wallet''
-  - Find your Chia wallet database:+  - Find your Chia wallet database directory:
     * Windows (default): ''%USERPROFILE%\.chia\mainnet\wallet\db''     * Windows (default): ''%USERPROFILE%\.chia\mainnet\wallet\db''
     * Linux (default): ''~\.chia\mainnet\wallet\db''     * Linux (default): ''~\.chia\mainnet\wallet\db''
-  - Move or delete all files with this format: ''blockchain_wallet_v2_mainnet_########.sqlite''+  - Move or delete all files with this format: ''blockchain_wallet_v2_r1_mainnet_########.sqlite''
   - Start the Chia wallet   - Start the Chia wallet
     * Windows: Start GUI     * Windows: Start GUI
     * Linux: ''chia start wallet''     * Linux: ''chia start wallet''
   - Wait a few minutes to let your wallet resync   - Wait a few minutes to let your wallet resync
guides/farming/reset_v1_3_wallet_bug.1646991646.txt.gz · Last modified: 2022/03/11 09:40 by aj

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki