Why is my lighting node not routing any transaction?How can “Lightning Loop Out” help me to receive more payments?I've been reading about “loop in” and it seems to be like a one-way offline channel, is that correct?In a Lightning Network who commits to the blockchain the final transaction?Mapping the Bitcoin Lightning Network: Why not use the Blockchain?My lnd node hasn't routed any payments (1 week + since initial setup)Lightning network routing failure rateWhy do we need a “routing” process in Lightning Network?lnd - “unable to create server: no active channels exist” after successful lncli unlockRouting for Lightning network: was Flare implemented?Total channel count differs from explorersDoes the `HTLC fail` routed back to sender using same path if intermediate node does not have enough capacity?How scalable is the current routing implementation for lightning?
Multi tool use
Do high-wing aircraft represent more difficult engineering challenges than low-wing aircraft?
Holding rent money for my friend which amounts to over $10k?
Why can't I share a one use code with anyone else?
What is the velocity distribution of the exhaust for a typical rocket engine?
Cross products/avoiding using your hand for the right hand rule in E and M
301 Redirects what does ([a-z]+)-(.*) and ([0-9]+)-(.*) mean
Is it standard to have the first week's pay indefinitely withheld?
How long do Aarakocra live?
Why is vowel phonology represented in a trapezoid instead of a square?
Promotion comes with unexpected 24/7/365 on-call
What color to choose as "danger" if the main color of my app is red
Square spiral in Mathematica
Why do galaxies collide?
How to generate a triangular grid from a list of points
Divisor Rich and Poor Numbers
How can I safely determine the output voltage and current of a transformer?
Why would company (decision makers) wait for someone to retire, rather than lay them off, when their role is no longer needed?
Would a "ring language" be possible?
Is there any deeper thematic meaning to the white horse that Arya finds in The Bells (S08E05)?
Who is frowning in the sentence "Daisy looked at Tom frowning"?
What formula to chose a nonlinear formula?
Why are lawsuits between the President and Congress not automatically sent to the Supreme Court
Why did Varys remove his rings?
Why aren't satellites disintegrated even though they orbit earth within their Roche Limits?
Why is my lighting node not routing any transaction?
How can “Lightning Loop Out” help me to receive more payments?I've been reading about “loop in” and it seems to be like a one-way offline channel, is that correct?In a Lightning Network who commits to the blockchain the final transaction?Mapping the Bitcoin Lightning Network: Why not use the Blockchain?My lnd node hasn't routed any payments (1 week + since initial setup)Lightning network routing failure rateWhy do we need a “routing” process in Lightning Network?lnd - “unable to create server: no active channels exist” after successful lncli unlockRouting for Lightning network: was Flare implemented?Total channel count differs from explorersDoes the `HTLC fail` routed back to sender using same path if intermediate node does not have enough capacity?How scalable is the current routing implementation for lightning?
I have set up a lighting node months ago using LND under the tor network.
My node (Caffeine) looks correctly configured and connected to several channels but it is not routing any transaction. In the beginning, I thought it would simply take some time but after months still nothing!
What could be the problem?
lightning-network lightning-network-daemon lightning-routing
add a comment |
I have set up a lighting node months ago using LND under the tor network.
My node (Caffeine) looks correctly configured and connected to several channels but it is not routing any transaction. In the beginning, I thought it would simply take some time but after months still nothing!
What could be the problem?
lightning-network lightning-network-daemon lightning-routing
add a comment |
I have set up a lighting node months ago using LND under the tor network.
My node (Caffeine) looks correctly configured and connected to several channels but it is not routing any transaction. In the beginning, I thought it would simply take some time but after months still nothing!
What could be the problem?
lightning-network lightning-network-daemon lightning-routing
I have set up a lighting node months ago using LND under the tor network.
My node (Caffeine) looks correctly configured and connected to several channels but it is not routing any transaction. In the beginning, I thought it would simply take some time but after months still nothing!
What could be the problem?
lightning-network lightning-network-daemon lightning-routing
lightning-network lightning-network-daemon lightning-routing
edited May 5 at 10:27
Ugam Kamat
1,489221
1,489221
asked May 5 at 10:03
alec_djinnalec_djinn
1184
1184
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Obviously for questions like this I can't give a 100% certain answer as I would have to look at your nodes logfiles and configuration / state. However I can make some (hopefully) educated guesses and we can see if that helps you.
First of all it seems like you kept the standard base fee and fee rate. Following my analysis and video it seems pretty unlikely that payments are routed over your channels as there are many people currently offering cheaper routing.
Secondly if I read the data from 1ml correctly besides 1 channel with lnbig your channels are all channels that you have created in the past. If you have never paid someone the entire balance of the channel is on your side meaning they can only be used for routing if you also have inbound capacity (which seems to be the case only with the lnbig channel)
Last but not least: it is well known that lightning is still not very wide spread. There are currently only a few services and experimental projects using the technology so that many people don't use it for payments yet. For example my node has optimized routing fees and just earned a couple satoshis from a few hundred routing attempts over the last 6 months. Roughly half of the routing attsmps actually fail because I have way more inbound than outbound liquidity (the opposite situation from you)
There could be other errors which would need a close look at your logfiles / configuration.
Thanks for the insights. I will try lowering the fees although I am using the AUTOPILOT function of LND and I though it would do that by default. As soon I can I will post the configuration file.
– alec_djinn
May 5 at 19:46
The autopilot of lnd does only suggest nodes to open a channel with. Maybe the current Verdun also suggests amounts. It does not adjust your routing fees for each channel which would be a nice feature. I wrote the autopilot for clightning and I might update the pilot to also adjust / optimize fees
– Rene Pickhardt
May 5 at 22:00
That would be great!
– alec_djinn
May 6 at 5:44
I have lowered the fee substantially but I can’t see any effect yet. I will wait more. Given your experience how long should it take to route at least one transaction?
– alec_djinn
May 8 at 6:14
The update channel messages can take a couple minutes to hours to propagate through the network. Also keep in mind that you also need some inbound liquidity. As I mentioned it looks like you only have inbound capacity from lnbig who provide inbound capacity to many other nodes. So you could use a service like loop to rebalance your channels
– Rene Pickhardt
May 8 at 9:00
|
show 2 more comments
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "308"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f87488%2fwhy-is-my-lighting-node-not-routing-any-transaction%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Obviously for questions like this I can't give a 100% certain answer as I would have to look at your nodes logfiles and configuration / state. However I can make some (hopefully) educated guesses and we can see if that helps you.
First of all it seems like you kept the standard base fee and fee rate. Following my analysis and video it seems pretty unlikely that payments are routed over your channels as there are many people currently offering cheaper routing.
Secondly if I read the data from 1ml correctly besides 1 channel with lnbig your channels are all channels that you have created in the past. If you have never paid someone the entire balance of the channel is on your side meaning they can only be used for routing if you also have inbound capacity (which seems to be the case only with the lnbig channel)
Last but not least: it is well known that lightning is still not very wide spread. There are currently only a few services and experimental projects using the technology so that many people don't use it for payments yet. For example my node has optimized routing fees and just earned a couple satoshis from a few hundred routing attempts over the last 6 months. Roughly half of the routing attsmps actually fail because I have way more inbound than outbound liquidity (the opposite situation from you)
There could be other errors which would need a close look at your logfiles / configuration.
Thanks for the insights. I will try lowering the fees although I am using the AUTOPILOT function of LND and I though it would do that by default. As soon I can I will post the configuration file.
– alec_djinn
May 5 at 19:46
The autopilot of lnd does only suggest nodes to open a channel with. Maybe the current Verdun also suggests amounts. It does not adjust your routing fees for each channel which would be a nice feature. I wrote the autopilot for clightning and I might update the pilot to also adjust / optimize fees
– Rene Pickhardt
May 5 at 22:00
That would be great!
– alec_djinn
May 6 at 5:44
I have lowered the fee substantially but I can’t see any effect yet. I will wait more. Given your experience how long should it take to route at least one transaction?
– alec_djinn
May 8 at 6:14
The update channel messages can take a couple minutes to hours to propagate through the network. Also keep in mind that you also need some inbound liquidity. As I mentioned it looks like you only have inbound capacity from lnbig who provide inbound capacity to many other nodes. So you could use a service like loop to rebalance your channels
– Rene Pickhardt
May 8 at 9:00
|
show 2 more comments
Obviously for questions like this I can't give a 100% certain answer as I would have to look at your nodes logfiles and configuration / state. However I can make some (hopefully) educated guesses and we can see if that helps you.
First of all it seems like you kept the standard base fee and fee rate. Following my analysis and video it seems pretty unlikely that payments are routed over your channels as there are many people currently offering cheaper routing.
Secondly if I read the data from 1ml correctly besides 1 channel with lnbig your channels are all channels that you have created in the past. If you have never paid someone the entire balance of the channel is on your side meaning they can only be used for routing if you also have inbound capacity (which seems to be the case only with the lnbig channel)
Last but not least: it is well known that lightning is still not very wide spread. There are currently only a few services and experimental projects using the technology so that many people don't use it for payments yet. For example my node has optimized routing fees and just earned a couple satoshis from a few hundred routing attempts over the last 6 months. Roughly half of the routing attsmps actually fail because I have way more inbound than outbound liquidity (the opposite situation from you)
There could be other errors which would need a close look at your logfiles / configuration.
Thanks for the insights. I will try lowering the fees although I am using the AUTOPILOT function of LND and I though it would do that by default. As soon I can I will post the configuration file.
– alec_djinn
May 5 at 19:46
The autopilot of lnd does only suggest nodes to open a channel with. Maybe the current Verdun also suggests amounts. It does not adjust your routing fees for each channel which would be a nice feature. I wrote the autopilot for clightning and I might update the pilot to also adjust / optimize fees
– Rene Pickhardt
May 5 at 22:00
That would be great!
– alec_djinn
May 6 at 5:44
I have lowered the fee substantially but I can’t see any effect yet. I will wait more. Given your experience how long should it take to route at least one transaction?
– alec_djinn
May 8 at 6:14
The update channel messages can take a couple minutes to hours to propagate through the network. Also keep in mind that you also need some inbound liquidity. As I mentioned it looks like you only have inbound capacity from lnbig who provide inbound capacity to many other nodes. So you could use a service like loop to rebalance your channels
– Rene Pickhardt
May 8 at 9:00
|
show 2 more comments
Obviously for questions like this I can't give a 100% certain answer as I would have to look at your nodes logfiles and configuration / state. However I can make some (hopefully) educated guesses and we can see if that helps you.
First of all it seems like you kept the standard base fee and fee rate. Following my analysis and video it seems pretty unlikely that payments are routed over your channels as there are many people currently offering cheaper routing.
Secondly if I read the data from 1ml correctly besides 1 channel with lnbig your channels are all channels that you have created in the past. If you have never paid someone the entire balance of the channel is on your side meaning they can only be used for routing if you also have inbound capacity (which seems to be the case only with the lnbig channel)
Last but not least: it is well known that lightning is still not very wide spread. There are currently only a few services and experimental projects using the technology so that many people don't use it for payments yet. For example my node has optimized routing fees and just earned a couple satoshis from a few hundred routing attempts over the last 6 months. Roughly half of the routing attsmps actually fail because I have way more inbound than outbound liquidity (the opposite situation from you)
There could be other errors which would need a close look at your logfiles / configuration.
Obviously for questions like this I can't give a 100% certain answer as I would have to look at your nodes logfiles and configuration / state. However I can make some (hopefully) educated guesses and we can see if that helps you.
First of all it seems like you kept the standard base fee and fee rate. Following my analysis and video it seems pretty unlikely that payments are routed over your channels as there are many people currently offering cheaper routing.
Secondly if I read the data from 1ml correctly besides 1 channel with lnbig your channels are all channels that you have created in the past. If you have never paid someone the entire balance of the channel is on your side meaning they can only be used for routing if you also have inbound capacity (which seems to be the case only with the lnbig channel)
Last but not least: it is well known that lightning is still not very wide spread. There are currently only a few services and experimental projects using the technology so that many people don't use it for payments yet. For example my node has optimized routing fees and just earned a couple satoshis from a few hundred routing attempts over the last 6 months. Roughly half of the routing attsmps actually fail because I have way more inbound than outbound liquidity (the opposite situation from you)
There could be other errors which would need a close look at your logfiles / configuration.
answered May 5 at 11:07
Rene PickhardtRene Pickhardt
3,583218
3,583218
Thanks for the insights. I will try lowering the fees although I am using the AUTOPILOT function of LND and I though it would do that by default. As soon I can I will post the configuration file.
– alec_djinn
May 5 at 19:46
The autopilot of lnd does only suggest nodes to open a channel with. Maybe the current Verdun also suggests amounts. It does not adjust your routing fees for each channel which would be a nice feature. I wrote the autopilot for clightning and I might update the pilot to also adjust / optimize fees
– Rene Pickhardt
May 5 at 22:00
That would be great!
– alec_djinn
May 6 at 5:44
I have lowered the fee substantially but I can’t see any effect yet. I will wait more. Given your experience how long should it take to route at least one transaction?
– alec_djinn
May 8 at 6:14
The update channel messages can take a couple minutes to hours to propagate through the network. Also keep in mind that you also need some inbound liquidity. As I mentioned it looks like you only have inbound capacity from lnbig who provide inbound capacity to many other nodes. So you could use a service like loop to rebalance your channels
– Rene Pickhardt
May 8 at 9:00
|
show 2 more comments
Thanks for the insights. I will try lowering the fees although I am using the AUTOPILOT function of LND and I though it would do that by default. As soon I can I will post the configuration file.
– alec_djinn
May 5 at 19:46
The autopilot of lnd does only suggest nodes to open a channel with. Maybe the current Verdun also suggests amounts. It does not adjust your routing fees for each channel which would be a nice feature. I wrote the autopilot for clightning and I might update the pilot to also adjust / optimize fees
– Rene Pickhardt
May 5 at 22:00
That would be great!
– alec_djinn
May 6 at 5:44
I have lowered the fee substantially but I can’t see any effect yet. I will wait more. Given your experience how long should it take to route at least one transaction?
– alec_djinn
May 8 at 6:14
The update channel messages can take a couple minutes to hours to propagate through the network. Also keep in mind that you also need some inbound liquidity. As I mentioned it looks like you only have inbound capacity from lnbig who provide inbound capacity to many other nodes. So you could use a service like loop to rebalance your channels
– Rene Pickhardt
May 8 at 9:00
Thanks for the insights. I will try lowering the fees although I am using the AUTOPILOT function of LND and I though it would do that by default. As soon I can I will post the configuration file.
– alec_djinn
May 5 at 19:46
Thanks for the insights. I will try lowering the fees although I am using the AUTOPILOT function of LND and I though it would do that by default. As soon I can I will post the configuration file.
– alec_djinn
May 5 at 19:46
The autopilot of lnd does only suggest nodes to open a channel with. Maybe the current Verdun also suggests amounts. It does not adjust your routing fees for each channel which would be a nice feature. I wrote the autopilot for clightning and I might update the pilot to also adjust / optimize fees
– Rene Pickhardt
May 5 at 22:00
The autopilot of lnd does only suggest nodes to open a channel with. Maybe the current Verdun also suggests amounts. It does not adjust your routing fees for each channel which would be a nice feature. I wrote the autopilot for clightning and I might update the pilot to also adjust / optimize fees
– Rene Pickhardt
May 5 at 22:00
That would be great!
– alec_djinn
May 6 at 5:44
That would be great!
– alec_djinn
May 6 at 5:44
I have lowered the fee substantially but I can’t see any effect yet. I will wait more. Given your experience how long should it take to route at least one transaction?
– alec_djinn
May 8 at 6:14
I have lowered the fee substantially but I can’t see any effect yet. I will wait more. Given your experience how long should it take to route at least one transaction?
– alec_djinn
May 8 at 6:14
The update channel messages can take a couple minutes to hours to propagate through the network. Also keep in mind that you also need some inbound liquidity. As I mentioned it looks like you only have inbound capacity from lnbig who provide inbound capacity to many other nodes. So you could use a service like loop to rebalance your channels
– Rene Pickhardt
May 8 at 9:00
The update channel messages can take a couple minutes to hours to propagate through the network. Also keep in mind that you also need some inbound liquidity. As I mentioned it looks like you only have inbound capacity from lnbig who provide inbound capacity to many other nodes. So you could use a service like loop to rebalance your channels
– Rene Pickhardt
May 8 at 9:00
|
show 2 more comments
Thanks for contributing an answer to Bitcoin Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f87488%2fwhy-is-my-lighting-node-not-routing-any-transaction%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
0YLWdfV90cr Dp39VbK1DU1VkkH eHv7hNl7,P