I tried to run the "defid.exe" after I updated to version 2.3.0. During this time the DeFi App was closed. For the time this is running there are no rewards shown in the DeFi App. It seems that when the DeFi-App is running something is getting saved differently to when running the "defid.exe" in CLI.
Running in CLI listaccounthistory all {\"limit"\":1000000} some transactions only refering to DFI are missing in the CLI. As I can see, it occurs with the transactions types sent and receive. Might be the reason why it's only with DFI because the transactions of the other coins are token based.
A fix that the two defid.exe and the DeFi-App are doing the same work without missing some transactions.
I run the DeFi-App and close ist for 10 minutes then I start "defid.exe" from CLI. After the sync is up to date I close the CLI and open the DeFi-App again. Now during the 10 minutes there are no rewards are shown but newer ones are shown. You can see the data gap.
@jleidinger: Thanks for opening an issue, it is currently awaiting triage.
The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.
In the meantime, you can:
Details
I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.
Hi @jleidinger , thanks for your feedback, please give us time to investigate this issue.
/triage accepted
@izzycsy
We just found the problem. My "wallet.dat" was not in the standard path. The DeFiApp uses this but the "defid.exe" opens a new "wallet.dat" in the standard path. So some data is in the one and some in the other wallet.dat.
The "defid.exe" should use the path that is defined in the "defi.conf"
Hi @jleidinger , thanks for your feedback, yes with the latest version v2.3.0, users can gain access to their wallet.dat files easier because we included optional encryption. Will convey your feedback to the team. Are you tx history appearing now that you've found your wallet.dat? The file routes for wallet.dat as follow:
Windows — C: 
\Users\<username>\AppData\Roaming\DeFi Blockchain\wallets\wallet.dat
Hi @izzycsy ,
I renamed and copied "wallet.dat" to the standard path. Then I changed it in "defi.conf" as well. It worked and after reindexing everything was fine ;)
Hi @jleidinger , that's great to hear. I'll be closing this issue in the mean time. If you face a similar issue again, you may reopen this issue if there's new information (include screenshots) and your app logs. Thank you.