Bump Fee problem

Trying to bump fee:
`sudo ~/umbrel/scripts/app compose lightning exec lnd lncli wallet
bumpfee --sat_per_byte :

Problem is my TXID does not have index point.
Not works without point and with

is this for a lightning channel or a regular onchain transaction?

It will either be 0 or 1. hope that helps

@smolgrrr, Its regular transaction tо external core wallet
I already tried many times with 1 and 0 doesn’t work.

Whats the error that is returned?

@smolgrrr
without index:
[lncli] outpoint should be of the form txid:index

with index :0
[lncli] rpc error: code = Unknown desc = the passed output does not belong to the wallet

with index :1
[lncli] rpc error: code = Unknown desc = invalid output index 1 for transaction with 1 outputs

@smolgrrr Can you help me, please?

Interesting error for just a regular onchain transaction. Can you please try the following

sudo ~/umbrel/scripts/app compose lightning exec lnd lncli listchaintxns

and

sudo ~/umbrel/scripts/app compose lightning exec lnd lncli listunspent

Feel free to remove any information you would not like to share.

@smolgrrr
sudo ~/umbrel/scripts/app compose lightning exec lnd lncli listchaintxns
returns too many transactions

sudo ~/umbrel/scripts/app compose lightning exec lnd lncli listunspent
returns 3 utxos
ex:

Apologies I should have also checked this earlier

When you check the transaction in the mempool, does it have a green RBF flag?

@smolgrrr
Yes its green
image

Did you manage to sort this out at the end? Running into same problem here

I have the same problem. I tried to send BTC out of my Lightning node app (Bitcoin wallet) and I think it defaulted to a really low fee of 1.02 sat/vB. It has been unconfirmed for 5 days now. Can anyone help with what I should be doing specifically to get my BTC unstuck? Maybe a sample of the command that is suggested with made up info so I can better understand what the command line should look like?

RBF says opted in.

Also, does it matter if this transaction tried sending all and I don’t have any BTC left in the wallet for the bump fee?

I would be very grateful for any assistance.

I have the same problem too. Does nobody know how to solve it?

Please help us!

In the receiving wallet you can bump up the fee so you get 40sat/vB or what is needed to get a transaction on the blockchain. I think it is called ‘child pays for parent (CPFP)’

It does not work because I don’t have the control over my binance wallet!