Last updated
Last updated
lncli
Specification
implementation
stored in
with base64 values
with path
LND via the REST proxy:
macaroon
certthumbprint:
optional:
Simply:
the accessKey
has macaroon-like permissions
No standard yet, but needs:
generate the hex_macaroon
:
c-lightning via TCP or unix domain socket connection:
Lightning Charge via HTTPS:
Eclair via HTTPS:
common dependencies
generate a QRcode in the terminal
(press CTRL
+ -
to reduce the size)
base64_macaroon
hex_macaroon:
base64_cert
certthumbprint:
inspect a tls.cert
Suez
Currently only works with a CA signed certificate. See:
display a Tor Hidden Service more at:
Spark Wallet / Sparko
spark_rpc_host
?
access-key=accessKey
BTCPay unix socket
type=clightning
;
server=unix://home/user/.lightning/lightning-rpc
BTCPay TCP
type=clightning
;
server=tcp://tcp_host:27743/
BTCPay Charge
type=clightning
;
server=https://charge_host:8080/
;
api-token=myapitoken...
C-lightning REST
rest_host
?
hex_macaroon
BTCPay
type=eclair
;
server=https://eclair_host:8080/
;
password=eclairpassword...
lndconnect
lndconnect://
grpc_host:10009
?
macaroon=base64_macaroon
&
cert=base64_cert
BoS
{
"socket": "grpc_host:10009"
,
"macaroon": "base64_macaroon"
,
"cert": "base64_cert"
}
BTCPay
type=lnd-rest
;
;
macaroon=hex_macaroon
;
certthumbprint=hex_cert