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

⚡ Manage nostr-bot certify with lightning address via phoenixd getlnaddress #1580

Open
Tirodem opened this issue Nov 5, 2024 · 0 comments · May be fixed by #1583
Open

⚡ Manage nostr-bot certify with lightning address via phoenixd getlnaddress #1580

Tirodem opened this issue Nov 5, 2024 · 0 comments · May be fixed by #1583

Comments

@Tirodem
Copy link
Contributor

Tirodem commented Nov 5, 2024

Currently Nostr-bot seems to give nostr-bot a lnurl through certify only when a lightning node is connected.
Phoenix Server can provide a static address through getlnaddress once a first channel is created (like ₿[email protected] ).
Make change to also allow be-BOP with phoenix server to sync lnurl on nostr even when not connected to a lightning node.

const lndInfo = isLightningConfigured ? await lndGetInfo() : null;

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

Successfully merging a pull request may close this issue.

1 participant