Difference between revisions of "Common Sync Problems"

From Ritocoin
(Created page with "An occasional problem when updating your wallet from an old version is that it gets stuck on a block during sync and will not get past it. To fix it, make sure you are using t...")
 
Line 2: Line 2:
  
 
In Windows, open a cmd prompt. (Start menu, Run, "cmd"). Do '''cd \"Program Files"\Rito''' and then press enter. Now do '''rito-qt.exe -reindex''' and press enter. That will cause your wallet to reindex from the beginning and should resolve your problem.
 
In Windows, open a cmd prompt. (Start menu, Run, "cmd"). Do '''cd \"Program Files"\Rito''' and then press enter. Now do '''rito-qt.exe -reindex''' and press enter. That will cause your wallet to reindex from the beginning and should resolve your problem.
 +
 +
In Linux, it is simpler. Just run ```rito-qt -reindex``` from the terminal.

Revision as of 14:40, 14 February 2019

An occasional problem when updating your wallet from an old version is that it gets stuck on a block during sync and will not get past it. To fix it, make sure you are using the latest Ritocoin release. Make sure the wallet is not running. Now start it this way:

In Windows, open a cmd prompt. (Start menu, Run, "cmd"). Do cd \"Program Files"\Rito and then press enter. Now do rito-qt.exe -reindex and press enter. That will cause your wallet to reindex from the beginning and should resolve your problem.

In Linux, it is simpler. Just run ```rito-qt -reindex``` from the terminal.