Bumping Fees in RTL with Core Lightning #1189
Replies: 5 comments 11 replies
-
Hello RTL Community, I was able to figure out where to find the index value of the pending channel, then use it together with the new fee and apply it to the I will be creating a tutorial for it as I am sure I am not the only one that would have this need from time to time. Thank you for all the great software and proof of work. Sincerely, |
Beta Was this translation helpful? Give feedback.
-
@jairunet This isn't exactly related but I was having the same issues. I ended up finding the change outputs index by running. Now I have the ancestor set to 1 sat and the child set at 1 sat 🤦♂️ |
Beta Was this translation helpful? Give feedback.
-
Hi Suheb, Reading the instructions I am still having a difficult time understanding exactly how this works. In looking at the transaction on Mempool I see the input&outputs. There are three for this transaction. I see the input and 2 outputs which one is the channel opening amount. How is the index value of the change output found in the block explorer?
Sent from Proton Mail for iOS
…On Sat, May 20, 2023 at 4:19 PM, Suheb ***@***.***(mailto:On Sat, May 20, 2023 at 4:19 PM, Suheb <<a href=)> wrote:
hi ***@***.***(https://github.com/joelmackie) the heuristic is pretty simple to figure out the change output for your channel opening transaction.
You should read the instructions carefully on the window which opens up for bumping up the transaction.
The requirement to bump up channel open is:
- Channel opening transaction must have a change output
- The change output amount must be substantial, so that you can spend it again and the transaction is accepted in the mempool
If you want to figure out what the change output for your transaction is, you need put the channel opening transaction ID in the mempool and look for the output which isn't the channel opening amount.
—
Reply to this email directly, [view it on GitHub](#1189 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AXFS3MXRDECQUD4XYC45VGLXHEYPTANCNFSM6AAAAAAUXD62OQ).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
is there any detailed instruction on how to achieve a bump up fee for the second time? Running Start9os with cln and rtl opened a channel with way too low fee and did the bump fee feature, but my tx is still stuck and way too low. Apperently I can't bump up using the UI again 🤔 |
Beta Was this translation helpful? Give feedback.
-
The wording is also very ambiguous. I tried to bump my inital 3sat/vByte fee to 14. Turns out I just enter the fee for the newly create TX. As my opening TX has 6.38kB (3.55kvB), with 37 inputs and 28 outputs. |
Beta Was this translation helpful? Give feedback.
-
Hello RTL community,
I am trying to figure out how to correctly bump the fees on a lightning channel opened using
RTL
+Core Lightning
. For example, when I go to the pending lightning channels section, I get this message:I was looking into the
blockstream block explorer
and also themempool.space
site and I was not able to easily find the information requested inRTL
to bump the fee:If there is documentation with references about this will be great to know. I appreciate any help on this.
Sincerely,
Beta Was this translation helpful? Give feedback.
All reactions