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
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
[C-Lightning](https://github.com/ElementsProject/lightning) by [Elements Project](https://github.com/ElementsProject/) in a [docker container](https://gitlab.com/nolim1t/docker-clightning) for easy orchestration on embedded devices (like the Raspberry Pi), and auto-building.
12
12
13
+
Also to enable [FullyNoded](https://github.com/Fonta1n3/FullyNoded/) (currently, and maybe other stuff in future) to work properly, I've also bundled in the [http rpc plugin](https://github.com/Start9Labs/c-lightning-http-plugin) by [Start9Labs](https://github.com/Start9Labs).
14
+
13
15
## Why?
14
16
15
17
To do cross-platform builds the [LNCM](https://github.com/lncm/) way, like some of my other containers
@@ -65,12 +67,32 @@ docker run -it --rm \
65
67
lncm/clightning:v0.9.1
66
68
```
67
69
70
+
## Using the RPC Interface
71
+
72
+
You will need to add the following to your config file:
73
+
74
+
*`http-user`
75
+
*`http-pass`
76
+
*`http-bind` (hostname and port)
77
+
78
+
Then you can pass whatever RPC commands to your C Lightning node!
0 commit comments