-
Notifications
You must be signed in to change notification settings - Fork 6
Description
First off, great website! Was testing a bit today and tried to create a payment code with a Bolt12 offer and silent payment address, but after > 1 hr it doesn't seem to work.
I noticed the auto-generated usernames have a period in them, which made me wonder how those work with the dns records, e.g., if I wanted to verify the record exists would I use dig txt nearby.anteater.user._bitcoin-payment.twelve.cash or nearbyanteater.user._bitcoin-payment.twelve.cash?
More a general question: how are you managing the txt records for multiple users? From reading BIP353, it seems the idea for Bolt12 is that there is a *.user._bitcoin-payment.twelve.cash record and then some native way to handle the username look via the lightning protocol? But how would this work for something like silent payments, where I want to host potentially millions of users each with their own silent payment address? I realise this is a bit off topic for your project, but was unsure of where to ask this question and figured you might have some insights since you seem to be hosting a potentially unbounded number of txt records for the twelve.cash domain.