René Aaron

Results 115 comments of René Aaron

@RenegadeButcher Thanks for bringing this up. I just managed to create a phpBB shortcode for exactly that purpose! 💯 First you have to create a custom BBCode in the control...

Thanks for sketching this out @dvoroneca! The password (new: PIN) is used to encrypt sensible data that is stored on the disk (e.g. connection strings to nodes) and is used...

Agree, we should remove outdated ones. I can also record a new one if that makes sense? /cc @MoritzKa

@bumi I just added tipping support for Mastodon instances. There are a few questions left that I wanted to clarify before submitting the MR for review: 1) Mastodon instances I've...

> re 1: we should add mastodon.social and let's ask on twitter? Good idea, let's do a poll again! > re 2. we could also use custom profile metadata: I'd...

@fiatjaf Is there any chance to get your feedback on this idea? The main questions for you are: - Do you think deriving a nostr key from the node key...

Awesome, I'll dig into that. Thanks for your quick feedback!

To my knowledge lnurl-auth works by signing a message with the underlying node key (basically `lncli signmessage`), right? @bumi https://github.com/getAlby/lightning-browser-extension/blob/master/src/extension/background-script/actions/lnurl/auth.ts#L125 For lnurl-auth Alby signs an arbitrary message `DO NOT EVER...

That would be really awesome. 🚀 I think @_d11n_ mentioned in some podcast that LNBank will offer LNDHub compatible APIs (so you can also use LNBank accounts with BlueWallet, Zeus,...

Thanks for this PR! While using APIs is often a more reliable way of accessing this information we usually tried to avoid it because this often requires extra requests on...