Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Alby to lightning access wallet list #647

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

secondl1ght
Copy link

Description

On the /lnd route and under the 'Access your Wallet' section, I added an Alby connector so that myNode users know that they can use their lightning node with Alby to send/receive sats on the web. Alby has a myNode specific connector during setup and it gives instructions on where to find the connection information on myNode. So this should be an easy to use service for myNode users with no additional guide necessary. ⚑ 🐝

Checklist

  • tested successfully on local MyNode, if yes, list the device(s) below
  • mentioned related open issue, if any

List of test device(s)

Raspi4

@tehelsper
Copy link
Collaborator

tehelsper commented Apr 2, 2022

Did you try the code for LND REST + Local IP or Tor? I tried one and it paired with Zeus, but couldn't connect with Alby. I'm getting a "Connection Failed: Are you credentials correct?" message.

Thanks for the PR.

@secondl1ght
Copy link
Author

Good point, lets debug this. For connecting over Tor you need to also use the Alby companion app which is here: https://github.com/getAlby/alby-companion-rs

But for the Local IP there is sometimes an extra step users need to do to get LND working with Alby. They have to visit the IP address:port in the browser and then click the 'proceed although unsafe' message that comes up because of not being HTTPS.

However when I try to visit the IP address and REST port that my LND wallet is running on for myNode I don't actually get that page, I get a 'page not found' message. So this makes we wonder if the IP address and port that is showing on myNode is correct? What do you think? I should be able to visit that address and see it on the same network right?

@bumi
Copy link

bumi commented Apr 11, 2022

for Tor: you should be prompted in Alby to install the companion app. You find it for MacOS and Windows - the app only needs to be installed the browser will take care of anything else afterwards (so it does not need to run).

the Link above (https://github.com/getAlby/alby-companion-rs) is basically what is running under the hood.

@secondl1ght
Copy link
Author

secondl1ght commented May 7, 2022

We now have an installer for the Linux Tor companion app as well: https://github.com/getAlby/alby-installer-linux

I was able to connect to myNode with Alby over Tor using the REST + Tor lndconnect string. I was using Firefox browser, if you are using Brave browser there are some known connection issues we are working on now.

Edit: @bumi just pushed a fix for the Linux installer, there is now a ./brave.sh script you can run to get it working for Brave.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants