pull down to refresh
33 sats \ 7 replies \ @siggy47 27 Feb \ on: Stacker Saloon
Two quick questions for @ek and @k00b. I'm trying to set up  a cln wallet attachment.
- How do I specifically separate the rest host and port when entering it?
- Is there a difference between a certificate and macaroon for purposes of this connection?
- the placeholder text gives an example. the common practice is to separate with a colon :. so if your ip is5.5.5.5and your port is5000, you'd write it as5.5.5.5:5000
- cln uses "runes" which differ from lnd's "macaroons" but they both do the same thing: grant permissions to the bearer (in this case, SN). The certificate is for encrypting communication with anything that talks to your node (in this case, SN). It's like the sinhttps.
reply