You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alex
a080e1ac79
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
the "nodename" encompasses lnd alias and OS hostname. while the former may be seen by lightning node peers as a node name, the latter is how the device is seen on a local network such as WiFi. upon receiving a comm message set_nodename, nd sets both lightning node alias and hostname to that new name while applying restrictions such as RFC 1123 for hostnames. the lightning alias is written to lnd config file, regenerated and persistent, after which the lnd daemon is restarted to pick up the changes. network host name is changed by writing the name to /etc/hostname and issuing "hostname <newname>" shell command. while persisting operations are atomic, the whole sequence isn't. in the latter case an inconsistency can be eliminated by sending a set_nodename msg again. the nd daemon also includes the OS hostname in the settings message when sending it to ngui. |
9 months ago | |
---|---|---|
.. | ||
lightning | 9 months ago | |
nd | 9 months ago | |
sys | 9 months ago | |
test | 9 months ago | |
ui | 9 months ago | |
bitcoindrpc.zig | 1 year ago | |
comm.zig | 9 months ago | |
lightning.zig | 10 months ago | |
nd.zig | 1 year ago | |
ngui.zig | 1 year ago | |
sys.zig | 9 months ago | |
test.zig | 9 months ago | |
types.zig | 9 months ago | |
xfmt.zig | 1 year ago |