Unable to connect to a remote node for ex. node hosted on Voltage, Amboss, Start9.
This is caused by the library we used for node authentication (fedimint tonic-lnd) which only allows you to pass the macaroon and tls cert path.
However, @chuksys found a way to connect to the node using the hex value of the macaroon and the tls cert.
We can enable this using the documentation provided here
Unable to connect to a remote node for ex. node hosted on Voltage, Amboss, Start9.
This is caused by the library we used for node authentication (fedimint tonic-lnd) which only allows you to pass the macaroon and tls cert path.
However, @chuksys found a way to connect to the node using the hex value of the macaroon and the tls cert.
We can enable this using the documentation provided here