-
Notifications
You must be signed in to change notification settings - Fork 18
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
Lnci LND Error on Citadel #22
Comments
Where can I find Citadel documentation about how to interact with bitcoin core on such a node? |
Figuring out right here that it's using Docker, but I would need more info about what's in the image. |
Similar to Umbrel, you can check for |
I don't have a Citadel yet, so if someone is willing to make a PR and attest that it's working, it would certainly be merged promptly. |
I have now delete the Umbrel part in igniter.sh and add this. If an citadel, use docker, else call lncli directly. Also setup dependencies >LNCLI="lncli" With this the build and send option will work perfect. Tested on Citadel 0.1.3. But the connect part has these erros: |
What happens if you just issue the |
In the same context as igniter, of course... |
I don´t know what and where I should change it. In my config is this written. line 41 is: ADDRESS=$($LNCLI getnodeinfo $KEY | grep "addr" |head -n 1| awk '{print $2}' |sed 's/"//g' ) |
In the same shell you use the igniter script, simply type |
Ok I have a Folder this is called igniter where igniter.sh and igniter.conf is stored. In this folder I typed "docker". Docker answerd that I can use it with Options and Commands. |
I dont know if it is an issue or the problem is why I use Citadel.
My problem is.
I use Igniter 1.0.3 on Citadel with Version 0.1.3. In Igniter there is a specific Code for Umbrel user and this dont work on Citadel. I changed every word from umbrel to citadel but this did not help.
Is there a way I could use the newest Version of Igniter with Citadel because the Igniter version in Lightning Shell is outdated?
The text was updated successfully, but these errors were encountered: