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

Lightning Payments ("Boosts") #81

Open
atdrago opened this issue Dec 27, 2021 · 0 comments
Open

Lightning Payments ("Boosts") #81

atdrago opened this issue Dec 27, 2021 · 0 comments
Projects

Comments

@atdrago
Copy link
Owner

atdrago commented Dec 27, 2021

Running a node is probably impractical. Seems like LNPay is the best way to go since they run their own node(s).

Method A

  • Each user would be able to create their own Pod Monster wallet within the app. This means persistent user accounts are necessary since wallets are per-user and must be persistent since wallets are "expensive" (LNPay only allows a finite number of them to be created).
  • Users would need an existing Lightning Network compatible wallet outside the app (BlueWallet, Wallet of Satoshi, Muun, etc.) Probably best to recommend non-custodial wallets for this use, but there is a list here: https://lightningnetworkstores.com/wallets
  • Users can fund their Pod Monster wallet using an invoice generated from LNPay.
  • Once a user has funded their Pod Monster wallet, if they "Boost", funds are taken from their Pod Monster wallet and distributed to each of the addresses in the episode's value block.

Method B

  • Pod Monster has one wallet.
  • The user presses the "Boost" button and fills in a field for how much they want to boost.
  • The user is presented with an invoice for the amount of satoshis, from the Pod Monster wallet
  • The user pays the invoice
  • Once notified that the invoice is paid, Pod Monster splits up the amount and sends to each address in the value block
@atdrago atdrago created this issue from a note in Podcasts (Future) Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Podcasts
Future
Development

No branches or pull requests

1 participant