Arc
Arc
> > This is a really useful feature used by atms, and faucets > > Shouldn't they use LNURL-w extension for that? I thought this was the auto-wallet builder endpoint,...
No it is that endpoint! Thiis is useful, you can add an lnurl prefix so if scanned and opened in browser it will creata a wallet and fund it with...
lgtm, how do we test the test?
Im with DNI I think, we should dump breezesdk support, as its greenlight with bunch of lnbits features on top. So why not just have greenlight
Stance reverted. I get it now, is great for a company using breez sdk to be able to run lnbits on top
Oh wow, thats a nice commit. I have not used keysend, and have worries about supporting such node-centric protocol. I know the v4v people would approve though.
The OP was using OpenNode, not LND so your solution wouldn't work. After one or two payments? In your code try adding to line 41: Serial.println(data_lightning_invoice_payreq); Serial.println(payreq); Open Serial Monitor...
Yo Coinicarus, you're using different code to the original post! Your using https://github.com/arcbtc/M5Stack121/tree/master/M5Stack121BLITZ martinschultzkristensen is using https://github.com/arcbtc/M5Stack121/tree/master/M5Stack121ON I have also moved your question to here https://github.com/arcbtc/M5Stack121/issues/2 as it is not...
Line 41 from the github, like so
so, fetchpayment(); delay(100); const char *payreq = String(data_lightning_invoice_payreq).c_str(); M5.Lcd.fillScreen(BLACK); M5.Lcd.qrcode(payreq,45,0,240,10); delay(100); Serial.println(data_lightning_invoice_payreq); Serial.println(payreq); checkpayment(data_id); while (counta < 1000){ if (data_status == "unpaid"){ delay(300); checkpayment(data_id); counta++; }