cryptosharks131 / lndg

Lite GUI web interface to analyze lnd data and leverage the backend database for automation tools around rebalancing and other basic maintenance tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Fees

InsaneSplash opened this issue · comments

Since moving to Version 1.4 and 1.5 I am unable to get my service to auto-adjust the fee rates.
I do have AF-Enabled and have tried a few changes, but the only thing I can do right now manual adjustments.

Is there a way to investigate why this is failing?

The AF should run whenever your data gets refreshed. Are you seeing the most recent activity on your dashboard?

Also, be sure the AF option is enabled on individual channels as well. You can update this from the channel card or the Fee Rates page.

Hey,

yup each channel has AF enabled and payment data is not updating if that helps...
The dashboard is updating - Dashboard Last Updated : 16:00:00 ... refreshing every 21 minutes

image
image

It looks like either the jobs service isn't running or you are still loading older historical data. The AF needs current data in order to set fees (last 7 days). If you are loading a lot of historical data, check this other issue to see if removing some of your old payment data helps speed things up.

Slow loading data issue: #197

I ran lncli deletepayments --all and it seems to have helped solve the problem... AF is now working.
I wonder if there is a way to stop this from happening again.... Do I run this weekly?

This should not be required again as the historical data is stored indefinitely in the sqlite3 database.