Skip to content

Error while processing vss backup request Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. duplicate key value violates unique constraint "PK_AppStorageItems" #208

@pavlenex

Description

@pavlenex

i am very often noticing this one in the server error logs:

@Kukks we may need your help figuring out what's happening here and why this exception is thrown, it seems like a concurrency issue?

Server logs

2025-05-19 18:44:50.073 +00:00 [ERR] Error while processing vss backup request
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
 ---> Npgsql.PostgresException (0x80004005): 23505: duplicate key value violates unique constraint "PK_AppStorageItems"

DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  Exception data:
    Severity: ERROR
    SqlState: 23505
    MessageText: duplicate key value violates unique constraint "PK_AppStorageItems"
    Detail: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
    SchemaName: BTCPayServer.Plugins.App
    TableName: AppStorageItems
    ConstraintName: PK_AppStorageItems
    File: nbtinsert.c
    Line: 649
    Routine: _bt_check_unique
   --- End of inner exception stack trace ---
   at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
   at BTCPayServer.Plugins.App.API.VSSController.<>c__DisplayClass6_0.<<PutObjectAsync>b__0>d.MoveNext() in /home/d11n/Sources/btcpay/app/BTCPayServer.Plugins.App/API/VSSController.cs:line 99
2025-05-19 18:44:51.809 +00:00 [INF] VSS backup request processed: Channel_46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070, Setting_ln:ChannelManager, Setting_ln:NetworkGraph, Setting_ln:output_sweeper, Setting_ln:watchedOutputs, Setting_walletconfig
2025-05-19 18:44:54.103 +00:00 [INF] VSS backup request processed: Channel_46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070, Payment_fd314f8b4f4b1bea686afc5516b465e5fe5e9606a405f8ffce2a76fc49fc684e_default_True, Setting_ln:ChannelManager, Setting_ln:output_sweeper, Setting_ln:watchedOutputs
2025-05-19 18:45:05.308 +00:00 [INF] VSS backup request processed: Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, Setting_ln:ChannelManager

Client 1

