The End All Be All to Kore Fixes
Windows Fix:Shut Down Kore:
Open your File Explorer and there will be a bar with your current folder at the top. Click on it and it should turn blue and give the root route to your current folder. Paste the following location as is and hit return to go directly to your Kore folder
C:\Users\%username%\AppData\Roaming\Kore
(alternativly you can open File Explorer and click on the menu tab "view" and select "Hidden items" then navigate to the above directory)
Delete all files and folders but kore.conf, wallet.dat, /Onion, /Tor
&&&IF you don't understand this part I give another way of how to do this below, right above linux fix&&&
Open a Command Prompt instance and navigate to the directory with kore.exe
e.g. if kore is in your downloads folder and inside another folder named kore you would type
Once you are inside your kore folder insert the following command.
Kore-qt.exe -zapwallettxes -reindex
&&&&&&
If you didn't understand how to navigate to your kore folder through command line another way to do this is to open your kore folder in File Explorer and then Shift+Right_Click anywhere in the folder and select "open cmd window here"
Linux Fix:Shut down Kore:
(If using daemon use kore-cli stop)
Getting Ready:
Open a terminal
If Daemon paste the following command, if not continue to remove chain:
Hit return, if there is no output kore has shut down completely and you can move to the next step, if there is please wait for kore to shut down completely
Remove Chain:
In terminal paste the following command and hit return.
rm -r ~/.kore/chainstate ~/.kore/blocks ~/.kore/backups
Remove non critical files
In terminal paste the following commands and hit return.
rm banlist.dat budget.dat db.log debug.log fee_estimates.dat kored.pid mncache.dat mnpayments.dat peers.dat
Start Kore Back Up
kore-qt -zapwallettxes -reindex
(or if daemon kored -zapwallettxes -reindex)