Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. How do I fix a slow wallet?
  2.  
  3. Your wallet can become slow when you have lots of transactions stored in your wallet.
  4. You can fix this by re-downloading the blockchain and and by performing a rescan.
  5.  
  6. Use the following instructions to fix your slow wallet.
  7.  
  8. Note 1: replace “examplecoin” with the name of your coin.
  9. Note 2: make a backup of the entire folder "%appdata%/examplecoin".
  10.  
  11. 1) Re-download the blockchain.
  12. 1.1) Stop your wallet.
  13. 1.2) Make a backup of the folder "%appdata%/examplecoin".
  14. 1.3) Remove everything in the folder "%appdata%/examplecoin" except wallet.dat.
  15. 1.4) Start your wallet.
  16.  
  17. Your wallet will download the complete blockchain, this might take a while.
  18.  
  19. 2) Perform a rescan.
  20. 2.1) Stop your wallet.
  21. 2.2) Start your wallet with the parameter -rescan.
  22.  
  23. E.G. examplecoin-qt.exe -rescan
  24.  
  25. 2.3) Start your wallet.
  26.  
  27. Your wallet will check every transaction stored in your wallet, this might take a while.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement