Difference between revisions of "Connecting to Wallet loop"

From Chia-Wiki
Jump to: navigation, search
(Created page with "This can happen when Chia terminates unexpectedly (example: when your pc loses power). *Stop Chia. *Rename C:\Users\<your user>\.chia\mainnet to C:\Users\<your user>\.chia\m...")
 
Line 1: Line 1:
This can happen when Chia terminates unexpectedly (example: when your pc loses power).
This can happen when Chia terminates unexpectedly (example: when your pc loses power).


*Stop Chia.  
*Stop Chia.
*Rename C:\Users\<your user>\.chia\mainnet to C:\Users\<your user>\.chia\mainnet.old.  
*Rename <code>C:\Users\<your user>\.chia\mainnet</code> to <code>C:\Users\<your user>\.chia\mainnet.old.</code>
*Restart Chia, select your key and skip the thing about coloured items. Wait till syncing starts.  
*Restart Chia, select your key and skip the thing about coloured items. Wait till syncing starts.  
*Stop Chia.  
*Stop Chia.
*Copy C:\Users\<your user>\.chia\mainnet.old\db to C:\Users\<your user>\.chia\mainnet\db replacing what’s there.  
*Copy <code>C:\Users\<your user>\.chia\mainnet.old\db</code> to <code>C:\Users\<your user>\.chia\mainnet\db</code> replacing what’s there.  
*Copy C:\Users\<your user>\.chia\mainnet.old\config\config.yaml and config_bak.yaml to C:\Users\<your user>\.chia\mainnet\config replacing what’s there.  
*Copy <code>C:\Users\<your user>\.chia\mainnet.old\config\config.yaml</code> and <code>config_bak.yaml</code> to <code>C:\Users\<your user>\.chia\mainnet\config</code> replacing what’s there.  
*Restart Chia and wait for sync.
*Restart Chia and wait for sync.

Revision as of 11:28, 24 July 2021

This can happen when Chia terminates unexpectedly (example: when your pc loses power).

  • Stop Chia.
  • Rename C:\Users\<your user>\.chia\mainnet to C:\Users\<your user>\.chia\mainnet.old.
  • Restart Chia, select your key and skip the thing about coloured items. Wait till syncing starts.
  • Stop Chia.
  • Copy C:\Users\<your user>\.chia\mainnet.old\db to C:\Users\<your user>\.chia\mainnet\db replacing what’s there.
  • Copy C:\Users\<your user>\.chia\mainnet.old\config\config.yaml and config_bak.yaml to C:\Users\<your user>\.chia\mainnet\config replacing what’s there.
  • Restart Chia and wait for sync.