Bitcoin Forum
April 27, 2024, 11:06:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic:    (Read 316 times)
BobLawblaw (OP)
Legendary
*
Offline Offline

Activity: 1822
Merit: 5551


Neighborhood Shenanigans Dispenser


View Profile
February 08, 2018, 07:33:40 AM
Last edit: July 18, 2020, 11:44:19 AM by BobLawblaw
Merited by DannyHamilton (2), suchmoon (1), achow101 (1)
 #1


The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714215995
Hero Member
*
Offline Offline

Posts: 1714215995

View Profile Personal Message (Offline)

Ignore
1714215995
Reply with quote  #2

1714215995
Report to moderator
1714215995
Hero Member
*
Offline Offline

Posts: 1714215995

View Profile Personal Message (Offline)

Ignore
1714215995
Reply with quote  #2

1714215995
Report to moderator
1714215995
Hero Member
*
Offline Offline

Posts: 1714215995

View Profile Personal Message (Offline)

Ignore
1714215995
Reply with quote  #2

1714215995
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
February 08, 2018, 04:12:16 PM
 #2

How do I see a list of already generated addresses,
There should be a command for (I don't remember what it is). You can list commands using the help command.

where is this data stored ?

Also, what happens when I fund a channel, and lightningd crashes ? Are the funds gone ? Does it remember I had the channel open and funded ?

Finally, when I manually connect to servers using the cli, is there any way to have it remember them when I relaunch lightningd ? Sorta plays into the hesitation of losing funds if it crashes; is it not supposed to remember prior connections ?
It has its own data directory where there is a database file. All of that information is stored in the database and will be loaded next time you start so that everything persists between restarts.

achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
February 08, 2018, 04:55:09 PM
 #3

So, if I manually establish connections to other nodes, a properly working configuration should remember those prior-connected nodes, and reconnect on restart ?

Even if the connects are unfunded ?
It should.

ZmnSCPxj
Newbie
*
Offline Offline

Activity: 9
Merit: 19


View Profile
February 09, 2018, 05:11:22 AM
Merited by achow101 (2), ABCbits (1)
 #4

First, please take note, that funding c-lightning is not same as funding a channel.  When sending an address generated by newaddr, this adds onchain funds.  You need to execute a separate fundchannel command to transfer from onchain to a LN channel.

If lightningd crashes, channels should be recoverable.  But, "should".  This is alpha-level software, maybe lost coins can happen.  However, lost/stuck coins are somewhat less now than maybe a month ago, I think...

lightningd will reconnect to peers you establish channels with.  If you do not make channels, then on restart no automatic reconnect.

The routing map is not updated if you do not have a channel.  The point of those maps, is to route.  If you have no public channels, cannot route, so you will not be gossiped onto the map.  Note that only connecting will not add you to the map; you need to make channel.

Please note, the routing map is kept in a separate process by lightningd from the channel-handling process.  Thus, route generation ignores state of your local channels; getroute can select channels that have no capacity on your side or where your peer is disconnected.  Attempting to sendpay or pay will report the state from the channel-handling process to the routing-map process, so if your pay command fails with routing failure, please retry quickly so different route is made by routing-map process.
ZmnSCPxj
Newbie
*
Offline Offline

Activity: 9
Merit: 19


View Profile
February 12, 2018, 05:33:15 AM
Merited by A-Bolt (1)
 #5

Use `close` command to close channels.  If peer is on, it will negotiate and attempt to use ONCHAIND_MUTUAL, which is a mutual, immediate close.  If peer is offline, cannot negotiate, so it will use ONCHAIND_OUR_UNILATERAL and close the channel, and retrieve your funds after 144 blocks.  If you were offline while your peer closed, that is ONCHAIND_THEIR_UNILATERAL, channel is closed and you get your funds as soon as you bring your node back online.

Note however that we have some bugs recently regarding closing and opening.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!