Unconfirmed UTXO (Remote Force Close) #1283
-
Hi, However, in the "On-chain" panel of RTL the 2700000 are shown as unconfirmed. Neither the shown Transaction ID nor the adress of that UTXO can be found in the blockchain or mempool. Any guess what happened here, and how do i get the funds back? I am using RTL bundled with BTCPayServer. I did update the server und restarted it right now, with no change. Help is highly apperciated. Edit: Also, in the "On-chain" panel, the unconfirmed UTXO is labeled as "0:sweep" , which is strange. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
hi @nemoBTC the You do have unique scenario in that you're running with a pruned node. You have the following options to get your UTXOs back in your wallet: Option 2: You would need help with the BTC Payserver support to execute both options, but operationally option 2 might be easier to work with. |
Beta Was this translation helpful? Give feedback.
-
Hi @saubyk thank you very much for your response. I am running my own instance of BTCPayServer and have full acces and control, so i should be able to perform both options. |
Beta Was this translation helpful? Give feedback.
hi @nemoBTC the
0:sweep
label is applied to sweeps which are used to convert local funds from force closures to wallet spendable outputs. I am not sure why the UTXO shown in RTL is not trackable anywhere. But you if can see the closing txn on the blockchain, you should be able to track it to the spendable output for your wallet.You do have unique scenario in that you're running with a pruned node. You have the following options to get your UTXOs back in your wallet:
Option 1:
Upgrade your node to full node and rescan the wallet of your LND node. This is a difficult option because rescanning requires restarting the LND node with specific config setting, which may be difficult to do given …