[2025-05-19 20:44:41 INF] Connection state changed: Syncing -> ConnectedFinishedInitialSync (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:41 INF] MasterUpdated: 2947880050731272658 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:41 INF] Connection state changed: ConnectedFinishedInitialSync -> ConnectedAsPrimary (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:41 INF] OnMasterUpdated: Setting master to 2947880050731272658 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:41 INF] Lightning node state changed: Stopped -> Loading (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:44:41 INF] Wallet state changed: WaitingForConnection -> Loaded (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:44:41 INF] Starting lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:44:41 INF] Syncing to remote 7 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:44:41 INF] Successfully loaded channel 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 at update_id 49 against monitor at update id 49 with 0 blocked updates (LDK.lightning::ln::channelmanager)
[2025-05-19 20:44:41 INF] Starting LDKNode services (LDK)
[2025-05-19 20:44:41 INF] Starting LDKChannelSync (LDK)
[2025-05-19 20:44:41 INF] Persistence of new ChannelMonitor for channel 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 in progress (LDK.lightning::chain::chainmonitor)
[2025-05-19 20:44:42 INF] Fetching 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:44:42 INF] Fetched 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:44:42 INF] Starting LDKBackgroundProcessor (LDK)
[2025-05-19 20:44:42 INF] Starting LDKPeerHandler (LDK)
[2025-05-19 20:44:42 INF] Received event org.ldk.structs.Event+Event_PaymentClaimed (LDK)
[2025-05-19 20:44:42 INF] Starting LDKRapidGossipSyncer (LDK)
[2025-05-19 20:44:42 INF] Starting LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:44:42 INF] Starting BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:44:42 INF] Starting LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:44:42 INF] Starting OlympusFlow2Jit (LDK)
[2025-05-19 20:44:42 INF] Lightning node state changed: Loading -> Loaded (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:44:42 INF] LDKNode started (LDK)
[2025-05-19 20:44:42 INF] Connecting to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:44:42 INF] Connection to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:44:42 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:44:42 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:44:42 INF] Received peer Init message from 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: not supported, OnionMessages: supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:44:42 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:44:43 INF] Applying update to monitor 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070, bringing update_id from 49 to 50 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:44:43 INF] Applying update to monitor 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070, bringing update_id from 50 to 51 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:44:49 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:49 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:52 INF] Synced to remote 6 items and deleted 0 items Channel_46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 63, Setting_ln:ChannelManager 142, Setting_ln:NetworkGraph 31, Setting_ln:output_sweeper 24, Setting_ln:watchedOutputs 52, Setting_walletconfig 8 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:44:54 INF] Syncing to remote 5 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:44:54 INF] Synced to remote 5 items and deleted 0 items Channel_46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 66, Payment_fd314f8b4f4b1bea686afc5516b465e5fe5e9606a405f8ffce2a76fc49fc684e_default_True 0, Setting_ln:ChannelManager 147, Setting_ln:output_sweeper 25, Setting_ln:watchedOutputs 53 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:08 INF] Applying update to monitor 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070, bringing update_id from 51 to 52 with 2 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:45:08 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:09 INF] Synced to remote 2 items and deleted 0 items Channel_46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 67, Setting_ln:ChannelManager 149 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:22 INF] Applying update to monitor 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070, bringing update_id from 52 to 53 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:45:22 INF] Received event org.ldk.structs.Event+Event_PendingHTLCsForwardable (LDK)
[2025-05-19 20:45:23 INF] Received event org.ldk.structs.Event+Event_PaymentClaimable (LDK)
[2025-05-19 20:45:23 INF] Applying update to monitor 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070, bringing update_id from 53 to 54 with 2 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:45:23 INF] Received event org.ldk.structs.Event+Event_PaymentClaimed (LDK)
[2025-05-19 20:45:23 INF] Syncing to remote 3 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:37 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:45:39 ERR] Hub connection closed: The server closed the connection with the following error: Connection closed with an error. (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:39 INF] Connection state changed: ConnectedAsPrimary -> Disconnected (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:39 INF] Stopping LDKBackgroundProcessor (LDK)
[2025-05-19 20:45:39 INF] Stopped LDKChannelSync (LDK)
[2025-05-19 20:45:39 INF] Stopping LDKChannelSync (LDK)
[2025-05-19 20:45:39 INF] Stopping LDKNode services (LDK)
[2025-05-19 20:45:39 INF] Stopping lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:45:39 INF] Wallet state changed: Loaded -> WaitingForConnection (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:45:39 INF] Stopping LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:45:39 INF] Stopping LDKPeerHandler (LDK)
[2025-05-19 20:45:39 INF] Stopped LDKBackgroundProcessor (LDK)
[2025-05-19 20:45:39 INF] Stopped LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:45:39 INF] Stopping LDKRapidGossipSyncer (LDK)
[2025-05-19 20:45:39 INF] Stopping, disconnecting all peers (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:45:39 INF] Stopped LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:45:39 INF] Stopping LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:45:39 INF] Stopped BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:45:39 INF] Stopping BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:45:39 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:45:39 INF] Stopped OlympusFlow2Jit (LDK)
[2025-05-19 20:45:39 INF] Stopped LDKRapidGossipSyncer (LDK)
[2025-05-19 20:45:39 INF] Stopping OlympusFlow2Jit (LDK)
[2025-05-19 20:45:39 INF] Stopped LDKPeerHandler (LDK)
[2025-05-19 20:45:39 INF] Lightning node state changed: Loaded -> Stopped (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:45:39 INF] Connection state changed: Disconnected -> WaitingForAuth (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:39 INF] Connection state changed: WaitingForAuth -> Connecting (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:39 ERR] Error while syncing to remote (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:39 WAR] Killing connection (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:40 INF] NotifyServerNode: 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@77.237.242.178:9735 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:45:40 INF] Connection state changed: Connecting -> Syncing (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:40 INF] NotifyNetwork: Main (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:45:40 INF] Syncing to local. Master: null - Device: 2947880050731272658 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:41 INF] Syncing to local: 1 to delete, 0 to upsert (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:41 INF] Synced to local: 1 deleted, 0 upserted (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:41 INF] Connection state changed: Syncing -> ConnectedFinishedInitialSync (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:41 INF] MasterUpdated: 2947880050731272658 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:45:41 INF] OnMasterUpdated: Setting master to 2947880050731272658 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:41 INF] Connection state changed: ConnectedFinishedInitialSync -> ConnectedAsPrimary (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:45:41 INF] Wallet state changed: WaitingForConnection -> Loaded (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:45:41 INF] Lightning node state changed: Stopped -> Loading (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:45:41 INF] Starting lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:45:41 INF] Syncing to remote 5 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:41 INF] Successfully loaded channel 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 at update_id 54 against monitor at update id 54 with 0 blocked updates (LDK.lightning::ln::channelmanager)
[2025-05-19 20:45:41 INF] Starting LDKChannelSync (LDK)
[2025-05-19 20:45:41 INF] Starting LDKNode services (LDK)
[2025-05-19 20:45:41 INF] Persistence of new ChannelMonitor for channel 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 in progress (LDK.lightning::chain::chainmonitor)
[2025-05-19 20:45:41 INF] Fetching 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:45:41 INF] Fetched 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:45:41 INF] Starting LDKPeerHandler (LDK)
[2025-05-19 20:45:41 INF] Starting LDKBackgroundProcessor (LDK)
[2025-05-19 20:45:41 INF] New fee rate for 12 blocks (LDKConfirmationTarget_NonAnchorChannelFee): 2.798 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:45:41 INF] New fee rate for 1 blocks (LDKConfirmationTarget_MaximumFeeEstimate): 3.297 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:45:41 INF] Starting LDKRapidGossipSyncer (LDK)
[2025-05-19 20:45:41 INF] Starting LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:45:41 INF] Starting BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:45:41 INF] Starting LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:45:41 INF] Starting OlympusFlow2Jit (LDK)
[2025-05-19 20:45:41 INF] LDKNode started (LDK)
[2025-05-19 20:45:41 INF] Lightning node state changed: Loading -> Loaded (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:45:41 INF] New fee rate for 1008 blocks (LDKConfirmationTarget_AnchorChannelFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:45:41 INF] Received event org.ldk.structs.Event+Event_PaymentClaimed (LDK)
[2025-05-19 20:45:41 INF] Connecting to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:45:41 INF] Connection to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:45:41 INF] Received peer Init message from 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: not supported, OnionMessages: supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:45:41 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:45:41 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:45:42 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:45:43 INF] Applying update to monitor 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070, bringing update_id from 54 to 55 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:45:51 INF] Synced to remote 4 items and deleted 0 items Channel_46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 69, Payment_fd314f8b4f4b1bea686afc5516b465e5fe5e9606a405f8ffce2a76fc49fc684e_default_True 1, Setting_ln:ChannelManager 155, Setting_ln:NetworkGraph 32 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:51 INF] Applying update to monitor 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070, bringing update_id from 55 to 56 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:45:53 INF] Syncing to remote 4 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:53 INF] Synced to remote 4 items and deleted 0 items Channel_46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 72, Setting_ln:ChannelManager 160, Setting_ln:output_sweeper 26, Setting_ln:watchedOutputs 56 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:46:26 INF] Connection state changed: ConnectedAsPrimary -> Disconnected (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:26 ERR] Hub connection closed: Server timeout (30000.00ms) elapsed without receiving a message from the server. (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:26 INF] Stopping LDKChannelSync (LDK)
[2025-05-19 20:46:26 INF] Stopping LDKNode services (LDK)
[2025-05-19 20:46:26 INF] Stopping lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:46:26 INF] Wallet state changed: Loaded -> WaitingForConnection (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:46:26 INF] Stopping LDKBackgroundProcessor (LDK)
[2025-05-19 20:46:26 INF] Stopped LDKChannelSync (LDK)
[2025-05-19 20:46:27 INF] Stopped LDKBackgroundProcessor (LDK)
[2025-05-19 20:46:27 INF] Stopped BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:46:27 INF] Stopped LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:46:27 INF] Stopping, disconnecting all peers (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:46:27 INF] Stopping BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:46:27 INF] Stopping LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:46:27 INF] Stopping LDKPeerHandler (LDK)
[2025-05-19 20:46:27 INF] Stopping OlympusFlow2Jit (LDK)
[2025-05-19 20:46:27 INF] Stopped LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:46:27 INF] Stopping LDKRapidGossipSyncer (LDK)
[2025-05-19 20:46:27 INF] Stopping LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:46:27 INF] Stopped OlympusFlow2Jit (LDK)
[2025-05-19 20:46:27 INF] Stopped LDKRapidGossipSyncer (LDK)
[2025-05-19 20:46:27 INF] Connection state changed: Disconnected -> WaitingForAuth (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:27 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:46:27 INF] Stopped LDKPeerHandler (LDK)
[2025-05-19 20:46:27 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:46:27 INF] Lightning node state changed: Loaded -> Stopped (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:46:27 INF] Connection state changed: WaitingForAuth -> Connecting (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:27 WAR] Killing connection (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:28 INF] Connection state changed: Connecting -> Syncing (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:28 INF] NotifyServerNode: 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@77.237.242.178:9735 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:46:28 INF] NotifyNetwork: Main (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:46:28 INF] Syncing to local. Master: null - Device: 2947880050731272658 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:29 INF] Syncing to local: 1 to delete, 0 to upsert (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:46:29 INF] Synced to local: 1 deleted, 0 upserted (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:46:29 INF] Connection state changed: Syncing -> ConnectedFinishedInitialSync (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:29 INF] MasterUpdated: 2947880050731272658 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:46:29 INF] Connection state changed: ConnectedFinishedInitialSync -> ConnectedAsPrimary (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:29 INF] OnMasterUpdated: Setting master to 2947880050731272658 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:46:29 INF] Wallet state changed: WaitingForConnection -> Loaded (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:46:29 INF] Lightning node state changed: Stopped -> Loading (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:46:29 INF] Starting lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:46:29 INF] Syncing to remote 3 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:46:29 INF] New fee rate for 6 blocks: 2.891 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:46:29 INF] Successfully loaded channel 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 at update_id 56 against monitor at update id 56 with 0 blocked updates (LDK.lightning::ln::channelmanager)
[2025-05-19 20:46:29 INF] Starting LDKChannelSync (LDK)
[2025-05-19 20:46:29 INF] Starting LDKNode services (LDK)
[2025-05-19 20:46:29 INF] New fee rate for 6 blocks: 2.891 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:46:29 INF] Persistence of new ChannelMonitor for channel 46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 in progress (LDK.lightning::chain::chainmonitor)
[2025-05-19 20:46:30 INF] Fetching 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:46:30 INF] Fetched 0 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:46:30 INF] Starting LDKPeerHandler (LDK)
[2025-05-19 20:46:30 INF] Starting LDKBackgroundProcessor (LDK)
[2025-05-19 20:46:30 INF] Received event org.ldk.structs.Event+Event_PaymentClaimed (LDK)
[2025-05-19 20:46:30 INF] Starting LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:46:30 INF] Starting LDKRapidGossipSyncer (LDK)
[2025-05-19 20:46:30 INF] Starting LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:46:30 INF] Starting BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:46:30 INF] Starting OlympusFlow2Jit (LDK)
[2025-05-19 20:46:30 INF] Lightning node state changed: Loading -> Loaded (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:46:30 INF] LDKNode started (LDK)
[2025-05-19 20:46:30 INF] Connecting to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:46:30 INF] Connection to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:46:30 INF] Received peer Init message from 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: not supported, OnionMessages: supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:46:30 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:46:30 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:46:30 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:46:37 INF] Synced to remote 2 items and deleted 0 items Setting_ln:ChannelManager 161, Setting_ln:NetworkGraph 33 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:46:39 INF] Syncing to remote 4 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:46:39 INF] Synced to remote 4 items and deleted 0 items Channel_46d4777c3cd40af670ad07625c555a48b77a7c13368c869c686ee4e83d179070 73, Setting_ln:ChannelManager 162, Setting_ln:output_sweeper 27, Setting_ln:watchedOutputs 59 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:47:28 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:47:28 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:47:29 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:47:29 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:47:29 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:47:29 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:47:29 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:47:29 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:47:29 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:47:29 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:47:29 INF] OnNotifyServerEvent: notifications-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:47:29 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)

