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
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
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?