-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help with starting on Raspiblitz #6
Comments
Hey @openoms! Let me go through the process again and see what I'm missing. |
@openoms do you have node installed? I just ran into the same thing on a new VM but realized node wasn't installed. Could that be it? |
Checked that one first. Node and npm are installed system-wide:
How about the cl conf settings?
|
Yeah, that all seems correct. The plugin actually gets it's settings from Also, if it made any progress in launching there should be a Could you confirm what commit your working from also just to make sure? I need to add some versioning and some more logging it sounds like. I should probably also redirect the logging to the main cln log as well. It was helpful to have my own for development but probably not for your situation. |
@openoms let me know if I can help debug this anymore. I'd be really excited to see it available on raspiblitz! |
Had played around trying different config settings eg tried eith and without
|
I've recently added a bunch more logging, might find some clues if you update to master. All the dependencies are checked in in |
I'm having exactly the same problem. I didn't run "npm install" and I have the latest master version. The debug.log file was not generated.
If I try to run it manually I get this error:
use key in standard nostr format starting with nsec |
I used https://nostrtool.com/ to convert to HEX format and it worked when calling nostr-control from the command line. |
Still couldn't start it on amd64 using CLN v24.08 and node --version v20.5.1 After just cloning the repo and restarting CLN with the line in the config:
getting the error:
|
I haven't looked at this in a while. Sorry, I'll see if I can take a look this weekend though. |
Hi Joelklabo, great project!
Tried to run on a Raspiblitz with CLN v23.02.2
Steps taken:
Results in:
and in
sudo journalctl -fu lightning
Are there steps I am missing?
I presume dependencies would need to be installed, but
npm install
does not work as noted in the readme.The text was updated successfully, but these errors were encountered: