hsjoberg / blixt-wallet

Bitcoin Lightning Wallet with focus on usability and user experience
https://blixtwallet.github.io
MIT License
387 stars 69 forks source link

Support outside client to connect to Blixt's lnd node #178

Open hsjoberg opened 4 years ago

hsjoberg commented 4 years ago

Connect with for example Juggernaut https://www.getjuggernaut.com/

Need to figure out we can enable both in-mem gRPC and a real gPRC server.

https://github.com/LN-Zap/lndconnect

sesam commented 3 years ago

Could this be s security risk?

hsjoberg commented 3 years ago

@sesam No, not really. This is about using a lightning node that you already have. Like if you have a RaspiBlitz or an Umbrella node in your home.

Right now Blixt is running both its own node and wallet. This issue was about adding the functionality to connect to a remote node.