Replies (16)

nice. I use a janky walletnotify script, but this look interesting!
Only the scanning private key, but not the spending private key, so it's a solution where you trust or run your own instance so it can see all incoming payments, but also it would need to keep track of all labels that are created in a wallet to scan for those too
Interesting. It would still depend on BDK (which uses miniscript under the hood). Right now, it doesn't even support addr() directives so I can't even support tracking "single addresses" πŸ˜ͺ But it's definitely possible then.
Default avatar
nobody 1 year ago
Please call the next version the β€œsilver” release so everyone can say they’re on Sentrum Silver.
I'm not certain if a private key is required. From my understanding, it uses a form of DH key exchange, which allows users to generate an address for payment. The receiver then actively monitors the chain to detect incoming payments intended for them. This is why I drew a connection between your development and sp
↑