Old Dip Tracker

Results 573 comments of Old Dip Tracker

This is now urgent, as 1.14.8 is out and master does not include those bugfixes.

Since CodeQL doesn't want to run (and seems to have not ran properly for a while), I will address that in a separate PR as more needs to be done...

What version did you use prior? If it was lower than 1.14.0, you need to re-index, which, if I'm not mistaken, is what it is proposing.

> maybe something went wrong from the files that were responsible for connecting to the database. Could you share the bottom 100 lines of the `debug.log` file?

It looks like there's a mismatch between your datadir on your screenshot (`%APPDATA%\Roaming\Dogecoin111\*`) and the file that is being tried to be opened according to the log (`%APPDATA%\Roaming\Dogecoin\*`) If your...

> started kind of syncing, but it's like this all day in one position at 2.6 percent Do you still have the log for when it was hanging?

In the Dogecoin folder (not the `Dogecoin111` backup folder) 1. Make a separate backup of `backups`, `database` and `wallet.dat` - zip it and put it somewhere safe. 2. remove: `blocks`,...

First off, thanks for all the code. It's great to make some steps forward on this. ## Concept review I'm going to describe the full concept as I understand it...

> can `getutxoforkey` functionality later be used for implementation of importing keys in pruned mode, or would it be the correct approach in this case? Yes, I think the approach...