Client 2

[2025-05-19 20:31:11 INF] OnMasterUpdated: Setting master to 3246109177681145846 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:31:11 INF] Connection state changed: ConnectedFinishedInitialSync -> ConnectedAsPrimary (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:31:11 INF] Wallet state changed: WaitingForConnection -> Loaded (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:31:11 INF] Lightning node state changed: WaitingForConnection -> Loading (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:31:11 INF] Starting lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:31:11 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:31:11 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:31:13 INF] Successfully loaded channel 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 at update_id 149 against monitor at update id 149 with 0 blocked updates (LDK.lightning::ln::channelmanager)
[2025-05-19 20:31:13 INF] Starting LDKNode services (LDK)
[2025-05-19 20:31:13 INF] Starting LDKChannelSync (LDK)
[2025-05-19 20:31:14 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:14 INF] New fee rate for 1 blocks (LDKConfirmationTarget_MaximumFeeEstimate): 2.781 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:31:14 INF] Synced to remote 1 items and deleted 0 items Setting_ln:watchedOutputs 25 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:15 INF] Persistence of new ChannelMonitor for channel 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 in progress (LDK.lightning::chain::chainmonitor)
[2025-05-19 20:31:15 INF] Fetching 1 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:31:15 INF] Fetched 1 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:31:15 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:31:15 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:31:15 INF] Starting LDKBackgroundProcessor (LDK)
[2025-05-19 20:31:15 INF] Starting LDKPeerHandler (LDK)
[2025-05-19 20:31:15 INF] New fee rate for 12 blocks (LDKConfirmationTarget_NonAnchorChannelFee): 2.711 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:31:15 INF] New fee rate for 1008 blocks (LDKConfirmationTarget_AnchorChannelFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:31:15 INF] Received event org.ldk.structs.Event+Event_PaymentClaimed (LDK)
[2025-05-19 20:31:15 INF] Starting LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:31:15 INF] Starting BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:31:15 INF] Starting LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:31:15 INF] Starting LDKRapidGossipSyncer (LDK)
[2025-05-19 20:31:15 INF] Connecting to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:31:15 INF] Connection to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:31:15 INF] Starting OlympusFlow2Jit (LDK)
[2025-05-19 20:31:15 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:31:15 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:31:15 INF] LDKNode started (LDK)
[2025-05-19 20:31:15 INF] Lightning node state changed: Loading -> Loaded (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:31:16 INF] Received peer Init message from 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: not supported, OnionMessages: supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:31:16 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:31:17 INF] Syncing to remote 5 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:18 INF] Synced to remote 5 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 159, Payment_054704a9942898da7dea1ef3c5b9b03d94e1ebf7dcb3f1bf4d51f5d186ea2b0a_default_True 0, Setting_ln:ChannelManager 304, Setting_ln:output_sweeper 13, Setting_ln:watchedOutputs 27 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:30 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 149 to 150 with 2 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:31:30 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:30 INF] Synced to remote 2 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 160, Setting_ln:ChannelManager 306 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:45 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 150 to 151 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:31:45 INF] Received event org.ldk.structs.Event+Event_PendingHTLCsForwardable (LDK)
[2025-05-19 20:31:45 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:45 INF] Synced to remote 2 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 161, Setting_ln:ChannelManager 308 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:45 INF] Received event org.ldk.structs.Event+Event_HTLCHandlingFailed (LDK)
[2025-05-19 20:31:45 INF] Received event org.ldk.structs.Event+Event_PendingHTLCsForwardable (LDK)
[2025-05-19 20:31:46 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 151 to 152 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:31:47 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:48 INF] Synced to remote 2 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 162, Setting_ln:ChannelManager 312 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:31:53 INF] New fee rate for 6 blocks: 3.032 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:32:01 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 152 to 153 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:32:01 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 153 to 154 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:32:02 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:02 INF] Synced to remote 2 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 164, Setting_ln:ChannelManager 315 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:18 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 154 to 155 with 2 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:32:19 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:27 INF] Synced to remote 2 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 165, Setting_ln:NetworkGraph 7 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:29 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:29 INF] Synced to remote 1 items and deleted 0 items Setting_ln:ChannelManager 317 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:35 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 155 to 156 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:32:35 INF] Received event org.ldk.structs.Event+Event_PendingHTLCsForwardable (LDK)
[2025-05-19 20:32:35 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:36 INF] Received event org.ldk.structs.Event+Event_PaymentClaimable (LDK)
[2025-05-19 20:32:36 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 156 to 157 with 2 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:32:36 INF] Synced to remote 2 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 166, Setting_ln:ChannelManager 319 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:36 INF] Received event org.ldk.structs.Event+Event_PaymentClaimed (LDK)
[2025-05-19 20:32:36 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:32:36 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:32:36 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:32:36 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:32:36 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:32:36 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:32:36 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:32:36 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:32:36 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:32:36 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:32:36 INF] OnNotifyServerEvent: notifications-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:32:36 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:32:38 INF] Syncing to remote 3 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:38 INF] Synced to remote 3 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 167, Payment_054704a9942898da7dea1ef3c5b9b03d94e1ebf7dcb3f1bf4d51f5d186ea2b0a_default_True 1, Setting_ln:ChannelManager 322 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:50 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 157 to 158 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:32:50 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 158 to 159 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:32:51 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:32:51 INF] Synced to remote 2 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 169, Setting_ln:ChannelManager 324 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:36:17 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:36:17 INF] Synced to remote 1 items and deleted 0 items Setting_ln:Score 12 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:36:18 INF] New fee rate for 1 blocks (LDKConfirmationTarget_MaximumFeeEstimate): 3.619 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:36:21 INF] New fee rate for 12 blocks (LDKConfirmationTarget_NonAnchorChannelFee): 3.486 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:36:21 INF] New fee rate for 1008 blocks (LDKConfirmationTarget_AnchorChannelFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:38:52 ERR] Failed to send 104 bytes of data to peer: Broken pipe - disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:38:52 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:38:53 ERR] Hub connection closed: The remote party closed the WebSocket connection without completing the close handshake. (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:38:53 INF] Connection state changed: ConnectedAsPrimary -> Disconnected (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:38:53 INF] Wallet state changed: Loaded -> WaitingForConnection (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:38:53 INF] Stopping lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:38:53 INF] Stopping LDKNode services (LDK)
[2025-05-19 20:38:53 INF] Stopping LDKChannelSync (LDK)
[2025-05-19 20:38:53 INF] Stopped LDKChannelSync (LDK)
[2025-05-19 20:38:53 INF] Stopping LDKBackgroundProcessor (LDK)
[2025-05-19 20:39:02 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:40:05 INF] Stopping LDKPeerHandler (LDK)
[2025-05-19 20:40:05 INF] Stopped LDKBackgroundProcessor (LDK)
[2025-05-19 20:40:06 INF] Stopping LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:40:06 INF] Stopping, disconnecting all peers (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:40:06 INF] Stopping BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:40:06 INF] Stopping LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:40:06 INF] Stopped BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:40:06 INF] Stopped LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:40:06 INF] Stopping LDKRapidGossipSyncer (LDK)
[2025-05-19 20:40:06 INF] Stopped LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:40:06 INF] Stopping OlympusFlow2Jit (LDK)
[2025-05-19 20:40:06 INF] Stopped LDKRapidGossipSyncer (LDK)
[2025-05-19 20:40:06 INF] Disconnecting socket (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:40:06 INF] Stopped OlympusFlow2Jit (LDK)
[2025-05-19 20:40:06 INF] Stopped LDKPeerHandler (LDK)
[2025-05-19 20:40:06 INF] Connection state changed: Disconnected -> WaitingForAuth (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:40:06 INF] Lightning node state changed: Loaded -> Stopped (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:40:06 INF] Connection state changed: WaitingForAuth -> Connecting (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:40:06 WAR] Killing connection (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:43:53 INF] Lightning node state changed: Init -> WaitingForConnection (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:43:53 INF] Connection state changed: Init -> WaitingForAuth (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:43:54 INF] Wallet state changed: Init -> WaitingForConnection (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:43:54 INF] Service started (BTCPayApp.Maui.HostedServiceInitializer)
[2025-05-19 20:44:04 INF] Connection state changed: WaitingForAuth -> Connecting (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:09 INF] NotifyServerNode: 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@77.237.242.178:9735 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:09 INF] NotifyNetwork: Main (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:09 INF] Connection state changed: Connecting -> Syncing (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:09 INF] Syncing to local. Master: null - Device: 3246109177681145846 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:10 INF] Connection state changed: Syncing -> ConnectedFinishedInitialSync (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:11 INF] MasterUpdated: 3246109177681145846 (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:11 INF] Connection state changed: ConnectedFinishedInitialSync -> ConnectedAsPrimary (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:11 INF] OnMasterUpdated: Setting master to 3246109177681145846 (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:11 INF] Lightning node state changed: WaitingForConnection -> Loading (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:44:11 INF] Wallet state changed: WaitingForConnection -> Loaded (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:44:11 INF] Starting lightning node (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:44:11 INF] Getting best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:44:11 INF] Got best block (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:44:11 INF] Syncing to remote 3 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:44:13 INF] Successfully loaded channel 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 at update_id 159 against monitor at update id 159 with 0 blocked updates (LDK.lightning::ln::channelmanager)
[2025-05-19 20:44:14 INF] Starting LDKNode services (LDK)
[2025-05-19 20:44:14 INF] Starting LDKChannelSync (LDK)
[2025-05-19 20:44:15 INF] New fee rate for 1 blocks (LDKConfirmationTarget_MaximumFeeEstimate): 3.297 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:44:15 INF] Persistence of new ChannelMonitor for channel 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 in progress (LDK.lightning::chain::chainmonitor)
[2025-05-19 20:44:15 INF] Fetching 1 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:44:16 INF] Fetched 1 transactions (BTCPayApp.Core.LDK.LDKChannelSync)
[2025-05-19 20:44:16 INF] Starting LDKBackgroundProcessor (LDK)
[2025-05-19 20:44:16 INF] Starting LDKPeerHandler (LDK)
[2025-05-19 20:44:16 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:16 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:16 INF] New fee rate for 12 blocks (LDKConfirmationTarget_NonAnchorChannelFee): 2.798 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:44:16 INF] New fee rate for 1008 blocks (LDKConfirmationTarget_AnchorChannelFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:44:16 INF] Received event org.ldk.structs.Event+Event_PaymentClaimed (LDK)
[2025-05-19 20:44:16 INF] Starting LDKAnnouncementBroadcaster (LDK)
[2025-05-19 20:44:16 INF] Starting BTCPayPaymentsNotifier (LDK)
[2025-05-19 20:44:16 INF] Starting LDKPendingHTLCsForwardableEventHandler (LDK)
[2025-05-19 20:44:16 INF] Connecting to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:44:16 INF] Connecting to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:44:16 INF] Starting LDKRapidGossipSyncer (LDK)
[2025-05-19 20:44:16 INF] Connection to 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f@[0000:0000:0000:0000:0000:ffff:4ded:f2b2]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:44:16 INF] Connection to 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf@[0000:0000:0000:0000:0000:ffff:4017:a233]:9735 accepted (LDK.BTCPayApp.Core.LDK.LDKPeerHandler)
[2025-05-19 20:44:16 INF] Starting OlympusFlow2Jit (LDK)
[2025-05-19 20:44:16 INF] LDKNode started (LDK)
[2025-05-19 20:44:16 INF] Lightning node state changed: Loading -> Loaded (BTCPayApp.Core.Wallet.LightningNodeManager)
[2025-05-19 20:44:16 INF] Received peer Init message from 023686e1ed1cbe0d55099db61f8b6dfe81e32fb40dcb271c8d80837f533be2533f: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: not supported, OnionMessages: supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:44:16 INF] Received peer Init message from 038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf: DataLossProtect: required, InitialRoutingSync: not supported, UpfrontShutdownScript: supported, GossipQueries: supported, VariableLengthOnion: required, StaticRemoteKey: required, PaymentSecret: required, BasicMPP: supported, Wumbo: supported, AnchorsNonzeroFeeHtlcTx: not supported, AnchorsZeroFeeHtlcTx: supported, RouteBlinding: supported, ShutdownAnySegwit: supported, DualFund: not supported, Taproot: supported, OnionMessages: not supported, ChannelType: supported, SCIDPrivacy: supported, ZeroConf: supported, Trampoline: not supported, unknown flags: supported (LDK.lightning::ln::peer_handler)
[2025-05-19 20:44:30 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 159 to 160 with 2 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:44:42 INF] Synced to remote 3 items and deleted 0 items Setting_ln:ChannelManager 325, Setting_ln:NetworkGraph 8, Setting_ln:Score 13 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:44:43 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 160 to 161 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:44:43 INF] Received event org.ldk.structs.Event+Event_PendingHTLCsForwardable (LDK)
[2025-05-19 20:44:44 INF] Received event org.ldk.structs.Event+Event_PaymentClaimable (LDK)
[2025-05-19 20:44:44 INF] Syncing to remote 5 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:44:44 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 161 to 162 with 2 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:44:44 INF] Received event org.ldk.structs.Event+Event_PaymentClaimed (LDK)
[2025-05-19 20:44:45 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:45 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:45 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:45 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:45 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:45 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:45 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:45 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:45 INF] OnNotifyServerEvent: invoice-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:45 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:45 INF] NotifyServerEvent: BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayAppServerClient)
[2025-05-19 20:44:45 INF] OnNotifyServerEvent: notifications-updated - BTCPayApp.Core.BTCPayServer.ServerEvent (BTCPayApp.Core.BTCPayServer.BTCPayConnectionManager)
[2025-05-19 20:44:47 INF] Synced to remote 5 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 173, Payment_d85cb4294ff245ba868284424f227a95b58b0d1d28283c4aef67b68dfda89e29_default_True 1, Setting_ln:ChannelManager 333, Setting_ln:output_sweeper 14, Setting_ln:watchedOutputs 30 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:44:49 INF] Syncing to remote 3 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:44:49 INF] Synced to remote 3 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 174, Payment_d85cb4294ff245ba868284424f227a95b58b0d1d28283c4aef67b68dfda89e29_default_True 1, Setting_ln:ChannelManager 333 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:02 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 162 to 163 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:45:02 INF] Applying update to monitor 4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007, bringing update_id from 163 to 164 with 1 change(s). (LDK.lightning::chain::channelmonitor)
[2025-05-19 20:45:04 INF] Syncing to remote 2 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:04 INF] Synced to remote 2 items and deleted 0 items Channel_4d4d6b897e85c94018acac8dbf817b280b370b8b43a5bf8949830a9f7d19f007 176, Setting_ln:ChannelManager 336 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:19 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:45:25 INF] Synced to remote 1 items and deleted 0 items Setting_ln:NetworkGraph 9 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:49:19 INF] New fee rate for 1 blocks (LDKConfirmationTarget_MaximumFeeEstimate): 2.942 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:49:25 INF] Syncing to remote 1 outbox items (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:49:25 INF] Synced to remote 1 items and deleted 0 items Setting_ln:Score 14 (BTCPayApp.Core.Backup.SyncService)
[2025-05-19 20:49:27 INF] New fee rate for 12 blocks (LDKConfirmationTarget_NonAnchorChannelFee): 2.69 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)
[2025-05-19 20:49:28 INF] New fee rate for 1008 blocks (LDKConfirmationTarget_AnchorChannelFee): 1 Sat/B (BTCPayApp.Core.Wallet.OnChainWalletManager)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions