RTL loads with incorrect Node ID #1096
-
Hello, total Noob here with a noob question I'm hoping someone can help answer. I am running Core Lightning and Ride The Lightning (via Umbrel on Raspberry Pi 4). PROBLEM: RTL shows the wrong Alias and NodeID/public key. As such, it's not showing my Lightning balance or any of the channels I've opened using Thunderhub and Lightning Terminal (both work fine). When I check my log file, under Core Lightning it says:
But this is not my public key and HOPPINGTOTE is not my Node's alias. Where does Core Lightning get this info from, and how can I change it to my node's actual ID? I'm also getting the following error under Node Config:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @satoshinaka069
The node pubkey you see on Umbrel and Thunderhub is your LND node. There are actually two different RTLs available on your Umbrel App Store, RTL (Core Lightning) and RTL. If you install and access RTL you would be able to view your LND node information. Regarding the Alias for core lightning, that is automatically created by core lightning when it instantiates. You can change it via the core lightning Regarding the config file error, that again is a question best addressed to the umbrel team, as they need to fix the RTL configuration for core lightning. The core lightning Hope this helps. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @satoshinaka069
So, there are two separate lightning nodes running on your Umbrel:
The node pubkey you see on Umbrel and Thunderhub is your LND node. There are actually two different RTLs available on your Umbrel App Store, RTL (Core Lightning) and RTL. If you install and access RTL you would be able to view your LND node information.
Regarding the Alias for core lightning, that is automatically created by core lightning when it instantiates. You can change it via the core lightning
config
file, but that would require you to access your umbrel via a ssh terminal. If you're not comfortable with operating a command line terminal and do not know your way around a ssh …