Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic dust limit #74

Open
luke-jr opened this issue Mar 23, 2024 · 1 comment
Open

Dynamic dust limit #74

luke-jr opened this issue Mar 23, 2024 · 1 comment

Comments

@luke-jr
Copy link
Member

luke-jr commented Mar 23, 2024

There is now (as of 26.1) experimental (and disabled by default) support for dynamically adjusting the "dust" spam filter threshold. It can be enabled in the GUI, or by configuring -dustdynamic=target:N to adjust based on a fee estimate for confirmation within N blocks, or -dustdynamic=mempool:N to adjust based on the worst fee in the best N kvB of your mempool. In either mode, the fee will be adjusted every 15 minutes (the first time not for 15 minutes after startup, in an effort to ensure estimators have sufficient data to work with). Implementation details (including how often adjustment occurs) may be changed in future releases.

Please comment here if you have tested this feature, your experiences with it, and/or any other suggestions.

@whileunless
Copy link

whileunless commented Sep 19, 2024

2024-09-19T06:40:41.677Z INFO    lightningd: v24.05
2024-09-19T06:40:41.961Z INFO    plugin-clnrest: Killing plugin: disabled itself: No module named 'gevent'
2024-09-19T06:40:41.965Z INFO    plugin-wss-proxy: Killing plugin: disabled itself: No module named 'websockets'
2024-09-19T06:40:50.560Z INFO    plugin-bcli: bitcoin-cli initialized and connected to bitcoind.
2024-09-19T06:40:50.582Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:40:51.064Z UNUSUAL lightningd: Waiting for initial block download (this can take a while!)
2024-09-19T06:40:53.645Z INFO    lightningd: --------------------------------------------------
2024-09-19T06:40:53.645Z INFO    lightningd: Server started with public key ******************************************************************, alias xxxxxxx (color #xxxxx) and lightningd v24.05
2024-09-19T06:41:20.798Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:41:50.897Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:42:20.916Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:42:50.936Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:43:20.947Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:43:50.962Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:43:55.709Z INFO    ******************************************************************-channeld-chan#7: Peer connection lost
2024-09-19T06:43:55.710Z INFO    ******************************************************************-chan#7: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (62208)
2024-09-19T06:44:20.970Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:44:50.989Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:45:21.009Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:45:51.025Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:46:21.040Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:46:51.056Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:47:21.071Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:47:51.083Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:48:21.097Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:48:51.114Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:48:55.045Z INFO    plugin-pay: cmd 34 partid 0: Starting the payment with chainlag=1131 (syncheight=860807 < headercount=861938)
2024-09-19T06:48:55.249Z INFO    plugin-pay: cmd 34 partid 0: Initial limit on max HTLCs: 570, Destination 030a425f5c69a29db30f6740d4e7df8f5612ef9955078ef4497490015464733dc8 has 38 channels, assuming 15 HTLCs per channel
2024-09-19T06:48:55.252Z INFO    lightningd: Sending 50607348msat in onion to deliver 50597000msat
2024-09-19T06:48:57.645Z INFO    ******************************************************************-chan#7: htlc 138 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:48:57.653Z INFO    plugin-pay: cmd 34 partid 0: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:48:57.693Z INFO    lightningd: Sending 50607978msat in onion to deliver 50597000msat
2024-09-19T06:49:06.117Z INFO    ******************************************************************-chan#7: htlc 139 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:49:06.132Z INFO    plugin-pay: cmd 34 partid 1: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:49:06.175Z INFO    lightningd: Sending 50606488msat in onion to deliver 50597000msat
2024-09-19T06:49:09.750Z INFO    ******************************************************************-chan#7: htlc 140 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:49:09.765Z INFO    plugin-pay: cmd 34 partid 2: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:49:09.832Z INFO    lightningd: Sending 50600617msat in onion to deliver 50597000msat
2024-09-19T06:49:20.952Z INFO    ******************************************************************-chan#7: htlc 141 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:49:20.962Z INFO    plugin-pay: cmd 34 partid 3: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:49:21.014Z INFO    lightningd: Sending 50600866msat in onion to deliver 50597000msat
2024-09-19T06:49:21.123Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:49:33.807Z INFO    ******************************************************************-chan#7: htlc 142 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:49:33.816Z INFO    plugin-pay: cmd 34 partid 4: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:49:33.866Z INFO    lightningd: Sending 50601072msat in onion to deliver 50597000msat
2024-09-19T06:49:35.325Z INFO    ******************************************************************-chan#7: htlc 143 failed from 0th node with code 0x100c (WIRE_FEE_INSUFFICIENT)
2024-09-19T06:49:35.335Z INFO    plugin-pay: cmd 34 partid 5: failed: WIRE_FEE_INSUFFICIENT (reply from remote)
2024-09-19T06:49:35.407Z INFO    lightningd: Sending 50608635msat in onion to deliver 50597000msat
2024-09-19T06:49:36.738Z INFO    ******************************************************************-chan#7: htlc 144 failed from 0th node with code 0x100c (WIRE_FEE_INSUFFICIENT)
2024-09-19T06:49:36.753Z INFO    plugin-pay: cmd 34 partid 6: failed: WIRE_FEE_INSUFFICIENT (reply from remote)
2024-09-19T06:49:36.827Z INFO    lightningd: Sending 50606993msat in onion to deliver 50597000msat
2024-09-19T06:49:40.467Z INFO    ******************************************************************-chan#7: htlc 145 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:49:40.481Z INFO    plugin-pay: cmd 34 partid 7: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:49:40.529Z INFO    lightningd: Sending 50606993msat in onion to deliver 50597000msat
2024-09-19T06:49:42.797Z INFO    ******************************************************************-chan#7: htlc 146 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:49:42.814Z INFO    plugin-pay: cmd 34 partid 8: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:49:42.872Z INFO    lightningd: Sending 50603294msat in onion to deliver 50597000msat
2024-09-19T06:49:51.142Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:49:56.483Z INFO    ******************************************************************-chan#7: htlc 147 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:49:56.494Z INFO    plugin-pay: cmd 34 partid 9: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:49:56.494Z INFO    plugin-pay: cmd 34 partid 9: Payment deadline expired, not retrying (partial-)payment ef8a3427cc2ad20f9280f5098eb328066ef36f413837c500827da2b4a7288fe1/9
2024-09-19T06:50:21.159Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:50:51.174Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:51:21.194Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:51:51.211Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:51:51.452Z INFO    plugin-pay: cmd 34 partid 0: Starting the payment with chainlag=1131 (syncheight=860807 < headercount=861938)
2024-09-19T06:51:51.551Z INFO    plugin-pay: cmd 34 partid 0: Initial limit on max HTLCs: 570, Destination 030a425f5c69a29db30f6740d4e7df8f5612ef9955078ef4497490015464733dc8 has 38 channels, assuming 15 HTLCs per channel
2024-09-19T06:51:51.553Z INFO    lightningd: Sending 50607348msat in onion to deliver 50597000msat
2024-09-19T06:51:58.350Z INFO    ******************************************************************-chan#7: htlc 148 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:51:58.365Z INFO    plugin-pay: cmd 34 partid 0: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:51:58.400Z INFO    lightningd: Sending 50607978msat in onion to deliver 50597000msat
2024-09-19T06:52:04.288Z INFO    ******************************************************************-chan#7: htlc 149 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:04.298Z INFO    plugin-pay: cmd 34 partid 1: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:04.360Z INFO    lightningd: Sending 50606488msat in onion to deliver 50597000msat
2024-09-19T06:52:06.684Z INFO    ******************************************************************-chan#7: htlc 150 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:06.698Z INFO    plugin-pay: cmd 34 partid 2: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:06.765Z INFO    lightningd: Sending 50600617msat in onion to deliver 50597000msat
2024-09-19T06:52:15.913Z INFO    ******************************************************************-chan#7: htlc 151 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:15.923Z INFO    plugin-pay: cmd 34 partid 3: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:15.965Z INFO    lightningd: Sending 50600866msat in onion to deliver 50597000msat
2024-09-19T06:52:21.228Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:52:28.001Z INFO    ******************************************************************-chan#7: htlc 152 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:28.009Z INFO    plugin-pay: cmd 34 partid 4: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:28.081Z INFO    lightningd: Sending 50606993msat in onion to deliver 50597000msat
2024-09-19T06:52:30.600Z INFO    ******************************************************************-chan#7: htlc 153 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:30.609Z INFO    plugin-pay: cmd 34 partid 5: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:30.652Z INFO    lightningd: Sending 50606993msat in onion to deliver 50597000msat
2024-09-19T06:52:32.941Z INFO    ******************************************************************-chan#7: htlc 154 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:32.955Z INFO    plugin-pay: cmd 34 partid 6: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:33.027Z INFO    lightningd: Sending 50603294msat in onion to deliver 50597000msat
2024-09-19T06:52:36.571Z INFO    ******************************************************************-chan#7: htlc 155 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:36.588Z INFO    plugin-pay: cmd 34 partid 7: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:36.657Z INFO    lightningd: Sending 50604469msat in onion to deliver 50597000msat
2024-09-19T06:52:38.045Z INFO    ******************************************************************-chan#7: htlc 156 failed from 0th node with code 0x400a (WIRE_UNKNOWN_NEXT_PEER)
2024-09-19T06:52:38.060Z UNUSUAL plugin-pay: cmd 34 partid 8: Intermediate node ****************************************************************** reported strange error code 400a (PERM|10)
2024-09-19T06:52:38.060Z INFO    plugin-pay: cmd 34 partid 8: failed: WIRE_UNKNOWN_NEXT_PEER (reply from remote)
2024-09-19T06:52:38.132Z INFO    lightningd: Sending 50600680msat in onion to deliver 50597000msat
2024-09-19T06:52:39.946Z INFO    ******************************************************************-chan#7: htlc 157 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:39.962Z INFO    plugin-pay: cmd 34 partid 9: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:40.037Z INFO    lightningd: Sending 50600617msat in onion to deliver 50597000msat
2024-09-19T06:52:41.997Z INFO    ******************************************************************-chan#7: htlc 158 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:42.007Z INFO    plugin-pay: cmd 34 partid 10: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:42.059Z INFO    lightningd: Sending 23869538msat in onion to deliver 23863655msat
2024-09-19T06:52:42.114Z INFO    lightningd: Sending 26739145msat in onion to deliver 26733345msat
2024-09-19T06:52:44.203Z INFO    ******************************************************************-chan#7: htlc 159 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:44.220Z INFO    plugin-pay: cmd 34 partid 11: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:44.274Z INFO    lightningd: Sending 23866371msat in onion to deliver 23863655msat
2024-09-19T06:52:47.866Z INFO    ******************************************************************-chan#7: htlc 160 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:47.881Z INFO    plugin-pay: cmd 34 partid 12: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:47.944Z INFO    lightningd: Sending 26739253msat in onion to deliver 26733345msat
2024-09-19T06:52:51.245Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:52:59.449Z INFO    ******************************************************************-chan#7: htlc 162 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:59.457Z INFO    plugin-pay: cmd 34 partid 14: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:59.457Z INFO    plugin-pay: cmd 34 partid 14: Payment deadline expired, not retrying (partial-)payment ef8a3427cc2ad20f9280f5098eb328066ef36f413837c500827da2b4a7288fe1/14
2024-09-19T06:52:59.951Z INFO    ******************************************************************-chan#7: htlc 161 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T06:52:59.965Z INFO    plugin-pay: cmd 34 partid 13: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T06:52:59.965Z INFO    plugin-pay: cmd 34 partid 13: Payment deadline expired, not retrying (partial-)payment ef8a3427cc2ad20f9280f5098eb328066ef36f413837c500827da2b4a7288fe1/13
2024-09-19T06:53:21.262Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:53:51.279Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:54:21.290Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:54:51.470Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:55:21.485Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:55:51.498Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:56:21.516Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:56:51.531Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:57:21.544Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:57:51.560Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:58:21.578Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:58:51.594Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:59:21.609Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T06:59:51.625Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:00:21.634Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:00:51.651Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:01:21.666Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:01:51.684Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:02:21.702Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:02:51.720Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:03:21.740Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:03:51.764Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:04:21.787Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:04:51.811Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:05:21.836Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:05:51.859Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:06:21.883Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:06:51.906Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:07:21.928Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:07:51.946Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:08:21.970Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:08:51.993Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:09:22.017Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:09:52.041Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:10:22.514Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:10:53.164Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:11:23.215Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:11:53.540Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:12:24.181Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:12:54.669Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:13:24.686Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:13:50.027Z INFO    plugin-pay: cmd 34 partid 0: Starting the payment with chainlag=615 (syncheight=861323 < headercount=861938)
2024-09-19T07:13:50.293Z INFO    plugin-pay: cmd 34 partid 0: Initial limit on max HTLCs: 570, Destination 030a425f5c69a29db30f6740d4e7df8f5612ef9955078ef4497490015464733dc8 has 38 channels, assuming 15 HTLCs per channel
2024-09-19T07:13:50.295Z INFO    lightningd: Sending 50696363msat in onion to deliver 50686000msat
2024-09-19T07:13:52.775Z INFO    ******************************************************************-chan#7: htlc 163 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:13:52.781Z INFO    plugin-pay: cmd 34 partid 0: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:13:52.823Z INFO    lightningd: Sending 50696997msat in onion to deliver 50686000msat
2024-09-19T07:13:54.815Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:14:09.440Z INFO    ******************************************************************-chan#7: htlc 164 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:14:09.446Z INFO    plugin-pay: cmd 34 partid 1: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:14:09.512Z INFO    lightningd: Sending 50695502msat in onion to deliver 50686000msat
2024-09-19T07:14:12.071Z INFO    ******************************************************************-chan#7: htlc 165 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:14:12.078Z INFO    plugin-pay: cmd 34 partid 2: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:14:12.320Z INFO    lightningd: Sending 50689620msat in onion to deliver 50686000msat
2024-09-19T07:14:18.442Z INFO    ******************************************************************-chan#7: htlc 166 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:14:18.450Z INFO    plugin-pay: cmd 34 partid 3: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:14:18.578Z INFO    lightningd: Sending 50689870msat in onion to deliver 50686000msat
2024-09-19T07:14:24.827Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:14:25.476Z INFO    ******************************************************************-chan#7: htlc 167 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:14:25.483Z INFO    plugin-pay: cmd 34 partid 4: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:14:25.553Z INFO    lightningd: Sending 50696008msat in onion to deliver 50686000msat
2024-09-19T07:14:30.136Z INFO    ******************************************************************-chan#7: htlc 168 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:14:30.144Z INFO    plugin-pay: cmd 34 partid 5: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:14:30.215Z INFO    lightningd: Sending 50696008msat in onion to deliver 50686000msat
2024-09-19T07:14:40.619Z INFO    ******************************************************************-chan#7: htlc 169 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:14:40.626Z INFO    plugin-pay: cmd 34 partid 6: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:14:40.694Z INFO    lightningd: Sending 50692303msat in onion to deliver 50686000msat
2024-09-19T07:14:44.542Z INFO    ******************************************************************-chan#7: htlc 170 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:14:44.549Z INFO    plugin-pay: cmd 34 partid 7: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:14:44.612Z INFO    lightningd: Sending 50693479msat in onion to deliver 50686000msat
2024-09-19T07:14:46.230Z INFO    ******************************************************************-chan#7: htlc 171 failed from 0th node with code 0x400a (WIRE_UNKNOWN_NEXT_PEER)
2024-09-19T07:14:46.237Z UNUSUAL plugin-pay: cmd 34 partid 8: Intermediate node ****************************************************************** reported strange error code 400a (PERM|10)
2024-09-19T07:14:46.237Z INFO    plugin-pay: cmd 34 partid 8: failed: WIRE_UNKNOWN_NEXT_PEER (reply from remote)
2024-09-19T07:14:46.436Z INFO    lightningd: Sending 50689684msat in onion to deliver 50686000msat
2024-09-19T07:14:48.519Z INFO    ******************************************************************-chan#7: htlc 172 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:14:48.527Z INFO    plugin-pay: cmd 34 partid 9: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:14:48.603Z INFO    lightningd: Sending 50689620msat in onion to deliver 50686000msat
2024-09-19T07:14:50.542Z INFO    ******************************************************************-chan#7: htlc 173 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:14:50.549Z INFO    plugin-pay: cmd 34 partid 10: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:14:50.549Z INFO    plugin-pay: cmd 34 partid 10: Payment deadline expired, not retrying (partial-)payment 697aa502c55c02b902e4d9bed5b91066a7d8effef69065307d53d6b0327fb3cc/10
2024-09-19T07:14:54.964Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:15:24.978Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:15:54.999Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:16:25.015Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:16:32.469Z UNUSUAL lightningd: JSON-RPC shutdown
2024-09-19T07:16:32.470Z INFO    ******************************************************************-chan#7: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (9)
2024-09-19T07:16:32.470Z INFO    ******************************************************************-chan#6: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (9)
2024-09-19T07:16:32.471Z INFO    ******************************************************************-chan#5: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (9)
2024-09-19T07:16:32.472Z INFO    ******************************************************************-chan#4: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (9)
2024-09-19T07:16:32.472Z INFO    ******************************************************************-chan#2: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (9)
2024-09-19T07:16:32.473Z INFO    ******************************************************************-chan#1: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (9)




2024-09-19T07:18:17.411Z INFO    lightningd: v24.05
2024-09-19T07:18:17.573Z INFO    plugin-clnrest: Killing plugin: disabled itself: No module named 'gevent'
2024-09-19T07:18:17.577Z INFO    plugin-wss-proxy: Killing plugin: disabled itself: No module named 'websockets'




2024-09-19T07:19:13.249Z INFO    lightningd: v24.05
2024-09-19T07:19:13.418Z INFO    plugin-clnrest: Killing plugin: disabled itself: No module named 'gevent'
2024-09-19T07:19:13.422Z INFO    plugin-wss-proxy: Killing plugin: disabled itself: No module named 'websockets'
2024-09-19T07:19:15.494Z INFO    plugin-bcli: bitcoin-cli initialized and connected to bitcoind.
2024-09-19T07:19:15.505Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:19:16.890Z INFO    lightningd: --------------------------------------------------
2024-09-19T07:19:16.890Z INFO    lightningd: Server started with public key ******************************************************************, alias ************ (color #*****) and lightningd v24.05
2024-09-19T07:19:45.534Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:20:15.557Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:20:45.583Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:21:15.601Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:21:45.622Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:22:15.652Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:22:45.678Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:23:15.703Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:23:45.734Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:24:15.762Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:24:45.790Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:25:15.811Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:25:45.843Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:26:15.874Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:26:45.899Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:27:15.927Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:27:45.954Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:28:15.980Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:28:46.006Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:29:16.030Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:29:46.058Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:30:16.084Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:30:46.104Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:31:16.133Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:31:46.160Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:32:16.181Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:32:46.204Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:33:16.228Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:33:46.242Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:34:16.265Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:34:46.290Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:35:16.310Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:35:46.338Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:36:16.360Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:36:46.381Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:37:16.397Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:37:46.416Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:38:16.436Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:38:46.463Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:39:16.483Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:39:46.510Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:40:16.526Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:40:46.540Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:41:16.563Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:41:46.589Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:42:16.600Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:42:46.618Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:43:16.643Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:43:46.661Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:44:16.680Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:44:46.701Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:45:16.729Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:45:46.747Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:46:16.772Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:46:46.789Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:47:16.817Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:47:46.845Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:48:16.866Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:48:46.886Z UNUSUAL lightningd: Unable to estimate any fees
2024-09-19T07:52:34.719Z INFO    plugin-pay: cmd 34 partid 0: Initial limit on max HTLCs: 570, Destination 030a425f5c69a29db30f6740d4e7df8f5612ef9955078ef4497490015464733dc8 has 38 channels, assuming 15 HTLCs per channel
2024-09-19T07:52:34.722Z INFO    lightningd: Sending 50628921msat in onion to deliver 50623000msat
2024-09-19T07:52:50.806Z INFO    ******************************************************************-chan#7: htlc 174 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:52:50.817Z INFO    plugin-pay: cmd 34 partid 0: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:52:50.859Z INFO    lightningd: Sending 50633353msat in onion to deliver 50623000msat
2024-09-19T07:52:54.006Z INFO    ******************************************************************-chan#7: htlc 175 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:52:54.015Z INFO    plugin-pay: cmd 34 partid 1: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:52:54.057Z INFO    lightningd: Sending 50632493msat in onion to deliver 50623000msat
2024-09-19T07:52:56.806Z INFO    ******************************************************************-chan#7: htlc 176 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:52:56.815Z INFO    plugin-pay: cmd 34 partid 2: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:52:56.886Z INFO    lightningd: Sending 50626619msat in onion to deliver 50623000msat
2024-09-19T07:53:18.789Z INFO    ******************************************************************-chan#7: htlc 177 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:53:18.798Z INFO    plugin-pay: cmd 34 partid 3: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:53:18.841Z INFO    lightningd: Sending 50628567msat in onion to deliver 50623000msat
2024-09-19T07:53:23.776Z INFO    ******************************************************************-chan#7: htlc 178 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:53:23.789Z INFO    plugin-pay: cmd 34 partid 4: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:53:23.843Z INFO    lightningd: Sending 50624960msat in onion to deliver 50623000msat
2024-09-19T07:53:26.236Z INFO    ******************************************************************-chan#7: htlc 179 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:53:26.254Z INFO    plugin-pay: cmd 34 partid 5: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:53:26.327Z INFO    lightningd: Sending 50628567msat in onion to deliver 50623000msat
2024-09-19T07:53:32.252Z INFO    ******************************************************************-chan#7: htlc 180 failed from 1th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:53:32.266Z INFO    plugin-pay: cmd 34 partid 6: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:53:32.345Z INFO    lightningd: Sending 50628617msat in onion to deliver 50623000msat
2024-09-19T07:53:48.876Z INFO    ******************************************************************-chan#7: htlc 181 failed from 2th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2024-09-19T07:53:48.887Z INFO    plugin-pay: cmd 34 partid 7: failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)
2024-09-19T07:53:48.887Z INFO    plugin-pay: cmd 34 partid 7: Payment deadline expired, not retrying (partial-)payment f2e74d660244d15653710e80d962f9456e750f0f8132ba38787455c3ba0dc819/7

For many days since I've been testing this feature I was getting Unable to estimate any fees, especially for last two months. Many times bigger of my lightning payments were unable to go through. I may be due to other settings in my bitcoin.conf, though:

datacarrier=0
permitbaremultisig=0
dustrelayfee=0.0003
dustdynamic=target:1008

That worries me because given the low level of fees over this period I reckon that datacarrier=0 and permitbaremultisig=0 were not filtering out much spam.
What has your experience been?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants