What are Zombie Channels?How are Lightning network, duplex channels, and micropayment channels related?Lightning network: Are decrementing timelocks used in bi-directional channels?Duplex micropayment channels: criticisms of Lightning and implementationWhat are Channel Factories and how do they work?What criteria should be taken into account when selecting nodes to create new lightning channels with?Why did my lightning node not route payments after I have funded 5 payment channels?Can someone please explain how Lightning paths are working and what effect large centralized hubs have?Dealing with inactive channelsLightning network: which update messages are replayed?

A story in which God (the Christian god) is replaced

MSSQL Geography STIntersects returns 1 when 0 is expected

Converting selected polygons to lines in QGIS modeler

Character Development - Robert Baratheon

Was X17 predicted before it was observed?

Anacruses, Bar Lines, and Line Breaks

Why does General Grievous say “Ah yes, the negotiator?”

Moving every element of a list to the left one place (RotateLeft) but making last element 0

Is it possible to write Quake's fast InvSqrt() function in Rust?

Is it true that almost everyone who starts a PhD and sticks around long enough can get one?

Possible way to counter or sidestep split-second spells (like Trickbind) in a particular situation

Is there any canon reason why urban werewolves haven't destroyed vampires (or vice versa)?

Spirit guardians and iron golems

Is Communism intrinsically Authoritarian?

How can I find the distribution for the number of years until the first year's rainfall is exceeded for the first time?

Which titled players (IM or GM) have also been successful politicians?

Color coding Alerts

Is it normal to not be able to work 8 hours a day?

Do the holes in Jacquard loom punched cards represent input data or program code?

What did Rex Kramer mean by routing the plane in Lake Michigan?

Is there a guide/reference for possible character hairstyles in D&D Forgotten Realms universe?

Tone of 和 in 暖和

Do fresh chilli peppers have properties that ground chilli peppers do not?

Is this an entry ban?



What are Zombie Channels?


How are Lightning network, duplex channels, and micropayment channels related?Lightning network: Are decrementing timelocks used in bi-directional channels?Duplex micropayment channels: criticisms of Lightning and implementationWhat are Channel Factories and how do they work?What criteria should be taken into account when selecting nodes to create new lightning channels with?Why did my lightning node not route payments after I have funded 5 payment channels?Can someone please explain how Lightning paths are working and what effect large centralized hubs have?Dealing with inactive channelsLightning network: which update messages are replayed?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1


















In the Lightning Network, what is the definition of a zombie channel?



Can they clearly be identified or is it more of a undefined term that is used for channels that are assumed to be obsolete?










share|improve this question































    1


















    In the Lightning Network, what is the definition of a zombie channel?



    Can they clearly be identified or is it more of a undefined term that is used for channels that are assumed to be obsolete?










    share|improve this question



























      1













      1









      1








      In the Lightning Network, what is the definition of a zombie channel?



      Can they clearly be identified or is it more of a undefined term that is used for channels that are assumed to be obsolete?










      share|improve this question














      In the Lightning Network, what is the definition of a zombie channel?



      Can they clearly be identified or is it more of a undefined term that is used for channels that are assumed to be obsolete?







      lightning-network channels






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 20 at 8:20









      Dalit SairioDalit Sairio

      4612 silver badges9 bronze badges




      4612 silver badges9 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          3



















          I am not aware of a clear definition for the term zombie channels. At least I don't recall the term being used in the lightning rfc. Also I didn't hear lightning devs in conversations to talk about them. Thus I think the semantics are more along your suggestion that they refer to channels which are for some reason obsolete / inactive / unusable. Disclaimet: just because I never saw the term doesn't mean it has no definition






          share|improve this answer
































            0



















            Most of the articles that I have read refer to channels/nodes that haven't sent channel_update or node_announcement message for a long time (often weeks) as zombies. They say, a node who wants to route a lightning payment cannot rely on a path containing these nodes (hence zombies).



            But that is a fuzzy notion since nodes will not send these update messages if the user hasn't updated any information about the node/channel. That would be unsolicited and spam.



            I think that is the very reason this term does not appear in any formal documentations/specs like BOLTs and as a result lack a formal definition.






            share|improve this answer




























              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/4.0/"u003ecc by-sa 4.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
              );



              );














              draft saved

              draft discarded
















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f90546%2fwhat-are-zombie-channels%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown


























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3



















              I am not aware of a clear definition for the term zombie channels. At least I don't recall the term being used in the lightning rfc. Also I didn't hear lightning devs in conversations to talk about them. Thus I think the semantics are more along your suggestion that they refer to channels which are for some reason obsolete / inactive / unusable. Disclaimet: just because I never saw the term doesn't mean it has no definition






              share|improve this answer





























                3



















                I am not aware of a clear definition for the term zombie channels. At least I don't recall the term being used in the lightning rfc. Also I didn't hear lightning devs in conversations to talk about them. Thus I think the semantics are more along your suggestion that they refer to channels which are for some reason obsolete / inactive / unusable. Disclaimet: just because I never saw the term doesn't mean it has no definition






                share|improve this answer



























                  3















                  3











                  3









                  I am not aware of a clear definition for the term zombie channels. At least I don't recall the term being used in the lightning rfc. Also I didn't hear lightning devs in conversations to talk about them. Thus I think the semantics are more along your suggestion that they refer to channels which are for some reason obsolete / inactive / unusable. Disclaimet: just because I never saw the term doesn't mean it has no definition






                  share|improve this answer














                  I am not aware of a clear definition for the term zombie channels. At least I don't recall the term being used in the lightning rfc. Also I didn't hear lightning devs in conversations to talk about them. Thus I think the semantics are more along your suggestion that they refer to channels which are for some reason obsolete / inactive / unusable. Disclaimet: just because I never saw the term doesn't mean it has no definition







                  share|improve this answer













                  share|improve this answer




                  share|improve this answer










                  answered Sep 20 at 8:54









                  Rene PickhardtRene Pickhardt

                  6,5652 silver badges20 bronze badges




                  6,5652 silver badges20 bronze badges


























                      0



















                      Most of the articles that I have read refer to channels/nodes that haven't sent channel_update or node_announcement message for a long time (often weeks) as zombies. They say, a node who wants to route a lightning payment cannot rely on a path containing these nodes (hence zombies).



                      But that is a fuzzy notion since nodes will not send these update messages if the user hasn't updated any information about the node/channel. That would be unsolicited and spam.



                      I think that is the very reason this term does not appear in any formal documentations/specs like BOLTs and as a result lack a formal definition.






                      share|improve this answer































                        0



















                        Most of the articles that I have read refer to channels/nodes that haven't sent channel_update or node_announcement message for a long time (often weeks) as zombies. They say, a node who wants to route a lightning payment cannot rely on a path containing these nodes (hence zombies).



                        But that is a fuzzy notion since nodes will not send these update messages if the user hasn't updated any information about the node/channel. That would be unsolicited and spam.



                        I think that is the very reason this term does not appear in any formal documentations/specs like BOLTs and as a result lack a formal definition.






                        share|improve this answer





























                          0















                          0











                          0









                          Most of the articles that I have read refer to channels/nodes that haven't sent channel_update or node_announcement message for a long time (often weeks) as zombies. They say, a node who wants to route a lightning payment cannot rely on a path containing these nodes (hence zombies).



                          But that is a fuzzy notion since nodes will not send these update messages if the user hasn't updated any information about the node/channel. That would be unsolicited and spam.



                          I think that is the very reason this term does not appear in any formal documentations/specs like BOLTs and as a result lack a formal definition.






                          share|improve this answer
















                          Most of the articles that I have read refer to channels/nodes that haven't sent channel_update or node_announcement message for a long time (often weeks) as zombies. They say, a node who wants to route a lightning payment cannot rely on a path containing these nodes (hence zombies).



                          But that is a fuzzy notion since nodes will not send these update messages if the user hasn't updated any information about the node/channel. That would be unsolicited and spam.



                          I think that is the very reason this term does not appear in any formal documentations/specs like BOLTs and as a result lack a formal definition.







                          share|improve this answer















                          share|improve this answer




                          share|improve this answer








                          edited Sep 23 at 6:19

























                          answered Sep 20 at 10:08









                          Ugam KamatUgam Kamat

                          5,1651 gold badge8 silver badges32 bronze badges




                          5,1651 gold badge8 silver badges32 bronze badges































                              draft saved

                              draft discarded















































                              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.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f90546%2fwhat-are-zombie-channels%23new-answer', 'question_page');

                              );

                              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









                              Popular posts from this blog

                              Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

                              How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

                              Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü