Damus
Eric P · 3w
Would you consider implementing the ability to send a keysend payment from Rizful? A lot of the Podcasting 2.0 music and podcast feeds still use keysend and it would be great to use your NWC wallet wi...
Rizful.com profile picture
Good point. SENDING would be much safer and easier to implement. I want to study CoinOs' implementation first. I just checked the CoinOs web interface, and I don't yet see a way to send a keysend using that... so maybe it is NWC only? In that case.. can you recommend which applications that users would typically be using to send these keysend payments (presumably they have NWC support?)
2
Sir Libre · 3w
Thank you for looking into supporting keysend. According to my db at v4vmusic.com approx 95.5% of the music feeds support keysend only. This will open up a vast opportunity for your wallet users to support their favorite artists. https://image.nostr.build/81f07141f81bba97e1eb393aae191c0438e1f204...
Eric P · 3w
CoinOs's implementation is NWC-only as far as I know. Here's the relevant (Core Lightning) code from their repo: https://github.com/coinos/coinos-server/blob/master/lib/nwc.ts#L293-L330 https://github.com/coinos/coinos-server/blob/master/lib/payments.ts#L499-L534 Here's Alby Hub's LND implementat...