You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Cyphernode uses lightning-cli which needs to be local to the Unix socket file created by Core Lightning for its RPC. Unfortunately, this restriction forces CLN clients and CLN server to be on the same machine.
Let's set EXPOSE_TCP and use netcat (or the like) to access CLN remotely (instead of using lightning-cli) so that lightning deployment can be remote to the proxy and more distributed.
The text was updated successfully, but these errors were encountered:
Currently, Cyphernode uses
lightning-cli
which needs to be local to the Unix socket file created by Core Lightning for its RPC. Unfortunately, this restriction forces CLN clients and CLN server to be on the same machine.Let's set
EXPOSE_TCP
and use netcat (or the like) to access CLN remotely (instead of usinglightning-cli
) so that lightning deployment can be remote to the proxy and more distributed.The text was updated successfully, but these errors were encountered: