pull down to refresh
Hey unfortunately after testing on StartOS (Offer strings still work with 0.3.0:6 , LND 0.21.1, just lighting address is broken), I could not reproduce the issue! Creating all sorts of offers and paying them works just fine , no matter if it are amountless offers, a certain amount, no desciption or long description. Also creating multiple new offers, did not alter funktionality.
Offer strings appear to have the normal lenght to me.
Which LND instance are you on? LND 0.20.1 still or lower?
Did you already update to LND 0.21 ?
On Umbrel also no offer payment failure at all, neither receiving or sending. So my first guess would be still a channel liquidity or balance issue or a node connectivity issue. Are you tor only? Did you implement any protocol changes in LND.conf?
Will investigate and get back.
Also they seem to have broken the latest version in general, since lighting address resolve or DNS resolving times out in general.... there was another update by the start os team, they implemented and didn't get back to me for testing...that changed the port behaviour, so the app is broken for now.
Usually they will fix things quickly though, i will keep you updated.
Th umbrel app still works normal
Hey, that should not happen, will check.
Sometimes offer strings are longer when adding a lot of text in the description and has a fixed amount. But latest version should be 0.3.0:6, not 0.2.116.
There was a huge start os update today with new versions of basically all apps, did you get that one?
Not a video tutorial but added detailed setup und bootstrap instructions in the README here: https://github.com/Alex71btc/lndk-pay#-bolt12-pay
You mean just manually adding a silent payment address to the alias page? So you can share it? This would be just a field for entering a normal bitcoin address, right? That should be easy. Would make it optional.
not sure, right now BOLT12 Pay is a lightning only tool, but will for sure investigate this.
I am not so familiar with silent payments yet but let me dig into this, but a as I understood craig raw is exploring adding a DNS record to a silent payment bitcoin addrress similar to a lightning address, this should be possible, but isn't a developed protocol yet as I understood, right?
Wich onchain wallet did you want to integrate? Best would be to import on chain funktions from the lnd chain wallet first. Sorry I didn'd get back earlier since I was fixing another Bolt12 related bug for BOLT12 Pay and LND 0.21.1 on umbrel, now PR is open and everything is fixed for LND 0.21.1
I just saw that the fix for native onion messaging in LND 0.21 did not include the amountless offer fix as it should have. Sorry for that! New amountless offers may fail...fix incoming soon, working on it and hopefully will push later on today.
Bolt11 , Lnurl, Lightning address was broken as well for LND 0.21😂
So made another fix. Bolt12 pay 0.2.110 is out. Fully tested against LND 0.21.0.
Works smooth now and downward compatible to current official Startos LND package 0.20.1
The fix out and is confirmed working.
I made a modified LNDK module , so Bolt 12 Pay 0.2.109:1
will now work with the current LND 0.20.1 and also with the upcoming LND 0.21. that probably will be out this week.
That was a tough coding session. 😅
Has anyone tested LNDK against v0.21 yet?
We are currently seeing BOLT12/LNDK breakage after upgrading to 0.21 and are trying to determine whether this is related to the new onion messaging implementation or API changes.
Curious if anyone else has observed similar issues.
I think restart is enough no need to downgrade but will observe and investigate since I got the same error on my umbrel installation.
I am preparing an update for the app description and instructions now, informing that users should stay on LND 0.20.1 beta if they want to continue using this app and not update LND otherwise it will break BOLT12 Pay.
Maybe I can find a fix with Claude code, it says it is not trivial but perhaps doable...
Had the same error on umbrel after a restart of lnd and setting up new channels. After a restart of Bolt12 pay it was resolved for me
Strange that update should prevent this error altogether. Try restarting Bolt12 Pay and if this does not help downgrade to version 0.2.108, not 0.2.108:1
I am pretty depressed right now as it seems when the LND package 0.21 beta will be released custom protocol will not work anymore and this leads to breaking my app completely until the upstream LNDK module project will come up with a fix
exactly ! Do not publish a bip 353 lightning address for this offer with cloudflare, just create the offer, will be private.
Matt Hill did release it already so you could as well just update from the marketplace.
Also available on umbrel. Got merged today.
So now you can just generate a new amountless offer and sign it for ocean payouts. Best privacy practice would be to not generate a BIP 353 address for this particular offer.
But with the new release update it will be saved in the Bolt12 pay history database now persistently and accessible from all devices whereas offer history in /pay was browser based before. Now store is server side.
This way the ocean payout offer won't be visible in the public alias pages.
Hey just wanted to let you know, that I am in the process of releasing another privacy feature with having your ocean mining setup in mind, this brings a persistent database for offer history on the /pay site. So the entries are consistent across devices now and you can generate one or several new BIP 353 Lightning address for each saved offer optionally with automatic DNS entriy management and deletion.
This all happens independent from the public alias pages, so these offers are not leaked there (DNS entry remains optional)
If you want to try the feature here in advance give it a test sideload if you like:
https://github.com/Alex71btc/bolt12-pay-startos/releases/tag/v0.2.108
I will investigate further, just am very busy otherwise atm.
But yesterday we at least made a fix for the DNS resolve for Bip 353 Lightning addresses and regular lnurl lightning addresses.
That's up now and working again with lnd 0.21.1
Will get back as soon I found out about your issue...
Also please open a github issue here:
https://github.com/Start9-Community/bolt12-pay-startos
and describe the bug, we have an AI assisted, very capable dev account for StartOS now, who solves bugs with ease ( helix-nine) .It could very well be that he/it quickly finds the root cause ...!